Class CfnDomainProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDomainProps
CfnDomainProps-
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.opensearchservice.CfnDomainProps
CfnDomainProps.Builder, CfnDomainProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDomainProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainProps.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 ObjectAn AWS Identity and Access Management ( IAM ) policy document that specifies who can access the OpenSearch Service domain and their permissions.final ObjectAdditional options to specify for the OpenSearch Service domain.final ObjectSpecifies options for fine-grained access control and SAML authentication.final ObjectContainer for the cluster configuration of a domain.final ObjectConfigures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.final ObjectSpecifies additional options for the domain endpoint, such as whether to require HTTPS for all traffic or whether to use a custom endpoint rather than the default endpoint.final StringA name for the OpenSearch Service domain.final ObjectThe configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.final ObjectWhether the domain should encrypt data at rest, and if so, the AWS KMS key to use.final StringThe version of OpenSearch to use.final ObjectAn object with one or more of the following keys:SEARCH_SLOW_LOGS,ES_APPLICATION_LOGS,INDEX_SLOW_LOGS,AUDIT_LOGS, depending on the types of logs you want to publish.final ObjectSpecifies whether node-to-node encryption is enabled.final ObjectOptions for a domain's off-peak window, during which OpenSearch Service can perform mandatory configuration changes on the domain.final ObjectDEPRECATED .final ObjectOptions for configuring service software updates for a domain.getTags()An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Service domain.final ObjectThe virtual private cloud (VPC) configuration for the OpenSearch Service domain.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 theCfnDomainProps.Builder.
-
-
Method Details
-
getAccessPolicies
Description copied from interface:CfnDomainPropsAn AWS Identity and Access Management ( IAM ) policy document that specifies who can access the OpenSearch Service domain and their permissions.For more information, see Configuring access policies in the Amazon OpenSearch Service Developer Guide .
- Specified by:
getAccessPoliciesin interfaceCfnDomainProps
-
getAdvancedOptions
Description copied from interface:CfnDomainPropsAdditional options to specify for the OpenSearch Service domain.For more information, see AdvancedOptions in the OpenSearch Service API reference.
- Specified by:
getAdvancedOptionsin interfaceCfnDomainProps
-
getAdvancedSecurityOptions
Description copied from interface:CfnDomainPropsSpecifies options for fine-grained access control and SAML authentication.If you specify advanced security options, you must also enable node-to-node encryption ( NodeToNodeEncryptionOptions ) and encryption at rest ( EncryptionAtRestOptions ). You must also enable
EnforceHTTPSwithin DomainEndpointOptions , which requires HTTPS for all traffic to the domain.- Specified by:
getAdvancedSecurityOptionsin interfaceCfnDomainProps
-
getClusterConfig
Description copied from interface:CfnDomainPropsContainer for the cluster configuration of a domain.- Specified by:
getClusterConfigin interfaceCfnDomainProps
-
getCognitoOptions
Description copied from interface:CfnDomainPropsConfigures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.- Specified by:
getCognitoOptionsin interfaceCfnDomainProps
-
getDomainEndpointOptions
Description copied from interface:CfnDomainPropsSpecifies additional options for the domain endpoint, such as whether to require HTTPS for all traffic or whether to use a custom endpoint rather than the default endpoint.- Specified by:
getDomainEndpointOptionsin interfaceCfnDomainProps
-
getDomainName
Description copied from interface:CfnDomainPropsA name for the OpenSearch Service domain.The name must have a minimum length of 3 and a maximum length of 28. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the domain name. For more information, see Name Type .
Required when creating a new domain.
If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
- Specified by:
getDomainNamein interfaceCfnDomainProps
-
getEbsOptions
Description copied from interface:CfnDomainPropsThe configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.For more information, see EBS volume size limits in the Amazon OpenSearch Service Developer Guide .
- Specified by:
getEbsOptionsin interfaceCfnDomainProps
-
getEncryptionAtRestOptions
Description copied from interface:CfnDomainPropsWhether the domain should encrypt data at rest, and if so, the AWS KMS key to use.See Encryption of data at rest for Amazon OpenSearch Service .
- Specified by:
getEncryptionAtRestOptionsin interfaceCfnDomainProps
-
getEngineVersion
Description copied from interface:CfnDomainPropsThe version of OpenSearch to use.The value must be in the format
OpenSearch_X.YorElasticsearch_X.Y. If not specified, the latest version of OpenSearch is used. For information about the versions that OpenSearch Service supports, see Supported versions of OpenSearch and Elasticsearch in the Amazon OpenSearch Service Developer Guide .If you set the EnableVersionUpgrade update policy to
true, you can updateEngineVersionwithout interruption. WhenEnableVersionUpgradeis set tofalse, or is not specified, updatingEngineVersionresults in replacement .- Specified by:
getEngineVersionin interfaceCfnDomainProps
-
getLogPublishingOptions
Description copied from interface:CfnDomainPropsAn object with one or more of the following keys:SEARCH_SLOW_LOGS,ES_APPLICATION_LOGS,INDEX_SLOW_LOGS,AUDIT_LOGS, depending on the types of logs you want to publish.Each key needs a valid
LogPublishingOptionvalue. For the full syntax, see the examples .- Specified by:
getLogPublishingOptionsin interfaceCfnDomainProps
-
getNodeToNodeEncryptionOptions
Description copied from interface:CfnDomainPropsSpecifies whether node-to-node encryption is enabled.- Specified by:
getNodeToNodeEncryptionOptionsin interfaceCfnDomainProps
-
getOffPeakWindowOptions
Description copied from interface:CfnDomainPropsOptions for a domain's off-peak window, during which OpenSearch Service can perform mandatory configuration changes on the domain.- Specified by:
getOffPeakWindowOptionsin interfaceCfnDomainProps
-
getSnapshotOptions
Description copied from interface:CfnDomainPropsDEPRECATED .The automated snapshot configuration for the OpenSearch Service domain indexes.
- Specified by:
getSnapshotOptionsin interfaceCfnDomainProps
-
getSoftwareUpdateOptions
Description copied from interface:CfnDomainPropsOptions for configuring service software updates for a domain.- Specified by:
getSoftwareUpdateOptionsin interfaceCfnDomainProps
-
getTags
Description copied from interface:CfnDomainPropsAn arbitrary set of tags (key–value pairs) to associate with the OpenSearch Service domain.- Specified by:
getTagsin interfaceCfnDomainProps
-
getVpcOptions
Description copied from interface:CfnDomainPropsThe virtual private cloud (VPC) configuration for the OpenSearch Service domain.For more information, see Launching your Amazon OpenSearch Service domains within a VPC in the Amazon OpenSearch Service Developer Guide .
If you remove this entity altogether, along with its associated properties, it causes a replacement. You might encounter this scenario if you're updating your security configuration from a VPC to a public endpoint.
- Specified by:
getVpcOptionsin interfaceCfnDomainProps
-
$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()
-