@Stability(value=Stable) @Internal public static final class CfnDomainProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomainProps
CfnDomainPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDomainProps.Builder, CfnDomainProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDomainProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDomainProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAccessPolicies()
An AWS Identity and Access Management ( IAM ) policy document that specifies who can access the OpenSearch Service domain and their permissions.
|
Object |
getAdvancedOptions()
Additional options to specify for the OpenSearch Service domain.
|
Object |
getAdvancedSecurityOptions()
Specifies options for fine-grained access control.
|
Object |
getClusterConfig()
`ClusterConfig` is a property of the AWS::OpenSearchService::Domain resource that configures an Amazon OpenSearch Service cluster.
|
Object |
getCognitoOptions()
Configures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.
|
Object |
getDomainEndpointOptions()
Specifies 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.
|
String |
getDomainName()
A name for the OpenSearch Service domain.
|
Object |
getEbsOptions()
The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.
|
Object |
getEncryptionAtRestOptions()
Whether the domain should encrypt data at rest, and if so, the AWS KMS key to use.
|
String |
getEngineVersion()
The version of OpenSearch to use.
|
Object |
getLogPublishingOptions()
An 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.
|
Object |
getNodeToNodeEncryptionOptions()
Specifies whether node-to-node encryption is enabled.
|
Object |
getSnapshotOptions()
*DEPRECATED* .
|
List<CfnTag> |
getTags()
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Service domain.
|
Object |
getVpcOptions()
The virtual private cloud (VPC) configuration for the OpenSearch Service domain.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDomainProps.Builder builder)
CfnDomainProps.Builder.public final Object getAccessPolicies()
CfnDomainPropsFor more information, see Configuring access policies in the Amazon OpenSearch Service Developer Guide .
getAccessPolicies in interface CfnDomainPropspublic final Object getAdvancedOptions()
CfnDomainPropsFor more information, see AdvancedOptions in the OpenSearch Service configuration API reference.
getAdvancedOptions in interface CfnDomainPropspublic final Object getAdvancedSecurityOptions()
CfnDomainPropsgetAdvancedSecurityOptions in interface CfnDomainPropspublic final Object getClusterConfig()
CfnDomainPropsgetClusterConfig in interface CfnDomainPropspublic final Object getCognitoOptions()
CfnDomainPropsgetCognitoOptions in interface CfnDomainPropspublic final Object getDomainEndpointOptions()
CfnDomainPropsgetDomainEndpointOptions in interface CfnDomainPropspublic final String getDomainName()
CfnDomainPropsFor valid values, see the DomainName data type in the Amazon OpenSearch Service Developer Guide . 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.
getDomainName in interface CfnDomainPropspublic final Object getEbsOptions()
CfnDomainPropsFor more information, see EBS volume size limits in the Amazon OpenSearch Service Developer Guide .
getEbsOptions in interface CfnDomainPropspublic final Object getEncryptionAtRestOptions()
CfnDomainPropsSee Encryption of data at rest for Amazon OpenSearch Service .
getEncryptionAtRestOptions in interface CfnDomainPropspublic final String getEngineVersion()
CfnDomainProps
The value must be in the format OpenSearch_X.Y or Elasticsearch_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 update EngineVersion without interruption. When EnableVersionUpgrade is set to false , or is not specified, updating EngineVersion results in replacement .
getEngineVersion in interface CfnDomainPropspublic final Object getLogPublishingOptions()
CfnDomainProps
Each key needs a valid LogPublishingOption value. For the full syntax, see the examples .
getLogPublishingOptions in interface CfnDomainPropspublic final Object getNodeToNodeEncryptionOptions()
CfnDomainPropsgetNodeToNodeEncryptionOptions in interface CfnDomainPropspublic final Object getSnapshotOptions()
CfnDomainPropsThe automated snapshot configuration for the OpenSearch Service domain indices.
getSnapshotOptions in interface CfnDomainPropspublic final List<CfnTag> getTags()
CfnDomainPropsgetTags in interface CfnDomainPropspublic final Object getVpcOptions()
CfnDomainPropsFor more information, see Launching your Amazon OpenSearch Service domains within a VPC in the Amazon OpenSearch Service Developer Guide .
getVpcOptions in interface CfnDomainProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.