Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnPolicyStatementPropsMixin.Builder
Packages that use CfnPolicyStatementPropsMixin.Builder
-
Uses of CfnPolicyStatementPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.entityresolution
Methods in software.amazon.awscdk.cfnpropertymixins.services.entityresolution that return CfnPolicyStatementPropsMixin.BuilderModifier and TypeMethodDescriptionThe action that the principal can use on the resource.The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.A set of condition keys that you can use in key policies.CfnPolicyStatementPropsMixin.Builder.create()CfnPolicyStatementPropsMixin.Builder.create(CfnPropertyMixinOptions options) Determines whether the permissions specified in the policy are to be allowed (Allow) or denied (Deny).The AWS service or AWS account that can access the resource defined as ARN.CfnPolicyStatementPropsMixin.Builder.statementId(String statementId) A statement identifier that differentiates the statement from others in the same policy.