Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnPolicyGrantPropsMixin.Builder
Packages that use CfnPolicyGrantPropsMixin.Builder
-
Uses of CfnPolicyGrantPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.datazone
Methods in software.amazon.awscdk.cfnpropertymixins.services.datazone that return CfnPolicyGrantPropsMixin.BuilderModifier and TypeMethodDescriptionCfnPolicyGrantPropsMixin.Builder.create()CfnPolicyGrantPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPolicyGrantPropsMixin.Builder.detail(CfnPolicyGrantPropsMixin.PolicyGrantDetailProperty detail) The details of the policy grant member.CfnPolicyGrantPropsMixin.Builder.detail(IResolvable detail) The details of the policy grant member.CfnPolicyGrantPropsMixin.Builder.domainIdentifier(String domainIdentifier) The ID of the domain where you want to add a policy grant.CfnPolicyGrantPropsMixin.Builder.entityIdentifier(String entityIdentifier) The ID of the entity (resource) to which you want to add a policy grant.CfnPolicyGrantPropsMixin.Builder.entityType(String entityType) The type of entity (resource) to which the grant is added.CfnPolicyGrantPropsMixin.Builder.policyType(String policyType) The type of policy that you want to grant.CfnPolicyGrantPropsMixin.Builder.principal(CfnPolicyGrantPropsMixin.PolicyGrantPrincipalProperty principal) The principal of the policy grant member.CfnPolicyGrantPropsMixin.Builder.principal(IResolvable principal) The principal of the policy grant member.