Class CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty
CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty-
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.mixins.preview.services.opensearchservice.mixins.CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty
CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty.Builder, CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty.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 StringDate and time when the migration period will be disabled.final ObjectTrue to enable a 30-day migration period during which administrators can create role mappings.final ObjectTrue to enable fine-grained access control.final ObjectInput configuration for IAM identity federation within advanced security options.final ObjectTrue to enable the internal user database.final ObjectContainer for information about the JWT configuration of the Amazon OpenSearch Service.final ObjectSpecifies information about the master user.final ObjectContainer for information about the SAML configuration for OpenSearch Dashboards.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.AdvancedSecurityOptionsInputProperty.Builder.
-
-
Method Details
-
getAnonymousAuthDisableDate
Description copied from interface:CfnDomainPropsMixin.AdvancedSecurityOptionsInputPropertyDate and time when the migration period will be disabled.Only necessary when enabling fine-grained access control on an existing domain .
- Specified by:
getAnonymousAuthDisableDatein interfaceCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty- See Also:
-
getAnonymousAuthEnabled
Description copied from interface:CfnDomainPropsMixin.AdvancedSecurityOptionsInputPropertyTrue to enable a 30-day migration period during which administrators can create role mappings.Only necessary when enabling fine-grained access control on an existing domain .
Returns union: either
BooleanorIResolvable- Specified by:
getAnonymousAuthEnabledin interfaceCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty- See Also:
-
getEnabled
Description copied from interface:CfnDomainPropsMixin.AdvancedSecurityOptionsInputPropertyTrue to enable fine-grained access control.You must also enable encryption of data at rest and node-to-node encryption. See Fine-grained access control in Amazon OpenSearch Service .
Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty- See Also:
-
getIamFederationOptions
Description copied from interface:CfnDomainPropsMixin.AdvancedSecurityOptionsInputPropertyInput configuration for IAM identity federation within advanced security options.Returns union: either
IResolvableorCfnDomainPropsMixin.IAMFederationOptionsProperty- Specified by:
getIamFederationOptionsin interfaceCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty- See Also:
-
getInternalUserDatabaseEnabled
Description copied from interface:CfnDomainPropsMixin.AdvancedSecurityOptionsInputPropertyTrue to enable the internal user database.Returns union: either
BooleanorIResolvable- Specified by:
getInternalUserDatabaseEnabledin interfaceCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty- See Also:
-
getJwtOptions
Description copied from interface:CfnDomainPropsMixin.AdvancedSecurityOptionsInputPropertyContainer for information about the JWT configuration of the Amazon OpenSearch Service.Returns union: either
IResolvableorCfnDomainPropsMixin.JWTOptionsProperty- Specified by:
getJwtOptionsin interfaceCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty- See Also:
-
getMasterUserOptions
Description copied from interface:CfnDomainPropsMixin.AdvancedSecurityOptionsInputPropertySpecifies information about the master user.Returns union: either
IResolvableorCfnDomainPropsMixin.MasterUserOptionsProperty- Specified by:
getMasterUserOptionsin interfaceCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty- See Also:
-
getSamlOptions
Description copied from interface:CfnDomainPropsMixin.AdvancedSecurityOptionsInputPropertyContainer for information about the SAML configuration for OpenSearch Dashboards.Returns union: either
IResolvableorCfnDomainPropsMixin.SAMLOptionsProperty- Specified by:
getSamlOptionsin interfaceCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty- 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()
-