| 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)
Custom attributes of the instance.
|
CnameInstance.Builder |
CnameInstance.Builder.instanceCname(String instanceCname)
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)
The id of the instance resource.
|
CnameInstance.Builder |
CnameInstance.Builder.service(IService service)
The Cloudmap service this resource is registered to.
|
Copyright © 2022. All rights reserved.