Class CfnGraphQLApi.OpenIDConnectConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnGraphQLApi.OpenIDConnectConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGraphQLApi.OpenIDConnectConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnGraphQLApi.OpenIDConnectConfigProperty
@Stability(Stable)
@Internal
public static final class CfnGraphQLApi.OpenIDConnectConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGraphQLApi.OpenIDConnectConfigProperty
An implementation for
CfnGraphQLApi.OpenIDConnectConfigProperty-
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.appsync.CfnGraphQLApi.OpenIDConnectConfigProperty
CfnGraphQLApi.OpenIDConnectConfigProperty.Builder, CfnGraphQLApi.OpenIDConnectConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGraphQLApi.OpenIDConnectConfigProperty.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 booleanfinal NumberThe number of milliseconds that a token is valid after being authenticated.final StringThe client identifier of the Relying party at the OpenID identity provider.final NumberThe number of milliseconds that a token is valid after it's issued to a user.final StringThe issuer for the OIDC configuration.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 theCfnGraphQLApi.OpenIDConnectConfigProperty.Builder.
-
-
Method Details
-
getAuthTtl
Description copied from interface:CfnGraphQLApi.OpenIDConnectConfigPropertyThe number of milliseconds that a token is valid after being authenticated.- Specified by:
getAuthTtlin interfaceCfnGraphQLApi.OpenIDConnectConfigProperty
-
getClientId
Description copied from interface:CfnGraphQLApi.OpenIDConnectConfigPropertyThe client identifier of the Relying party at the OpenID identity provider.This identifier is typically obtained when the Relying party is registered with the OpenID identity provider. You can specify a regular expression so that AWS AppSync can validate against multiple client identifiers at a time.
- Specified by:
getClientIdin interfaceCfnGraphQLApi.OpenIDConnectConfigProperty
-
getIatTtl
Description copied from interface:CfnGraphQLApi.OpenIDConnectConfigPropertyThe number of milliseconds that a token is valid after it's issued to a user.- Specified by:
getIatTtlin interfaceCfnGraphQLApi.OpenIDConnectConfigProperty
-
getIssuer
Description copied from interface:CfnGraphQLApi.OpenIDConnectConfigPropertyThe issuer for the OIDC configuration.The issuer returned by discovery must exactly match the value of
issin the ID token.- Specified by:
getIssuerin interfaceCfnGraphQLApi.OpenIDConnectConfigProperty
-
$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()
-