@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:36.625Z")
@Deprecated
public interface DomainAttributes
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.elasticsearch.*; DomainAttributes domainAttributes = DomainAttributes.builder() .domainArn("domainArn") .domainEndpoint("domainEndpoint") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
DomainAttributes.Builder
Deprecated.
|
static class |
DomainAttributes.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DomainAttributes.Builder |
builder()
Deprecated.
|
java.lang.String |
getDomainArn()
Deprecated.
use opensearchservice module instead
|
java.lang.String |
getDomainEndpoint()
Deprecated.
use opensearchservice module instead
|
@Deprecated java.lang.String getDomainArn()
@Deprecated java.lang.String getDomainEndpoint()
@Deprecated static DomainAttributes.Builder builder()
DomainAttributes.Builder
of DomainAttributes