Class CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.verifiedpermissions.mixins.CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty
An implementation for
CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.verifiedpermissions.mixins.CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty
CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Builder, CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe unique application client IDs that are associated with the specified Amazon Cognito user pool.final ObjectThe type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.final StringThe Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Builder.
-
-
Method Details
-
getClientIds
Description copied from interface:CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationPropertyThe unique application client IDs that are associated with the specified Amazon Cognito user pool.Example:
"ClientIds": ["&ExampleCogClientId;"]- Specified by:
getClientIdsin interfaceCfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty- See Also:
-
getGroupConfiguration
Description copied from interface:CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationPropertyThe type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.Returns union: either
IResolvableorCfnIdentitySourcePropsMixin.CognitoGroupConfigurationProperty- Specified by:
getGroupConfigurationin interfaceCfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty- See Also:
-
getUserPoolArn
Description copied from interface:CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationPropertyThe Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.- Specified by:
getUserPoolArnin interfaceCfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-