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