Interface CfnEntitlement.PrincipalProperty

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

@Stability(Stable) public static interface CfnEntitlement.PrincipalProperty extends software.amazon.jsii.JsiiSerializable
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.accountaccess.*;
 PrincipalProperty principalProperty = PrincipalProperty.builder()
         .identityCenter(IdentityCenterPrincipalProperty.builder()
                 .groupId("groupId")
                 .userId("userId")
                 .build())
         .build();
 

See Also: