CreateHostedZone
class CreateHostedZone(val name: HostedZoneName, val callerReference: String, val delegationSetId: String?, val hostedZoneConfig: HostedZoneConfig?, val vpc: VPC?) : Route53Action<CreateHostedZoneResponse> , Action<Result4k<CreateHostedZoneResponse, RemoteFailure>> (source)
Constructors
Link copied to clipboard
constructor(name: HostedZoneName, callerReference: String, delegationSetId: String?, hostedZoneConfig: HostedZoneConfig?, vpc: VPC?)