Package com.ngrok.definitions
Class EventTargetFirehose
java.lang.Object
com.ngrok.definitions.EventTargetFirehose
A class encapsulating the
EventTargetFirehose resource.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAuth()Configuration for how to authenticate into your AWS account.An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.inthashCode()static EventTargetFirehose.BuilderCreates a new builder for theEventTargetFirehosetype.toString()
-
Method Details
-
newBuilder
Creates a new builder for theEventTargetFirehosetype.- Returns:
- a new
EventTargetFirehose.Builder
-
getAuth
Configuration for how to authenticate into your AWS account. Exactly one ofroleorcredsshould be configured.- Returns:
- the value of the property as a
AwsAuth
-
getDeliveryStreamArn
An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.- Returns:
- the value of the property as a
String
-
equals
-
hashCode
public int hashCode() -
toString
-