Class CfnApplicationPropsMixin.SignInOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sso.CfnApplicationPropsMixin.SignInOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.SignInOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.SignInOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationPropsMixin.SignInOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationPropsMixin.SignInOptionsProperty
An implementation for
CfnApplicationPropsMixin.SignInOptionsProperty-
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.sso.CfnApplicationPropsMixin.SignInOptionsProperty
CfnApplicationPropsMixin.SignInOptionsProperty.Builder, CfnApplicationPropsMixin.SignInOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.SignInOptionsProperty.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 theCfnApplicationPropsMixin.SignInOptionsProperty.Builder.
-
-
Method Details
-
getApplicationUrl
Description copied from interface:CfnApplicationPropsMixin.SignInOptionsPropertyThe URL that accepts authentication requests for an application.This is a required parameter if the
Originparameter isAPPLICATION.- Specified by:
getApplicationUrlin interfaceCfnApplicationPropsMixin.SignInOptionsProperty- See Also:
-
getOrigin
Description copied from interface:CfnApplicationPropsMixin.SignInOptionsPropertyThis determines how IAM Identity Center navigates the user to the target application.It can be one of the following values:
APPLICATION: IAM Identity Center redirects the customer to the configuredApplicationUrl.IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.
- Specified by:
getOriginin interfaceCfnApplicationPropsMixin.SignInOptionsProperty- 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()
-