GetForwardingRulesPlainArgs

data class GetForwardingRulesPlainArgs(val acceleratorId: String, val ids: List<String>? = null, val listenerId: String, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetForwardingRulesPlainArgs>

A collection of arguments for invoking getForwardingRules.

Constructors

Link copied to clipboard
constructor(acceleratorId: String, ids: List<String>? = null, listenerId: String, outputFile: String? = null, status: String? = null)

Properties

Link copied to clipboard

The ID of the Global Accelerator instance.

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

A list of Forwarding Rule IDs.

Link copied to clipboard

The ID of the listener.

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 status: String? = null

The status of the acceleration region. Valid values: active, configuring.

Functions

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