@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:11.673Z") @Stability(value=Experimental) 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.opensearchservice.*;
DomainAttributes domainAttributes = DomainAttributes.builder()
.domainArn("domainArn")
.domainEndpoint("domainEndpoint")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DomainAttributes.Builder
A builder for
DomainAttributes |
static class |
DomainAttributes.Jsii$Proxy
An implementation for
DomainAttributes |
| Modifier and Type | Method and Description |
|---|---|
static DomainAttributes.Builder |
builder() |
String |
getDomainArn()
(experimental) The ARN of the Amazon OpenSearch Service domain.
|
String |
getDomainEndpoint()
(experimental) The domain endpoint of the Amazon OpenSearch Service domain.
|
@Stability(value=Experimental) @NotNull String getDomainArn()
@Stability(value=Experimental) @NotNull String getDomainEndpoint()
@Stability(value=Experimental) static DomainAttributes.Builder builder()
DomainAttributes.Builder of DomainAttributesCopyright © 2022. All rights reserved.