Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.xray.CfnResourcePolicyPropsMixin.Builder
Packages that use CfnResourcePolicyPropsMixin.Builder
-
Uses of CfnResourcePolicyPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.xray
Methods in software.amazon.awscdk.cfnpropertymixins.services.xray that return CfnResourcePolicyPropsMixin.BuilderModifier and TypeMethodDescriptionCfnResourcePolicyPropsMixin.Builder.bypassPolicyLockoutCheck(Boolean bypassPolicyLockoutCheck) A flag to indicate whether to bypass the resource-based policy lockout safety check.CfnResourcePolicyPropsMixin.Builder.bypassPolicyLockoutCheck(IResolvable bypassPolicyLockoutCheck) A flag to indicate whether to bypass the resource-based policy lockout safety check.CfnResourcePolicyPropsMixin.Builder.create()CfnResourcePolicyPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnResourcePolicyPropsMixin.Builder.policyDocument(String policyDocument) The resource-based policy document, which can be up to 5kb in size.CfnResourcePolicyPropsMixin.Builder.policyName(String policyName) The name of the resource-based policy.