Show / Hide Table of Contents

Interface IDomainAttributes

(deprecated) Reference to an Elasticsearch domain.

Namespace: Amazon.CDK.AWS.Elasticsearch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
[Obsolete("use opensearchservice module instead")]
public interface IDomainAttributes
Syntax (vb)
<Obsolete("use opensearchservice module instead")>
Public Interface IDomainAttributes
Remarks

Stability: Deprecated

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Elasticsearch;

             var domainAttributes = new DomainAttributes {
                 DomainArn = "domainArn",
                 DomainEndpoint = "domainEndpoint"
             };

Synopsis

Properties

DomainArn

(deprecated) The ARN of the Elasticsearch domain.

DomainEndpoint

(deprecated) The domain endpoint of the Elasticsearch domain.

Properties

DomainArn

(deprecated) The ARN of the Elasticsearch domain.

[Obsolete("use opensearchservice module instead")]
string DomainArn { get; }
Property Value

string

Remarks

Stability: Deprecated

DomainEndpoint

(deprecated) The domain endpoint of the Elasticsearch domain.

[Obsolete("use opensearchservice module instead")]
string DomainEndpoint { get; }
Property Value

string

Remarks

Stability: Deprecated

Back to top Generated by DocFX