Get Vpc Endpoints Plain Args
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
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The name of the terminal node service associated with the terminal node.
Link copied to clipboard
The name of Vpc Endpoint.