Aws Route53Resource Record Set Properties Args
constructor(aliasTarget: Output<AliasTargetArgs>? = null, cidrRoutingConfig: Output<CidrRoutingConfigArgs>? = null, failover: Output<ResourceRecordSetFailoverEnumValueArgs>? = null, geoLocation: Output<GeoLocationArgs>? = null, geoProximityLocation: Output<GeoProximityLocationArgs>? = null, healthCheckId: Output<String>? = null, multiValueAnswer: Output<Boolean>? = null, name: Output<String>? = null, region: Output<ResourceRecordSetRegionEnumValueArgs>? = null, resourceRecords: Output<List<ResourceRecordArgs>>? = null, setIdentifier: Output<String>? = null, trafficPolicyInstanceId: Output<String>? = null, ttl: Output<Double>? = null, type: Output<RRTypeEnumValueArgs>? = null, weight: Output<Double>? = null)