GetVpcEndpointServicesPlainArgs

data class GetVpcEndpointServicesPlainArgs(val autoAcceptConnection: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val serviceBusinessStatus: String? = null, val status: String? = null, val vpcEndpointServiceName: String? = null) : ConvertibleToJava<GetVpcEndpointServicesPlainArgs>

A collection of arguments for invoking getVpcEndpointServices.

Constructors

Link copied to clipboard
fun GetVpcEndpointServicesPlainArgs(autoAcceptConnection: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, serviceBusinessStatus: String? = null, status: String? = null, vpcEndpointServiceName: String? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetVpcEndpointServicesPlainArgs

Properties

Link copied to clipboard

Whether to automatically accept terminal node connections..

Link copied to clipboard
val ids: List<String>? = null

A list of Vpc Endpoint Service IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Vpc Endpoint Service name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard

The business status of the terminal node service..

Link copied to clipboard
val status: String? = null

The Status of Vpc Endpoint Service.

Link copied to clipboard

The name of Vpc Endpoint Service.