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 policy, in JSON.CfnAccountPolicy.Builder.policyName(String policyName) A name for the policy.CfnAccountPolicy.Builder.policyType(String policyType) The type of policy that you're creating or updating.Currently the only valid value for this parameter isALL, which specifies that the policy applies to all log groups in the account.CfnAccountPolicy.Builder.selectionCriteria(String selectionCriteria) Use this parameter to apply the new policy to a subset of log groups in the account.