Interface CfnPolicyGrant.CreateEnvironmentProfilePolicyGrantDetailProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPolicyGrant.CreateEnvironmentProfilePolicyGrantDetailProperty.Jsii$Proxy
Enclosing class:
CfnPolicyGrant

@Stability(Stable) public static interface CfnPolicyGrant.CreateEnvironmentProfilePolicyGrantDetailProperty extends software.amazon.jsii.JsiiSerializable
The details of the policy grant.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.datazone.*;
 CreateEnvironmentProfilePolicyGrantDetailProperty createEnvironmentProfilePolicyGrantDetailProperty = CreateEnvironmentProfilePolicyGrantDetailProperty.builder()
         .domainUnitId("domainUnitId")
         .build();
 

See Also: