Package com.ngrok.definitions
Class EventTargetKinesis
java.lang.Object
com.ngrok.definitions.EventTargetKinesis
A class encapsulating the
EventTargetKinesis
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 Kinesis stream to deposit events into.int
hashCode()
static EventTargetKinesis.Builder
Creates a new builder for theEventTargetKinesis
type.toString()
-
Method Details
-
newBuilder
Creates a new builder for theEventTargetKinesis
type.- Returns:
- a new
EventTargetKinesis.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
-
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
-