Class CfnSecurityConfig.SamlConfigOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchserverless.CfnSecurityConfig.SamlConfigOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSecurityConfig.SamlConfigOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSecurityConfig.SamlConfigOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnSecurityConfig.SamlConfigOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecurityConfig.SamlConfigOptionsProperty
An implementation for
CfnSecurityConfig.SamlConfigOptionsProperty-
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.opensearchserverless.CfnSecurityConfig.SamlConfigOptionsProperty
CfnSecurityConfig.SamlConfigOptionsProperty.Builder, CfnSecurityConfig.SamlConfigOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSecurityConfig.SamlConfigOptionsProperty.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 StringThe group attribute for this SAML integration.final StringThe XML IdP metadata file generated from your identity provider.final NumberThe session timeout, in minutes.final StringA user attribute for this SAML integration.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 theCfnSecurityConfig.SamlConfigOptionsProperty.Builder.
-
-
Method Details
-
getMetadata
Description copied from interface:CfnSecurityConfig.SamlConfigOptionsPropertyThe XML IdP metadata file generated from your identity provider.- Specified by:
getMetadatain interfaceCfnSecurityConfig.SamlConfigOptionsProperty
-
getGroupAttribute
Description copied from interface:CfnSecurityConfig.SamlConfigOptionsPropertyThe group attribute for this SAML integration.- Specified by:
getGroupAttributein interfaceCfnSecurityConfig.SamlConfigOptionsProperty
-
getSessionTimeout
Description copied from interface:CfnSecurityConfig.SamlConfigOptionsPropertyThe session timeout, in minutes.Default is 60 minutes (12 hours).
- Specified by:
getSessionTimeoutin interfaceCfnSecurityConfig.SamlConfigOptionsProperty
-
getUserAttribute
Description copied from interface:CfnSecurityConfig.SamlConfigOptionsPropertyA user attribute for this SAML integration.- Specified by:
getUserAttributein interfaceCfnSecurityConfig.SamlConfigOptionsProperty
-
$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()
-