GetVpcEndpointServiceUsersPlainArgs

data class GetVpcEndpointServiceUsersPlainArgs(val outputFile: String? = null, val serviceId: String, val userId: String? = null) : ConvertibleToJava<GetVpcEndpointServiceUsersPlainArgs>

A collection of arguments for invoking getVpcEndpointServiceUsers.

Constructors

Link copied to clipboard
constructor(outputFile: String? = null, serviceId: String, userId: String? = null)

Properties

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 Id of Vpc Endpoint Service.

Link copied to clipboard
val userId: String? = null

The Id of Ram User.

Functions

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