Interface CfnPolicyGrant.UserPolicyGrantPrincipalProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyGrant.UserPolicyGrantPrincipalProperty.Jsii$Proxy
- Enclosing class:
CfnPolicyGrant
@Stability(Stable)
public static interface CfnPolicyGrant.UserPolicyGrantPrincipalProperty
extends software.amazon.jsii.JsiiSerializable
The user policy grant principal.
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.*; Object allUsersGrantFilter; UserPolicyGrantPrincipalProperty userPolicyGrantPrincipalProperty = UserPolicyGrantPrincipalProperty.builder() .allUsersGrantFilter(allUsersGrantFilter) .userIdentifier("userIdentifier") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPolicyGrant.UserPolicyGrantPrincipalProperty
static final class
An implementation forCfnPolicyGrant.UserPolicyGrantPrincipalProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllUsersGrantFilter
The all users grant filter of the user policy grant principal.- See Also:
-
getUserIdentifier
The user ID of the user policy grant principal.- See Also:
-
builder
-