ChainArgs

data class ChainArgs(val chainConfigs: Output<List<ChainChainConfigArgs>>? = null, val chainName: Output<String>? = null, val description: Output<String>? = null, val instanceId: Output<String>? = null, val repoName: Output<String>? = null, val repoNamespaceName: Output<String>? = null) : ConvertibleToJava<ChainArgs>

Provides a CR Chain resource. For information about CR Chain and how to use it, see What is Chain.

NOTE: Available in v1.161.0+.

Import

CR Chain can be imported using the id, e.g.

$ pulumi import alicloud:cr/chain:Chain example <instance_id>:<chain_id>

Constructors

Link copied to clipboard
fun ChainArgs(chainConfigs: Output<List<ChainChainConfigArgs>>? = null, chainName: Output<String>? = null, description: Output<String>? = null, instanceId: Output<String>? = null, repoName: Output<String>? = null, repoNamespaceName: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val chainConfigs: Output<List<ChainChainConfigArgs>>? = null

The configuration of delivery chain. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.

Link copied to clipboard
val chainName: Output<String>? = null

The name of delivery chain. The length of the name is 1-64 characters, lowercase English letters and numbers, and the separators "_", "-", "." can be used, noted that the separator cannot be at the first or last position.

Link copied to clipboard
val description: Output<String>? = null

The description delivery chain.

Link copied to clipboard
val instanceId: Output<String>? = null

The ID of CR Enterprise Edition instance.

Link copied to clipboard
val repoName: Output<String>? = null

The name of CR Enterprise Edition repository. NOTE: This parameter must specify a correct value, otherwise the created resource will be incorrect.

Link copied to clipboard
val repoNamespaceName: Output<String>? = null

The name of CR Enterprise Edition namespace. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.