Interface CfnDeliveryDestination.DestinationPolicyProperty

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

@Stability(Stable) public static interface CfnDeliveryDestination.DestinationPolicyProperty extends software.amazon.jsii.JsiiSerializable
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.logs.*;
 Object deliveryDestinationPolicy;
 DestinationPolicyProperty destinationPolicyProperty = DestinationPolicyProperty.builder()
         .deliveryDestinationName("deliveryDestinationName")
         .deliveryDestinationPolicy(deliveryDestinationPolicy)
         .build();
 

See Also: