Interface CfnChannelPropsMixin.DestinationProperty

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

@Stability(Stable) public static interface CfnChannelPropsMixin.DestinationProperty extends software.amazon.jsii.JsiiSerializable
Contains information about the destination receiving events.

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.cloudtrail.*;
 DestinationProperty destinationProperty = DestinationProperty.builder()
         .location("location")
         .type("type")
         .build();
 

See Also: