Interface CfnIdentitySource.CognitoGroupConfigurationProperty

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

@Stability(Stable) public static interface CfnIdentitySource.CognitoGroupConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.

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.verifiedpermissions.*;
 CognitoGroupConfigurationProperty cognitoGroupConfigurationProperty = CognitoGroupConfigurationProperty.builder()
         .groupEntityType("groupEntityType")
         .build();
 

See Also: