Class CfnSecurityConfigMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnSecurityConfigMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSecurityConfigMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSecurityConfigMixinProps
@Stability(Stable)
@Internal
public static final class CfnSecurityConfigMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecurityConfigMixinProps
An implementation for
CfnSecurityConfigMixinProps-
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.opensearchserverless.CfnSecurityConfigMixinProps
CfnSecurityConfigMixinProps.Builder, CfnSecurityConfigMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSecurityConfigMixinProps.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 ObjectDescribes IAM federation options in the form of a key-value map.final ObjectDescribes IAM Identity Center options in the form of a key-value map.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 theCfnSecurityConfigMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnSecurityConfigMixinPropsThe description of the security configuration.- Specified by:
getDescriptionin interfaceCfnSecurityConfigMixinProps- See Also:
-
getIamFederationOptions
Description copied from interface:CfnSecurityConfigMixinPropsDescribes IAM federation options in the form of a key-value map.Contains configuration details about how OpenSearch Serverless integrates with external identity providers through federation.
Returns union: either
IResolvableorCfnSecurityConfigPropsMixin.IamFederationConfigOptionsProperty- Specified by:
getIamFederationOptionsin interfaceCfnSecurityConfigMixinProps- See Also:
-
getIamIdentityCenterOptions
Description copied from interface:CfnSecurityConfigMixinPropsDescribes IAM Identity Center options in the form of a key-value map.Returns union: either
IResolvableorCfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty- Specified by:
getIamIdentityCenterOptionsin interfaceCfnSecurityConfigMixinProps- See Also:
-
getName
Description copied from interface:CfnSecurityConfigMixinPropsThe name of the security configuration.- Specified by:
getNamein interfaceCfnSecurityConfigMixinProps- See Also:
-
getSamlOptions
Description copied from interface:CfnSecurityConfigMixinPropsSAML options for the security configuration in the form of a key-value map.Returns union: either
IResolvableorCfnSecurityConfigPropsMixin.SamlConfigOptionsProperty- Specified by:
getSamlOptionsin interfaceCfnSecurityConfigMixinProps- See Also:
-
getType
Description copied from interface:CfnSecurityConfigMixinPropsThe type of security configuration.Currently the only option is
saml.- Specified by:
getTypein interfaceCfnSecurityConfigMixinProps- 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()
-