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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.opensearchservice.CfnDomain.SAMLOptionsProperty
CfnDomain.SAMLOptionsProperty.Builder, CfnDomain.SAMLOptionsProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.SAMLOptionsProperty.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 ObjectTrue to enable SAML authentication for a domain.final ObjectgetIdp()The SAML Identity Provider's information.final StringThe backend role that the SAML master user is mapped to.final StringThe SAML master user name, which is stored in the domain's internal user database.final StringElement of the SAML assertion to use for backend roles.final NumberThe duration, in minutes, after which a user session becomes inactive.final StringElement of the SAML assertion to use for the user name.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 theCfnDomain.SAMLOptionsProperty.Builder. 
 - 
 - 
Method Details
- 
getEnabled
Description copied from interface:CfnDomain.SAMLOptionsPropertyTrue to enable SAML authentication for a domain.Returns union: either
BooleanorIResolvable- Specified by:
 getEnabledin interfaceCfnDomain.SAMLOptionsProperty- See Also:
 
 - 
getIdp
Description copied from interface:CfnDomain.SAMLOptionsPropertyThe SAML Identity Provider's information.Returns union: either
IResolvableorCfnDomain.IdpProperty- Specified by:
 getIdpin interfaceCfnDomain.SAMLOptionsProperty- See Also:
 
 - 
getMasterBackendRole
Description copied from interface:CfnDomain.SAMLOptionsPropertyThe backend role that the SAML master user is mapped to.- Specified by:
 getMasterBackendRolein interfaceCfnDomain.SAMLOptionsProperty- See Also:
 
 - 
getMasterUserName
Description copied from interface:CfnDomain.SAMLOptionsPropertyThe SAML master user name, which is stored in the domain's internal user database.- Specified by:
 getMasterUserNamein interfaceCfnDomain.SAMLOptionsProperty- See Also:
 
 - 
getRolesKey
Description copied from interface:CfnDomain.SAMLOptionsPropertyElement of the SAML assertion to use for backend roles.Default is
roles.- Specified by:
 getRolesKeyin interfaceCfnDomain.SAMLOptionsProperty- See Also:
 
 - 
getSessionTimeoutMinutes
Description copied from interface:CfnDomain.SAMLOptionsPropertyThe 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:
 getSessionTimeoutMinutesin interfaceCfnDomain.SAMLOptionsProperty- See Also:
 
 - 
getSubjectKey
Description copied from interface:CfnDomain.SAMLOptionsPropertyElement of the SAML assertion to use for the user name.Default is
NameID.- Specified by:
 getSubjectKeyin interfaceCfnDomain.SAMLOptionsProperty- 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() 
 -