Package services.verifiedpermissions
Class CfnIdentitySource.IdentitySourceDetailsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
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.InitializationMode
Nested classes/interfaces inherited from interface services.verifiedpermissions.CfnIdentitySource.IdentitySourceDetailsProperty
CfnIdentitySource.IdentitySourceDetailsProperty.Builder, CfnIdentitySource.IdentitySourceDetailsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdentitySource.IdentitySourceDetailsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.final String
The well-known URL that points to this user pool's OIDC discovery endpoint.final String
A string that identifies the type of OIDC service represented by this .final String
The Amazon Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.final int
hashCode()
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.IdentitySourceDetailsProperty
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.- Specified by:
getClientIds
in interfaceCfnIdentitySource.IdentitySourceDetailsProperty
- See Also:
-
getDiscoveryUrl
Description copied from interface:CfnIdentitySource.IdentitySourceDetailsProperty
The 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:
getDiscoveryUrl
in interfaceCfnIdentitySource.IdentitySourceDetailsProperty
- See Also:
-
getOpenIdIssuer
Description copied from interface:CfnIdentitySource.IdentitySourceDetailsProperty
A string that identifies the type of OIDC service represented by this .At this time, the only valid value is
cognito
.- Specified by:
getOpenIdIssuer
in interfaceCfnIdentitySource.IdentitySourceDetailsProperty
- See Also:
-
getUserPoolArn
Description copied from interface:CfnIdentitySource.IdentitySourceDetailsProperty
The Amazon Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.- Specified by:
getUserPoolArn
in interfaceCfnIdentitySource.IdentitySourceDetailsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-