Interface CfnEventStreamPropsMixin.DestinationDetailsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEventStreamPropsMixin.DestinationDetailsProperty.Jsii$Proxy
Enclosing class:
CfnEventStreamPropsMixin

@Stability(Stable) public static interface CfnEventStreamPropsMixin.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.cfnpropertymixins.services.customerprofiles.*;
 DestinationDetailsProperty destinationDetailsProperty = DestinationDetailsProperty.builder()
         .status("status")
         .uri("uri")
         .build();
 

See Also: