Uses of Class
software.amazon.awscdk.services.logs.CfnAccountPolicy.Builder
Packages that use CfnAccountPolicy.Builder
-
Uses of CfnAccountPolicy.Builder in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return CfnAccountPolicy.BuilderModifier and TypeMethodDescriptionstatic CfnAccountPolicy.BuilderCfnAccountPolicy.Builder.policyDocument(String policyDocument) Specify the data protection policy, in JSON.CfnAccountPolicy.Builder.policyName(String policyName) A name for the policy.CfnAccountPolicy.Builder.policyType(String policyType) Currently the only valid value for this parameter isDATA_PROTECTION_POLICY.Currently the only valid value for this parameter isALL, which specifies that the data protection policy applies to all log groups in the account.