CreateHostedZoneRequest constructor
CreateHostedZoneRequest({
- required String callerReference,
- required String name,
- String? delegationSetId,
- HostedZoneConfig? hostedZoneConfig,
- VPC? vpc,
Implementation
CreateHostedZoneRequest({
required this.callerReference,
required this.name,
this.delegationSetId,
this.hostedZoneConfig,
this.vpc,
});