GetHoneyPotsPlainArgs

data class GetHoneyPotsPlainArgs(val honeypotId: String? = null, val honeypotName: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val nodeId: String? = null, val nodeName: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetHoneyPotsPlainArgs>

A collection of arguments for invoking getHoneyPots.

Constructors

Link copied to clipboard
constructor(honeypotId: String? = null, honeypotName: String? = null, ids: List<String>? = null, nameRegex: String? = null, nodeId: String? = null, nodeName: String? = null, outputFile: String? = null)

Properties

Link copied to clipboard
val honeypotId: String? = null

Honeypot ID.

Link copied to clipboard
val honeypotName: String? = null

Honeypot custom name.

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

A list of Honey Pot IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by honey pot name.

Link copied to clipboard
val nodeId: String? = null

The ID of the honeypot management node.

Link copied to clipboard
val nodeName: String? = null

The name of the honeypot management node.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Functions

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