Class CfnDomainPropsMixin.SAMLOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.SAMLOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainPropsMixin.SAMLOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainPropsMixin.SAMLOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDomainPropsMixin.SAMLOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainPropsMixin.SAMLOptionsProperty
An implementation for
CfnDomainPropsMixin.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.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.SAMLOptionsProperty
CfnDomainPropsMixin.SAMLOptionsProperty.Builder, CfnDomainPropsMixin.SAMLOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.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 theCfnDomainPropsMixin.SAMLOptionsProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnDomainPropsMixin.SAMLOptionsPropertyTrue to enable SAML authentication for a domain.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDomainPropsMixin.SAMLOptionsProperty- See Also:
-
getIdp
Description copied from interface:CfnDomainPropsMixin.SAMLOptionsPropertyThe SAML Identity Provider's information.Returns union: either
IResolvableorCfnDomainPropsMixin.IdpProperty- Specified by:
getIdpin interfaceCfnDomainPropsMixin.SAMLOptionsProperty- See Also:
-
getMasterBackendRole
Description copied from interface:CfnDomainPropsMixin.SAMLOptionsPropertyThe backend role that the SAML master user is mapped to.- Specified by:
getMasterBackendRolein interfaceCfnDomainPropsMixin.SAMLOptionsProperty- See Also:
-
getMasterUserName
Description copied from interface:CfnDomainPropsMixin.SAMLOptionsPropertyThe SAML master user name, which is stored in the domain's internal user database.- Specified by:
getMasterUserNamein interfaceCfnDomainPropsMixin.SAMLOptionsProperty- See Also:
-
getRolesKey
Description copied from interface:CfnDomainPropsMixin.SAMLOptionsPropertyElement of the SAML assertion to use for backend roles.Default is
roles.- Specified by:
getRolesKeyin interfaceCfnDomainPropsMixin.SAMLOptionsProperty- See Also:
-
getSessionTimeoutMinutes
Description copied from interface:CfnDomainPropsMixin.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 interfaceCfnDomainPropsMixin.SAMLOptionsProperty- See Also:
-
getSubjectKey
Description copied from interface:CfnDomainPropsMixin.SAMLOptionsPropertyElement of the SAML assertion to use for the user name.Default is
NameID.- Specified by:
getSubjectKeyin interfaceCfnDomainPropsMixin.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()
-