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 tags: Map<String, String>? = null, val vpcEndpointServiceName: String? = null) : ConvertibleToJava<GetVpcEndpointServicesPlainArgs>

A collection of arguments for invoking getVpcEndpointServices.

Constructors

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

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. Valid Value: Normal, FinancialLocked and SecurityLocked.

Link copied to clipboard
val status: String? = null

The Status of Vpc Endpoint Service. Valid Value: Active, Creating, Deleted, Deleting and Pending.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of Vpc Endpoint Service.

Link copied to clipboard

The name of Vpc Endpoint Service.

Functions

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