GetChainsPlainArgs

data class GetChainsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val instanceId: String, val nameRegex: String? = null, val outputFile: String? = null, val repoName: String? = null, val repoNamespaceName: String? = null) : ConvertibleToJava<GetChainsPlainArgs>

A collection of arguments for invoking getChains.

Constructors

Link copied to clipboard
constructor(enableDetails: Boolean? = null, ids: List<String>? = null, instanceId: String, nameRegex: String? = null, outputFile: String? = null, repoName: String? = null, repoNamespaceName: String? = null)

Properties

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

A list of Chain IDs.

Link copied to clipboard

The ID of CR Enterprise Edition instance.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Chain name.

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

The name of CR Enterprise Edition repository.

Link copied to clipboard

The name of CR Enterprise Edition namespace.

Functions

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