@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.106Z") @Stability(value=Stable) public interface DomainAttributes extends software.amazon.jsii.JsiiSerializable
Example:
String domainArn = Fn.importValue("another-cf-stack-export-domain-arn");
String domainEndpoint = Fn.importValue("another-cf-stack-export-domain-endpoint");
IDomain domain = Domain.fromDomainAttributes(this, "ImportedDomain", 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()
The ARN of the Amazon OpenSearch Service domain.
|
String |
getDomainEndpoint()
The domain endpoint of the Amazon OpenSearch Service domain.
|
@Stability(value=Stable) @NotNull String getDomainArn()
@Stability(value=Stable) @NotNull String getDomainEndpoint()
@Stability(value=Stable) static DomainAttributes.Builder builder()
DomainAttributes.Builder of DomainAttributesCopyright © 2022. All rights reserved.