Get Vpc Endpoint Services Plain Args
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.
Properties
Link copied to clipboard
Whether to automatically accept terminal node connections.
Link copied to clipboard
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
The name of Vpc Endpoint Service.