CreateHostedZoneRequest constructor

CreateHostedZoneRequest({
  1. required String callerReference,
  2. required String name,
  3. String? delegationSetId,
  4. HostedZoneConfig? hostedZoneConfig,
  5. VPC? vpc,
})

Implementation

CreateHostedZoneRequest({
  required this.callerReference,
  required this.name,
  this.delegationSetId,
  this.hostedZoneConfig,
  this.vpc,
});