Get Service Result
data class GetServiceResult(val arn: String, val description: String, val dnsConfigs: List<GetServiceDnsConfig>, val healthCheckConfigs: List<GetServiceHealthCheckConfig>, val healthCheckCustomConfigs: List<GetServiceHealthCheckCustomConfig>, val id: String, val name: String, val namespaceId: String, val tags: Map<String, String>? = null, val tagsAll: Map<String, String>)
A collection of values returned by getService.
Constructors
Link copied to clipboard
constructor(arn: String, description: String, dnsConfigs: List<GetServiceDnsConfig>, healthCheckConfigs: List<GetServiceHealthCheckConfig>, healthCheckCustomConfigs: List<GetServiceHealthCheckCustomConfig>, id: String, name: String, namespaceId: String, tags: Map<String, String>? = null, tagsAll: Map<String, String>)
Properties
Link copied to clipboard
Description of the service.
Link copied to clipboard
Complex type that contains information about the resource record sets that you want Amazon Route 53 to create when you register an instance. See dns_config
Block for details.
Link copied to clipboard
Complex type that contains settings for an optional health check. Only for Public DNS namespaces. See health_check_config
Block for details.
Link copied to clipboard
A complex type that contains settings for ECS managed health checks. See health_check_custom_config
Block for details.
Link copied to clipboard
ID of the namespace to use for DNS configuration.