vpcEndpointIds

@JvmName(name = "rkgmxwjlogrigqjb")
suspend fun vpcEndpointIds(value: Output<List<String>>)
@JvmName(name = "hbbhduvoughtnvkx")
suspend fun vpcEndpointIds(value: List<String>?)

Parameters

value

Set of VPC Endpoint identifiers. It is only supported for PRIVATE endpoint type. If importing an OpenAPI specification via the body argument, this corresponds to the x-amazon-apigateway-endpoint-configuration extension vpcEndpointIds property. If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.


@JvmName(name = "mymrqnpyqpelepab")
suspend fun vpcEndpointIds(vararg values: Output<String>)


@JvmName(name = "jdjicfjlegvadyof")
suspend fun vpcEndpointIds(values: List<Output<String>>)
@JvmName(name = "vbhplbsqnvsnuasv")
suspend fun vpcEndpointIds(vararg values: String)

Parameters

values

Set of VPC Endpoint identifiers. It is only supported for PRIVATE endpoint type. If importing an OpenAPI specification via the body argument, this corresponds to the x-amazon-apigateway-endpoint-configuration extension vpcEndpointIds property. If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.