Show / Hide Table of Contents

Interface IDomainReference

A reference to a Domain resource.

Namespace: Amazon.CDK.Interfaces.Elasticsearch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDomainReference
Syntax (vb)
Public Interface IDomainReference
Remarks

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.Interfaces.Elasticsearch;

            var domainReference = new DomainReference {
                DomainArn = "domainArn",
                DomainName = "domainName"
            };

Synopsis

Properties

DomainArn

The ARN of the Domain resource.

DomainName

The DomainName of the Domain resource.

Properties

DomainArn

The ARN of the Domain resource.

string DomainArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

DomainName

The DomainName of the Domain resource.

string DomainName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX