Chain

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>

Properties

Link copied to clipboard

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 chainId: Output<String>

Delivery chain ID.

Link copied to clipboard
val chainName: Output<String>

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>?

The description delivery chain.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

The ID of CR Enterprise Edition instance.

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

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

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

Link copied to clipboard
val urn: Output<String>