Class CfnIdentityProviderProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.workspacesweb.CfnIdentityProviderProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentityProviderProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentityProviderProps
@Stability(Stable)
@Internal
public static final class CfnIdentityProviderProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentityProviderProps
An implementation for
CfnIdentityProviderProps-
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.workspacesweb.CfnIdentityProviderProps
CfnIdentityProviderProps.Builder, CfnIdentityProviderProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentityProviderProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnIdentityProviderProps.Builder.
-
-
Method Details
-
getIdentityProviderDetails
Description copied from interface:CfnIdentityProviderPropsThe identity provider details. The following list describes the provider detail keys for each identity provider type.- For Google and Login with Amazon:
client_idclient_secretauthorize_scopes- For Facebook:
client_idclient_secretauthorize_scopesapi_version- For Sign in with Apple:
client_idteam_idkey_idprivate_keyauthorize_scopes- For OIDC providers:
client_idclient_secretattributes_request_methodoidc_issuerauthorize_scopesauthorize_urlif not available from discovery URL specified by oidc_issuer keytoken_urlif not available from discovery URL specified by oidc_issuer keyattributes_urlif not available from discovery URL specified by oidc_issuer keyjwks_uriif not available from discovery URL specified by oidc_issuer key- For SAML providers:
MetadataFileORMetadataURLIDPSignout(boolean) optionalIDPInit(boolean) optionalRequestSigningAlgorithm(string) optional - Only acceptsrsa-sha256EncryptedResponses(boolean) optional
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getIdentityProviderDetailsin interfaceCfnIdentityProviderProps- See Also:
-
getIdentityProviderName
Description copied from interface:CfnIdentityProviderPropsThe identity provider name.- Specified by:
getIdentityProviderNamein interfaceCfnIdentityProviderProps- See Also:
-
getIdentityProviderType
Description copied from interface:CfnIdentityProviderPropsThe identity provider type.- Specified by:
getIdentityProviderTypein interfaceCfnIdentityProviderProps- See Also:
-
getPortalArn
Description copied from interface:CfnIdentityProviderPropsThe ARN of the identity provider.- Specified by:
getPortalArnin interfaceCfnIdentityProviderProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnIdentityProviderProps- 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()
-