Package com.ngrok.definitions
Class EventTargetFirehose
java.lang.Object
com.ngrok.definitions.EventTargetFirehose
A class encapsulating the
EventTargetFirehose
resource.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAuth()
Configuration for how to authenticate into your AWS account.An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.int
hashCode()
static EventTargetFirehose.Builder
Creates a new builder for theEventTargetFirehose
type.toString()
-
Method Details
-
newBuilder
Creates a new builder for theEventTargetFirehose
type.- Returns:
- a new
EventTargetFirehose.Builder
-
getAuth
Configuration for how to authenticate into your AWS account. Exactly one ofrole
orcreds
should 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
-