| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnService.Builder |
CfnService.Builder.create(software.constructs.Construct scope,
String id) |
CfnService.Builder |
CfnService.Builder.description(String description)
The description of the service.
|
CfnService.Builder |
CfnService.Builder.dnsConfig(CfnService.DnsConfigProperty dnsConfig)
A complex type that contains information about the RouteĀ 53 DNS records that you want AWS Cloud Map to create when you register an instance.
|
CfnService.Builder |
CfnService.Builder.dnsConfig(IResolvable dnsConfig)
A complex type that contains information about the RouteĀ 53 DNS records that you want AWS Cloud Map to create when you register an instance.
|
CfnService.Builder |
CfnService.Builder.healthCheckConfig(CfnService.HealthCheckConfigProperty healthCheckConfig)
*Public DNS and HTTP namespaces only.* A complex type that contains settings for an optional health check.
|
CfnService.Builder |
CfnService.Builder.healthCheckConfig(IResolvable healthCheckConfig)
*Public DNS and HTTP namespaces only.* A complex type that contains settings for an optional health check.
|
CfnService.Builder |
CfnService.Builder.healthCheckCustomConfig(CfnService.HealthCheckCustomConfigProperty healthCheckCustomConfig)
A complex type that contains information about an optional custom health check.
|
CfnService.Builder |
CfnService.Builder.healthCheckCustomConfig(IResolvable healthCheckCustomConfig)
A complex type that contains information about an optional custom health check.
|
CfnService.Builder |
CfnService.Builder.name(String name)
The name of the service.
|
CfnService.Builder |
CfnService.Builder.namespaceId(String namespaceId)
The ID of the namespace that was used to create the service.
|
CfnService.Builder |
CfnService.Builder.tags(List<? extends CfnTag> tags)
The tags for the service.
|
CfnService.Builder |
CfnService.Builder.type(String type)
If present, specifies that the service instances are only discoverable using the `DiscoverInstances` API operation.
|
Copyright © 2022. All rights reserved.