Interface CfnEventStream.DestinationDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventStream.DestinationDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnEventStream
@Stability(Stable)
public static interface CfnEventStream.DestinationDetailsProperty
extends software.amazon.jsii.JsiiSerializable
Details regarding the Kinesis stream.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.customerprofiles.*; DestinationDetailsProperty destinationDetailsProperty = DestinationDetailsProperty.builder() .status("status") .uri("uri") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEventStream.DestinationDetailsProperty
static final class
An implementation forCfnEventStream.DestinationDetailsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
The status of enabling the Kinesis stream as a destination for export.- See Also:
-
getUri
The StreamARN of the destination to deliver profile events to.For example, arn:aws:kinesis:region:account-id:stream/stream-name.
- See Also:
-
builder
-