Class CfnIdentitySource.IdentitySourceDetailsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.verifiedpermissions.CfnIdentitySource.IdentitySourceDetailsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySource.IdentitySourceDetailsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySource.IdentitySourceDetailsProperty
@Stability(Stable)
@Internal
public static final class CfnIdentitySource.IdentitySourceDetailsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySource.IdentitySourceDetailsProperty
An implementation for
CfnIdentitySource.IdentitySourceDetailsProperty-
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.IdentitySourceDetailsProperty
CfnIdentitySource.IdentitySourceDetailsProperty.Builder, CfnIdentitySource.IdentitySourceDetailsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentitySource.IdentitySourceDetailsProperty.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 application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.final StringThe well-known URL that points to this user pool's OIDC discovery endpoint.final StringA string that identifies the type of OIDC service represented by this identity source.final StringThe Amazon Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.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.IdentitySourceDetailsProperty.Builder.
-
-
Method Details
-
getClientIds
Description copied from interface:CfnIdentitySource.IdentitySourceDetailsPropertyThe application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.- Specified by:
getClientIdsin interfaceCfnIdentitySource.IdentitySourceDetailsProperty- See Also:
-
getDiscoveryUrl
Description copied from interface:CfnIdentitySource.IdentitySourceDetailsPropertyThe well-known URL that points to this user pool's OIDC discovery endpoint.This is a URL string in the following format. This URL replaces the placeholders for both the AWS Region and the user pool identifier with those appropriate for this user pool.
https://cognito-idp. *<region>* .amazonaws.com/ *<user-pool-id>* /.well-known/openid-configuration- Specified by:
getDiscoveryUrlin interfaceCfnIdentitySource.IdentitySourceDetailsProperty- See Also:
-
getOpenIdIssuer
Description copied from interface:CfnIdentitySource.IdentitySourceDetailsPropertyA string that identifies the type of OIDC service represented by this identity source.At this time, the only valid value is
cognito.- Specified by:
getOpenIdIssuerin interfaceCfnIdentitySource.IdentitySourceDetailsProperty- See Also:
-
getUserPoolArn
Description copied from interface:CfnIdentitySource.IdentitySourceDetailsPropertyThe Amazon Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.- Specified by:
getUserPoolArnin interfaceCfnIdentitySource.IdentitySourceDetailsProperty- 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()
-