GetEcsNetworkInterfacePermissionsPlainArgs

data class GetEcsNetworkInterfacePermissionsPlainArgs(val ids: List<String>? = null, val networkInterfaceId: String, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null) : ConvertibleToJava<GetEcsNetworkInterfacePermissionsPlainArgs>

A collection of arguments for invoking getEcsNetworkInterfacePermissions.

Constructors

constructor(ids: List<String>? = null, networkInterfaceId: String, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, status: String? = null)

Properties

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

A list of Network Interface Permission IDs.

Link copied to clipboard

The ID of the network interface.

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 pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val status: String? = null

The Status of the Network Interface Permissions. Valid values: Granted, Pending, Revoked, Revoking.

Functions

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