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?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val vpc: VPC?

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<CreateHostedZoneResponse, RemoteFailure>