Package | Description |
---|---|
software.amazon.awscdk.services.elasticsearch |
Amazon Elasticsearch Service Construct Library
|
Modifier and Type | Interface and Description |
---|---|
static interface |
IDomain.Jsii$Default
Internal default implementation for
IDomain . |
Modifier and Type | Class and Description |
---|---|
class |
Domain
(experimental) Provides an Elasticsearch domain.
|
static class |
IDomain.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
static IDomain |
Domain.fromDomainAttributes(software.constructs.Construct scope,
String id,
DomainAttributes attrs)
(experimental) Creates a Domain construct that represents an external domain.
|
static IDomain |
Domain.fromDomainEndpoint(software.constructs.Construct scope,
String id,
String domainEndpoint)
(experimental) Creates a Domain construct that represents an external domain via domain endpoint.
|
Copyright © 2021. All rights reserved.