GetVpcEndpointsPlainArgs

data class GetVpcEndpointsPlainArgs(val connectionStatus: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val serviceName: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vpcEndpointName: String? = null, val vpcId: String? = null) : ConvertibleToJava<GetVpcEndpointsPlainArgs>

A collection of arguments for invoking getVpcEndpoints.

Constructors

Link copied to clipboard
constructor(connectionStatus: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, serviceName: String? = null, status: String? = null, tags: Map<String, String>? = null, vpcEndpointName: String? = null, vpcId: String? = null)

Properties

Link copied to clipboard

The status of Connection.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

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

A list of Vpc Endpoint IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Vpc Endpoint 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
val serviceName: String? = null

The name of the terminal node service associated with the terminal node.

Link copied to clipboard
val status: String? = null

The status of Vpc Endpoint.

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

Query the instance bound to the tag. The format of the incoming value is json string, including TagKey and TagValue. TagKey cannot be null, and TagValue can be empty. Format example {"key1":"value1"}.

Link copied to clipboard
val vpcEndpointName: String? = null

The name of Vpc Endpoint.

Link copied to clipboard
val vpcId: String? = null

The private network to which the terminal node belongs..

Functions

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