DnsProperties constructor

DnsProperties({
  1. String? hostedZoneId,
})

Implementation

DnsProperties({
  this.hostedZoneId,
});