@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-10-06T13:25:06.388Z") @Stability(value=Deprecated) @Deprecated public interface DomainAttributes extends software.amazon.jsii.JsiiSerializable
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.
|
String |
getDomainArn()
Deprecated.
use opensearchservice module instead
|
String |
getDomainEndpoint()
Deprecated.
use opensearchservice module instead
|
@Stability(value=Deprecated) @Deprecated @NotNull String getDomainArn()
@Stability(value=Deprecated) @Deprecated @NotNull String getDomainEndpoint()
@Stability(value=Deprecated) @Deprecated static DomainAttributes.Builder builder()
DomainAttributes.Builder of DomainAttributesCopyright © 2022. All rights reserved.