GetRegistryEnterpriseSyncRulesPlainArgs

data class GetRegistryEnterpriseSyncRulesPlainArgs(val ids: List<String>? = null, val instanceId: String, val nameRegex: String? = null, val namespaceName: String? = null, val outputFile: String? = null, val repoName: String? = null, val targetInstanceId: String? = null) : ConvertibleToJava<GetRegistryEnterpriseSyncRulesPlainArgs>

A collection of arguments for invoking getRegistryEnterpriseSyncRules.

Constructors

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

Properties

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

A list of ids to filter results by sync rule id.

Link copied to clipboard

ID of Container Registry Enterprise Edition local instance.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by sync rule name.

Link copied to clipboard
val namespaceName: String? = null

Name of Container Registry Enterprise Edition local namespace.

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

Name of Container Registry Enterprise Edition local repo.

Link copied to clipboard

ID of Container Registry Enterprise Edition target instance.

Functions

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