Class CfnIdentitySource.CognitoUserPoolConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.verifiedpermissions.CfnIdentitySource.CognitoUserPoolConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySource.CognitoUserPoolConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySource.CognitoUserPoolConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnIdentitySource.CognitoUserPoolConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySource.CognitoUserPoolConfigurationProperty
An implementation for
CfnIdentitySource.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.services.verifiedpermissions.CfnIdentitySource.CognitoUserPoolConfigurationProperty
CfnIdentitySource.CognitoUserPoolConfigurationProperty.Builder, CfnIdentitySource.CognitoUserPoolConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentitySource.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
Constructor that initializes the object based on literal property values passed by theCfnIdentitySource.CognitoUserPoolConfigurationProperty.Builder.
-
-
Method Details
-
getUserPoolArn
Description copied from interface:CfnIdentitySource.CognitoUserPoolConfigurationPropertyThe Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.- Specified by:
getUserPoolArnin interfaceCfnIdentitySource.CognitoUserPoolConfigurationProperty- See Also:
-
getClientIds
Description copied from interface:CfnIdentitySource.CognitoUserPoolConfigurationPropertyThe unique application client IDs that are associated with the specified Amazon Cognito user pool.Example:
"ClientIds": ["&ExampleCogClientId;"]- Specified by:
getClientIdsin interfaceCfnIdentitySource.CognitoUserPoolConfigurationProperty- See Also:
-
getGroupConfiguration
Description copied from interface:CfnIdentitySource.CognitoUserPoolConfigurationPropertyThe type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.Returns union: either
IResolvableorCfnIdentitySource.CognitoGroupConfigurationProperty- Specified by:
getGroupConfigurationin interfaceCfnIdentitySource.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()
-