Package com.ngrok.definitions
Class EventTargetKinesis
java.lang.Object
com.ngrok.definitions.EventTargetKinesis
A class encapsulating the
EventTargetKinesis 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 Kinesis stream to deposit events into.inthashCode()static EventTargetKinesis.BuilderCreates a new builder for theEventTargetKinesistype.toString()
-
Method Details
-
newBuilder
Creates a new builder for theEventTargetKinesistype.- Returns:
- a new
EventTargetKinesis.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
-
getStreamArn
An Amazon Resource Name specifying the Kinesis stream to deposit events into.- Returns:
- the value of the property as a
String
-
equals
-
hashCode
public int hashCode() -
toString
-