| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CnameInstance.Builder |
CnameInstance.Builder.create(software.constructs.Construct scope,
String id) |
CnameInstance.Builder |
CnameInstance.Builder.customAttributes(Map<String,String> customAttributes)
(experimental) Custom attributes of the instance.
|
CnameInstance.Builder |
CnameInstance.Builder.instanceCname(String instanceCname)
(experimental) If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries, for example, example.com.
|
CnameInstance.Builder |
CnameInstance.Builder.instanceId(String instanceId)
(experimental) The id of the instance resource.
|
CnameInstance.Builder |
CnameInstance.Builder.service(IService service)
(experimental) The Cloudmap service this resource is registered to.
|
Copyright © 2021. All rights reserved.