Package com.ngrok.definitions
Class EventTargetFirehose
java.lang.Object
com.ngrok.definitions.EventTargetFirehose
A class encapsulating the 
EventTargetFirehose resource.- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier 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- 
newBuilderCreates a new builder for theEventTargetFirehosetype.- Returns:
- a new EventTargetFirehose.Builder
 
- 
getAuthConfiguration for how to authenticate into your AWS account. Exactly one ofroleorcredsshould be configured.- Returns:
- the value of the property as a AwsAuth
 
- 
getDeliveryStreamArnAn Amazon Resource Name specifying the Firehose delivery stream to deposit events into.- Returns:
- the value of the property as a String
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-