GetHostedZoneResult

data class GetHostedZoneResult(val hostedZoneConfig: HostedZoneConfig? = null, val hostedZoneTags: List<HostedZoneTag>? = null, val id: String? = null, val nameServers: List<String>? = null, val queryLoggingConfig: HostedZoneQueryLoggingConfig? = null, val vpcs: List<HostedZoneVpc>? = null)

Constructors

Link copied to clipboard
fun GetHostedZoneResult(hostedZoneConfig: HostedZoneConfig? = null, hostedZoneTags: List<HostedZoneTag>? = null, id: String? = null, nameServers: List<String>? = null, queryLoggingConfig: HostedZoneQueryLoggingConfig? = null, vpcs: List<HostedZoneVpc>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Adds, edits, or deletes tags for a health check or a hosted zone. For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val nameServers: List<String>? = null
Link copied to clipboard
val vpcs: List<HostedZoneVpc>? = null

A complex type that contains information about the VPCs that are associated with the specified hosted zone.