Interface CfnAccountPolicyProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAccountPolicyProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)", date="2024-01-03T18:29:28.782Z") @Stability(Stable) public interface CfnAccountPolicyProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnAccountPolicy.

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.*;
 CfnAccountPolicyProps cfnAccountPolicyProps = CfnAccountPolicyProps.builder()
         .policyDocument("policyDocument")
         .policyName("policyName")
         .policyType("policyType")
         // the properties below are optional
         .scope("scope")
         .build();
 

See Also: