GetDomainResult

data class GetDomainResult(val accessPolicies: String, val advancedOptions: Map<String, String>, val advancedSecurityOptions: List<GetDomainAdvancedSecurityOption>, val arn: String, val autoTuneOptions: List<GetDomainAutoTuneOption>, val clusterConfigs: List<GetDomainClusterConfig>, val cognitoOptions: List<GetDomainCognitoOption>, val created: Boolean, val dashboardEndpoint: String, val dashboardEndpointV2: String, val deleted: Boolean, val domainEndpointV2HostedZoneId: String, val domainId: String, val domainName: String, val ebsOptions: List<GetDomainEbsOption>, val encryptionAtRests: List<GetDomainEncryptionAtRest>, val endpoint: String, val endpointV2: String, val engineVersion: String, val id: String, val ipAddressType: String, val kibanaEndpoint: String, val logPublishingOptions: List<GetDomainLogPublishingOption>, val nodeToNodeEncryptions: List<GetDomainNodeToNodeEncryption>, val offPeakWindowOptions: GetDomainOffPeakWindowOptions? = null, val processing: Boolean, val snapshotOptions: List<GetDomainSnapshotOption>, val softwareUpdateOptions: List<GetDomainSoftwareUpdateOption>, val tags: Map<String, String>, val vpcOptions: List<GetDomainVpcOption>)

A collection of values returned by getDomain.

Constructors

Link copied to clipboard
constructor(accessPolicies: String, advancedOptions: Map<String, String>, advancedSecurityOptions: List<GetDomainAdvancedSecurityOption>, arn: String, autoTuneOptions: List<GetDomainAutoTuneOption>, clusterConfigs: List<GetDomainClusterConfig>, cognitoOptions: List<GetDomainCognitoOption>, created: Boolean, dashboardEndpoint: String, dashboardEndpointV2: String, deleted: Boolean, domainEndpointV2HostedZoneId: String, domainId: String, domainName: String, ebsOptions: List<GetDomainEbsOption>, encryptionAtRests: List<GetDomainEncryptionAtRest>, endpoint: String, endpointV2: String, engineVersion: String, id: String, ipAddressType: String, kibanaEndpoint: String, logPublishingOptions: List<GetDomainLogPublishingOption>, nodeToNodeEncryptions: List<GetDomainNodeToNodeEncryption>, offPeakWindowOptions: GetDomainOffPeakWindowOptions? = null, processing: Boolean, snapshotOptions: List<GetDomainSnapshotOption>, softwareUpdateOptions: List<GetDomainSoftwareUpdateOption>, tags: Map<String, String>, vpcOptions: List<GetDomainVpcOption>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Policy document attached to the domain.

Link copied to clipboard

Key-value string pairs to specify advanced configuration options.

Link copied to clipboard

Status of the OpenSearch domain's advanced security options. The block consists of the following attributes:

Link copied to clipboard
val arn: String

ARN of the domain.

Link copied to clipboard

Configuration of the Auto-Tune options of the domain.

Link copied to clipboard

Cluster configuration of the domain.

Link copied to clipboard

Domain Amazon Cognito Authentication options for Dashboard.

Link copied to clipboard

Status of the creation of the domain.

Link copied to clipboard

Domain-specific endpoint used to access the Dashboard application.

Link copied to clipboard

V2 domain-specific endpoint used to access the Dashboard application

Link copied to clipboard

Status of the deletion of the domain.

Link copied to clipboard

Dual stack hosted zone ID for the domain.

Link copied to clipboard

Unique identifier for the domain.

Link copied to clipboard
Link copied to clipboard

EBS Options for the instances in the domain.

Link copied to clipboard

Domain encryption at rest related options.

Link copied to clipboard

Domain-specific endpoint used to submit index, search, and data upload requests.

Link copied to clipboard

V2 domain-specific endpoint that works with both IPv4 and IPv6 addresses, used to submit index, search, and data upload requests.

Link copied to clipboard

OpenSearch version for the domain.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Type of IP addresses supported by the endpoint for the domain.

Link copied to clipboard

(Deprecated) Domain-specific endpoint for kibana without https scheme. Use the dashboard_endpoint attribute instead.

Link copied to clipboard

Domain log publishing related options.

Link copied to clipboard

Domain in transit encryption related options.

Link copied to clipboard

Off Peak update options

Link copied to clipboard

Status of a configuration change in the domain.

Link copied to clipboard

Domain snapshot related options.

Link copied to clipboard

Software update options for the domain

Link copied to clipboard

Tags assigned to the domain.

Link copied to clipboard

VPC Options for private OpenSearch domains.