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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnIdentitySource.CognitoGroupConfigurationProperty
static final class
An implementation forCfnIdentitySource.CognitoGroupConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name of the schema entity type that's mapped to the user pool group.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupEntityType
The name of the schema entity type that's mapped to the user pool group.Defaults to
AWS::CognitoGroup
.- See Also:
-
builder
-