Class CfnSecurityConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchserverless.CfnSecurityConfigProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSecurityConfigProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSecurityConfigProps
@Stability(Stable)
@Internal
public static final class CfnSecurityConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecurityConfigProps
An implementation for
CfnSecurityConfigProps-
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.CfnSecurityConfigProps
CfnSecurityConfigProps.Builder, CfnSecurityConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSecurityConfigProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSecurityConfigProps.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 description of the security configuration.final StringgetName()The name of the security configuration.final ObjectSAML options for the security configuration in the form of a key-value map.final StringgetType()The type of security configuration.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 theCfnSecurityConfigProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnSecurityConfigPropsThe description of the security configuration.- Specified by:
getDescriptionin interfaceCfnSecurityConfigProps
-
getName
Description copied from interface:CfnSecurityConfigPropsThe name of the security configuration.- Specified by:
getNamein interfaceCfnSecurityConfigProps
-
getSamlOptions
Description copied from interface:CfnSecurityConfigPropsSAML options for the security configuration in the form of a key-value map.- Specified by:
getSamlOptionsin interfaceCfnSecurityConfigProps
-
getType
Description copied from interface:CfnSecurityConfigPropsThe type of security configuration.Currently the only option is
saml.- Specified by:
getTypein interfaceCfnSecurityConfigProps
-
$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()
-