GetDomainResult

data class GetDomainResult(val accessPolicies: Any? = null, val advancedOptions: Map<String, String>? = null, val advancedSecurityOptions: DomainAdvancedSecurityOptionsInput? = null, val arn: String? = null, val clusterConfig: DomainClusterConfig? = null, val cognitoOptions: DomainCognitoOptions? = null, val domainArn: String? = null, val domainEndpoint: String? = null, val domainEndpointOptions: DomainEndpointOptions? = null, val domainEndpointV2: String? = null, val domainEndpoints: Map<String, String>? = null, val ebsOptions: DomainEbsOptions? = null, val encryptionAtRestOptions: DomainEncryptionAtRestOptions? = null, val engineVersion: String? = null, val id: String? = null, val ipAddressType: String? = null, val logPublishingOptions: Map<String, DomainLogPublishingOption>? = null, val nodeToNodeEncryptionOptions: DomainNodeToNodeEncryptionOptions? = null, val offPeakWindowOptions: DomainOffPeakWindowOptions? = null, val serviceSoftwareOptions: DomainServiceSoftwareOptions? = null, val skipShardMigrationWait: Boolean? = null, val snapshotOptions: DomainSnapshotOptions? = null, val softwareUpdateOptions: DomainSoftwareUpdateOptions? = null, val tags: List<Tag>? = null, val vpcOptions: DomainVpcOptions? = null)

Constructors

Link copied to clipboard
constructor(accessPolicies: Any? = null, advancedOptions: Map<String, String>? = null, advancedSecurityOptions: DomainAdvancedSecurityOptionsInput? = null, arn: String? = null, clusterConfig: DomainClusterConfig? = null, cognitoOptions: DomainCognitoOptions? = null, domainArn: String? = null, domainEndpoint: String? = null, domainEndpointOptions: DomainEndpointOptions? = null, domainEndpointV2: String? = null, domainEndpoints: Map<String, String>? = null, ebsOptions: DomainEbsOptions? = null, encryptionAtRestOptions: DomainEncryptionAtRestOptions? = null, engineVersion: String? = null, id: String? = null, ipAddressType: String? = null, logPublishingOptions: Map<String, DomainLogPublishingOption>? = null, nodeToNodeEncryptionOptions: DomainNodeToNodeEncryptionOptions? = null, offPeakWindowOptions: DomainOffPeakWindowOptions? = null, serviceSoftwareOptions: DomainServiceSoftwareOptions? = null, skipShardMigrationWait: Boolean? = null, snapshotOptions: DomainSnapshotOptions? = null, softwareUpdateOptions: DomainSoftwareUpdateOptions? = null, tags: List<Tag>? = null, vpcOptions: DomainVpcOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessPolicies: Any? = null

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 Guide . Search the CloudFormation User Guide for AWS::OpenSearchService::Domain for more information about the expected schema for this property.

Link copied to clipboard

Additional options to specify for the OpenSearch Service domain. For more information, see AdvancedOptions in the OpenSearch Service API reference.

Link copied to clipboard

Specifies 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 EnforceHTTPS within DomainEndpointOptions , which requires HTTPS for all traffic to the domain.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the CloudFormation stack.

Link copied to clipboard

Container for the cluster configuration of a domain.

Link copied to clipboard

Configures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.

Link copied to clipboard
val domainArn: String? = null

The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

Link copied to clipboard
val domainEndpoint: String? = null

The domain-specific endpoint used for requests to the OpenSearch APIs, such as search-mystack-1ab2cdefghij-ab1c2deckoyb3hofw7wpqa3cm.us-west-1.es.amazonaws.com .

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

If IPAddressType to set to dualstack , a version 2 domain endpoint is provisioned. This endpoint functions like a normal endpoint, except that it works with both IPv4 and IPv6 IP addresses. Normal endpoints work only with IPv4 IP addresses.

Link copied to clipboard

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 .

Link copied to clipboard

Whether 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 . If no encryption at rest options were initially specified in the template, updating this property by adding it causes no interruption. However, if you change this property after it's already been set within a template, the domain is deleted and recreated in order to modify the property.

Link copied to clipboard
val engineVersion: String? = null

The version of OpenSearch to use. 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 .

Link copied to clipboard
val id: String? = null

The resource ID. For example, 123456789012/my-domain .

Link copied to clipboard
val ipAddressType: String? = null

Choose either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If you set your IP address type to dual stack, you can't change your address type later.

Link copied to clipboard

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. For the full syntax, see the examples .

Link copied to clipboard
Link copied to clipboard

Options for a domain's off-peak window, during which OpenSearch Service can perform mandatory configuration changes on the domain.

Link copied to clipboard
Link copied to clipboard

DEPRECATED . The automated snapshot configuration for the OpenSearch Service domain indexes.

Link copied to clipboard

Service software update options for the domain.

Link copied to clipboard
val tags: List<Tag>? = null

An arbitrary set of tags (key-value pairs) for this Domain.

Link copied to clipboard

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 . 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.