Class CfnDomain.SAMLOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.CfnDomain.SAMLOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.SAMLOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.SAMLOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.SAMLOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.SAMLOptionsProperty
An implementation for
CfnDomain.SAMLOptionsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.opensearchservice.CfnDomain.SAMLOptionsProperty
CfnDomain.SAMLOptionsProperty.Builder, CfnDomain.SAMLOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDomain.SAMLOptionsProperty.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
final Object
True to enable SAML authentication for a domain.final Object
getIdp()
The SAML Identity Provider's information.final String
The backend role that the SAML master user is mapped to.final String
The SAML master user name, which is stored in the domain's internal user database.final String
Element of the SAML assertion to use for backend roles.final Number
The duration, in minutes, after which a user session becomes inactive.final String
Element of the SAML assertion to use for the user name.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 theCfnDomain.SAMLOptionsProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnDomain.SAMLOptionsProperty
True to enable SAML authentication for a domain.- Specified by:
getEnabled
in interfaceCfnDomain.SAMLOptionsProperty
- See Also:
-
getIdp
Description copied from interface:CfnDomain.SAMLOptionsProperty
The SAML Identity Provider's information.- Specified by:
getIdp
in interfaceCfnDomain.SAMLOptionsProperty
- See Also:
-
getMasterBackendRole
Description copied from interface:CfnDomain.SAMLOptionsProperty
The backend role that the SAML master user is mapped to.- Specified by:
getMasterBackendRole
in interfaceCfnDomain.SAMLOptionsProperty
- See Also:
-
getMasterUserName
Description copied from interface:CfnDomain.SAMLOptionsProperty
The SAML master user name, which is stored in the domain's internal user database.- Specified by:
getMasterUserName
in interfaceCfnDomain.SAMLOptionsProperty
- See Also:
-
getRolesKey
Description copied from interface:CfnDomain.SAMLOptionsProperty
Element of the SAML assertion to use for backend roles.Default is
roles
.- Specified by:
getRolesKey
in interfaceCfnDomain.SAMLOptionsProperty
- See Also:
-
getSessionTimeoutMinutes
Description copied from interface:CfnDomain.SAMLOptionsProperty
The duration, in minutes, after which a user session becomes inactive.Acceptable values are between 1 and 1440, and the default value is 60.
- Specified by:
getSessionTimeoutMinutes
in interfaceCfnDomain.SAMLOptionsProperty
- See Also:
-
getSubjectKey
Description copied from interface:CfnDomain.SAMLOptionsProperty
Element of the SAML assertion to use for the user name.Default is
NameID
.- Specified by:
getSubjectKey
in interfaceCfnDomain.SAMLOptionsProperty
- 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()
-