| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static IpInstance.Builder |
IpInstance.Builder.create(software.constructs.Construct scope,
String id) |
IpInstance.Builder |
IpInstance.Builder.customAttributes(Map<String,String> customAttributes)
Custom attributes of the instance.
|
IpInstance.Builder |
IpInstance.Builder.instanceId(String instanceId)
The id of the instance resource.
|
IpInstance.Builder |
IpInstance.Builder.ipv4(String ipv4)
If the service that you specify contains a template for an A record, the IPv4 address that you want AWS Cloud Map to use for the value of the A record.
|
IpInstance.Builder |
IpInstance.Builder.ipv6(String ipv6)
If the service that you specify contains a template for an AAAA record, the IPv6 address that you want AWS Cloud Map to use for the value of the AAAA record.
|
IpInstance.Builder |
IpInstance.Builder.port(Number port)
The port on the endpoint that you want AWS Cloud Map to perform health checks on.
|
IpInstance.Builder |
IpInstance.Builder.service(IService service)
The Cloudmap service this resource is registered to.
|
Copyright © 2022. All rights reserved.