A list with the following syntax:
list(
Service = list(
Id = "string",
Arn = "string",
Name = "string",
NamespaceId = "string",
Description = "string",
InstanceCount = 123,
DnsConfig = list(
NamespaceId = "string",
RoutingPolicy = "MULTIVALUE"|"WEIGHTED",
DnsRecords = list(
list(
Type = "SRV"|"A"|"AAAA"|"CNAME",
TTL = 123
)
)
),
HealthCheckConfig = list(
Type = "HTTP"|"HTTPS"|"TCP",
ResourcePath = "string",
FailureThreshold = 123
),
HealthCheckCustomConfig = list(
FailureThreshold = 123
),
CreateDate = as.POSIXct(
"2015-01-01"
),
CreatorRequestId = "string"
)
)