Interface CfnReplay.DestinationProperty

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

@Stability(Stable) public static interface CfnReplay.DestinationProperty extends software.amazon.jsii.JsiiSerializable
A ReplayDestination object that includes details about the destination for the replay.

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.events.*;
 DestinationProperty destinationProperty = DestinationProperty.builder()
         .arn("arn")
         .build();
 

See Also: