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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDeliveryDestination.DestinationPolicyPropertystatic final classAn implementation forCfnDeliveryDestination.DestinationPolicyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeliveryDestinationName
The name of the delivery destination to assign this policy to.- See Also:
-
getDeliveryDestinationPolicy
The contents of the policy attached to the delivery destination.- See Also:
-
builder
-