Class CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty
An implementation for
CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty-
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.cfnpropertymixins.services.ec2.CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty
CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty.Builder, CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty.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 StringThe OIDC authorization endpoint.final StringThe client identifier.final StringThe client secret.final StringThe OIDC issuer.final StringgetScope()The OpenID Connect (OIDC) scope specified.final StringThe OIDC token endpoint.final StringThe OIDC user info endpoint.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 theCfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty.Builder.
-
-
Method Details
-
getAuthorizationEndpoint
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsPropertyThe OIDC authorization endpoint.- Specified by:
getAuthorizationEndpointin interfaceCfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty- See Also:
-
getClientId
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsPropertyThe client identifier.- Specified by:
getClientIdin interfaceCfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty- See Also:
-
getClientSecret
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsPropertyThe client secret.- Specified by:
getClientSecretin interfaceCfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty- See Also:
-
getIssuer
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsPropertyThe OIDC issuer.- Specified by:
getIssuerin interfaceCfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty- See Also:
-
getScope
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsPropertyThe OpenID Connect (OIDC) scope specified.- Specified by:
getScopein interfaceCfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty- See Also:
-
getTokenEndpoint
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsPropertyThe OIDC token endpoint.- Specified by:
getTokenEndpointin interfaceCfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty- See Also:
-
getUserInfoEndpoint
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsPropertyThe OIDC user info endpoint.- Specified by:
getUserInfoEndpointin interfaceCfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty- 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()
-