Uses of Class
software.amazon.awscdk.services.servicediscovery.CfnService.Builder
Package
Description
Amazon ECS Service Discovery Construct Library
-
Uses of CfnService.Builder in software.amazon.awscdk.services.servicediscovery
Modifier and TypeMethodDescriptionstatic CfnService.Builder
CfnService.Builder.description
(String description) The description of the service.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.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.healthCheckConfig
(IResolvable healthCheckConfig) Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check.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.healthCheckCustomConfig
(IResolvable healthCheckCustomConfig) A complex type that contains information about an optional custom health check.CfnService.Builder.healthCheckCustomConfig
(CfnService.HealthCheckCustomConfigProperty healthCheckCustomConfig) A complex type that contains information about an optional custom health check.The name of the service.CfnService.Builder.namespaceId
(String namespaceId) The ID of the namespace that was used to create the service.The tags for the service.If present, specifies that the service instances are only discoverable using theDiscoverInstances
API operation.