GetRecordsResourceRecordSet

data class GetRecordsResourceRecordSet(val aliasTarget: GetRecordsResourceRecordSetAliasTarget, val cidrRoutingConfig: GetRecordsResourceRecordSetCidrRoutingConfig, val failover: String, val geolocation: GetRecordsResourceRecordSetGeolocation, val geoproximityLocation: GetRecordsResourceRecordSetGeoproximityLocation, val healthCheckId: String, val multiValueAnswer: Boolean, val name: String, val region: String, val resourceRecords: List<GetRecordsResourceRecordSetResourceRecord>, val setIdentifier: String, val trafficPolicyInstanceId: String, val ttl: Int, val type: String, val weight: Int)

Constructors

Link copied to clipboard
constructor(aliasTarget: GetRecordsResourceRecordSetAliasTarget, cidrRoutingConfig: GetRecordsResourceRecordSetCidrRoutingConfig, failover: String, geolocation: GetRecordsResourceRecordSetGeolocation, geoproximityLocation: GetRecordsResourceRecordSetGeoproximityLocation, healthCheckId: String, multiValueAnswer: Boolean, name: String, region: String, resourceRecords: List<GetRecordsResourceRecordSetResourceRecord>, setIdentifier: String, trafficPolicyInstanceId: String, ttl: Int, type: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the AWS resource traffic is routed to.

Link copied to clipboard

Information about the CIDR location traffic is routed to.

Link copied to clipboard

PRIMARY or SECONDARY.

Link copied to clipboard

Information about how Amazon Route 53 responds to DNS queries based on the geographic origin of the query.

Link copied to clipboard

Information about how Amazon Route 53 responds to DNS queries based on the geographic origin of the query.

Link copied to clipboard

ID of any applicable health check.

Link copied to clipboard

Traffic is routed approximately randomly to multiple resources.

Link copied to clipboard

The name of the record.

Link copied to clipboard

The Amazon EC2 Region of the resource that this resource record set refers to.

Link copied to clipboard
Link copied to clipboard

An identifier that differentiates among multiple resource record sets that have the same combination of name and type.

Link copied to clipboard

The ID of any traffic policy instance that Route 53 created this resource record set for.

Link copied to clipboard
val ttl: Int

The resource record cache time to live (TTL), in seconds.

Link copied to clipboard

The DNS record type.

Link copied to clipboard
val weight: Int

Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set.