vpcs

@JvmName(name = "hsdvmlpuprshceag")
suspend fun vpcs(value: Output<List<ZoneVpcArgs>>)
@JvmName(name = "qvounuldorpeypqj")
suspend fun vpcs(value: List<ZoneVpcArgs>?)

Parameters

value

Configuration block(s) specifying VPC(s) to associate with a private hosted zone. Conflicts with the delegation_set_id argument in this resource and any aws.route53.ZoneAssociation resource specifying the same zone ID. Detailed below.


@JvmName(name = "wcnnjlhvqgcerska")
suspend fun vpcs(vararg values: Output<ZoneVpcArgs>)


@JvmName(name = "inhfrwhaqtsicbtc")
suspend fun vpcs(values: List<Output<ZoneVpcArgs>>)
@JvmName(name = "yethexaulbrlusnk")
suspend fun vpcs(vararg values: ZoneVpcArgs)

Parameters

values

Configuration block(s) specifying VPC(s) to associate with a private hosted zone. Conflicts with the delegation_set_id argument in this resource and any aws.route53.ZoneAssociation resource specifying the same zone ID. Detailed below.


@JvmName(name = "bygtlgbidbtyhjqr")
suspend fun vpcs(argument: List<suspend ZoneVpcArgsBuilder.() -> Unit>)
@JvmName(name = "ueeagctirmqevkeg")
suspend fun vpcs(vararg argument: suspend ZoneVpcArgsBuilder.() -> Unit)
@JvmName(name = "antumtuhtbglifai")
suspend fun vpcs(argument: suspend ZoneVpcArgsBuilder.() -> Unit)

Parameters

argument

Configuration block(s) specifying VPC(s) to associate with a private hosted zone. Conflicts with the delegation_set_id argument in this resource and any aws.route53.ZoneAssociation resource specifying the same zone ID. Detailed below.