Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetReadinessCheckResult(val readinessCheckArn: String? = null, val resourceSetName: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
Link copied to clipboard
data class GetResourceSetResult(val resourceSetArn: String? = null, val resources: List<ResourceSetResource>? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class ResourceSetDnsTargetResource(val domainName: String? = null, val hostedZoneArn: String? = null, val recordSetId: String? = null, val recordType: String? = null, val targetResource: ResourceSetTargetResource? = null)
A component for DNS/routing control readiness checks.
Link copied to clipboard
The Network Load Balancer resource that a DNS target resource points to.
Link copied to clipboard
data class ResourceSetR53ResourceRecord(val domainName: String? = null, val recordSetId: String? = null)
The Route 53 resource that a DNS target resource record points to.
Link copied to clipboard
data class ResourceSetResource(val componentId: String? = null, val dnsTargetResource: ResourceSetDnsTargetResource? = null, val readinessScopes: List<String>? = null, val resourceArn: String? = null)
The resource element of a ResourceSet
Link copied to clipboard
data class ResourceSetTargetResource(val nlbResource: ResourceSetNlbResource? = null, val r53Resource: ResourceSetR53ResourceRecord? = null)
The target resource that the Route 53 record points to.