Interface CfnChannel.DestinationProperty

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

@Stability(Stable) public static interface CfnChannel.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.services.cloudtrail.*;
 DestinationProperty destinationProperty = DestinationProperty.builder()
         .location("location")
         .type("type")
         .build();
 

See Also: