resourceRecords property

List<ResourceRecord>? resourceRecords
getter/setter pair

The resource records required to configure this domain mapping.

These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly

Implementation

core.List<ResourceRecord>? resourceRecords;