Interface CfnPolicyGrant.GroupPolicyGrantPrincipalProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyGrant.GroupPolicyGrantPrincipalProperty.Jsii$Proxy
- Enclosing class:
CfnPolicyGrant
@Stability(Stable)
public static interface CfnPolicyGrant.GroupPolicyGrantPrincipalProperty
extends software.amazon.jsii.JsiiSerializable
The group principal to whom the policy is granted.
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.*;
GroupPolicyGrantPrincipalProperty groupPolicyGrantPrincipalProperty = GroupPolicyGrantPrincipalProperty.builder()
.groupIdentifier("groupIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicyGrant.GroupPolicyGrantPrincipalPropertystatic final classAn implementation forCfnPolicyGrant.GroupPolicyGrantPrincipalProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupIdentifier
The ID Of the group of the group principal.- See Also:
-
builder
-