GetProtocolsPlainArgs

data class GetProtocolsPlainArgs(val outputFile: String? = null, val type: String, val zoneId: String? = null) : ConvertibleToJava<GetProtocolsPlainArgs>

A collection of arguments for invoking getProtocols.

Constructors

Link copied to clipboard
constructor(outputFile: String? = null, type: String, zoneId: 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 file system type. Valid Values: Performance and Capacity.

Link copied to clipboard
val zoneId: String? = null

String to filter results by zone id.

Functions

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