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: