AwsRoute53RecordTypeMap

AwsRoute53RecordTypeMap = Record<string, true>

Keyed identity map for multiple Route53 record types.

Remarks

Each key is one uppercase Route53 record type and is forwarded unchanged to the provider. Its value must be true; it is only a presence marker and does not carry a second identity. For example: { A: true, AAAA: true }.