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
An IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.
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
A name for an existing destination.- See Also:
-
getDeliveryDestinationPolicy
Creates or updates an access policy associated with an existing destination.An access policy is an IAM policy document that is used to authorize claims to register a subscription filter against a given destination.
- See Also:
-
builder
-