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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticsearch.CfnDomainProps
CfnDomainProps.Builder, CfnDomainProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDomainProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
An AWS Identity and Access Management ( IAM ) policy document that specifies who can access the OpenSearch Service domain and their permissions.final Object
Additional options to specify for the OpenSearch Service domain.final Object
Specifies options for fine-grained access control.final Object
Configures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.final String
final Object
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.final String
A name for the OpenSearch Service domain.final Object
The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.final Object
ElasticsearchClusterConfig is a property of the AWS::Elasticsearch::Domain resource that configures the cluster of an Amazon OpenSearch Service domain.final String
The version of Elasticsearch to use, such as 2.3.final Object
Whether the domain should encrypt data at rest, and if so, the AWS Key Management Service key to use.final Object
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.final Object
Specifies whether node-to-node encryption is enabled.final Object
DEPRECATED .getTags()
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Service domain.final Object
The virtual private cloud (VPC) configuration for the OpenSearch Service domain.final int
hashCode()
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:CfnDomainProps
An 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 Guid e.
- Specified by:
getAccessPolicies
in interfaceCfnDomainProps
- See Also:
-
getAdvancedOptions
Description copied from interface:CfnDomainProps
Additional options to specify for the OpenSearch Service domain.For more information, see Advanced cluster parameters in the Amazon OpenSearch Service Developer Guide .
- Specified by:
getAdvancedOptions
in interfaceCfnDomainProps
- See Also:
-
getAdvancedSecurityOptions
Description copied from interface:CfnDomainProps
Specifies options for fine-grained access control.- Specified by:
getAdvancedSecurityOptions
in interfaceCfnDomainProps
- See Also:
-
getCognitoOptions
Description copied from interface:CfnDomainProps
Configures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.- Specified by:
getCognitoOptions
in interfaceCfnDomainProps
- See Also:
-
getDomainArn
- Specified by:
getDomainArn
in interfaceCfnDomainProps
- See Also:
-
getDomainEndpointOptions
Description copied from interface:CfnDomainProps
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.- Specified by:
getDomainEndpointOptions
in interfaceCfnDomainProps
- See Also:
-
getDomainName
Description copied from interface:CfnDomainProps
A name for the OpenSearch Service domain.For 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 .
If you specify a name, you cannot 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:
getDomainName
in interfaceCfnDomainProps
- See Also:
-
getEbsOptions
Description copied from interface:CfnDomainProps
The 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:
getEbsOptions
in interfaceCfnDomainProps
- See Also:
-
getElasticsearchClusterConfig
Description copied from interface:CfnDomainProps
ElasticsearchClusterConfig is a property of the AWS::Elasticsearch::Domain resource that configures the cluster of an Amazon OpenSearch Service domain.- Specified by:
getElasticsearchClusterConfig
in interfaceCfnDomainProps
- See Also:
-
getElasticsearchVersion
Description copied from interface:CfnDomainProps
The version of Elasticsearch to use, such as 2.3. If not specified, 1.5 is used as the default. 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 updateElasticsearchVersion
without interruption. WhenEnableVersionUpgrade
is set tofalse
, or is not specified, updatingElasticsearchVersion
results in replacement .- Specified by:
getElasticsearchVersion
in interfaceCfnDomainProps
- See Also:
-
getEncryptionAtRestOptions
Description copied from interface:CfnDomainProps
Whether the domain should encrypt data at rest, and if so, the AWS Key Management Service key to use.See Encryption of data at rest for Amazon OpenSearch Service .
- Specified by:
getEncryptionAtRestOptions
in interfaceCfnDomainProps
- See Also:
-
getLogPublishingOptions
Description copied from interface:CfnDomainProps
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.Each key needs a valid
LogPublishingOption
value.- Specified by:
getLogPublishingOptions
in interfaceCfnDomainProps
- See Also:
-
getNodeToNodeEncryptionOptions
Description copied from interface:CfnDomainProps
Specifies whether node-to-node encryption is enabled.- Specified by:
getNodeToNodeEncryptionOptions
in interfaceCfnDomainProps
- See Also:
-
getSnapshotOptions
Description copied from interface:CfnDomainProps
DEPRECATED .The automated snapshot configuration for the OpenSearch Service domain indices.
- Specified by:
getSnapshotOptions
in interfaceCfnDomainProps
- See Also:
-
getTags
Description copied from interface:CfnDomainProps
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Service domain.- Specified by:
getTags
in interfaceCfnDomainProps
- See Also:
-
getVpcOptions
Description copied from interface:CfnDomainProps
The 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 .
- Specified by:
getVpcOptions
in interfaceCfnDomainProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-