alicloud logo
Alibaba Cloud v3.34.0, Mar 17 23

alicloud.cr.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+.

Create Chain Resource

new Chain(name: string, args: ChainArgs, opts?: CustomResourceOptions);
@overload
def Chain(resource_name: str,
          opts: Optional[ResourceOptions] = None,
          chain_configs: Optional[Sequence[ChainChainConfigArgs]] = None,
          chain_name: Optional[str] = None,
          description: Optional[str] = None,
          instance_id: Optional[str] = None,
          repo_name: Optional[str] = None,
          repo_namespace_name: Optional[str] = None)
@overload
def Chain(resource_name: str,
          args: ChainArgs,
          opts: Optional[ResourceOptions] = None)
func NewChain(ctx *Context, name string, args ChainArgs, opts ...ResourceOption) (*Chain, error)
public Chain(string name, ChainArgs args, CustomResourceOptions? opts = null)
public Chain(String name, ChainArgs args)
public Chain(String name, ChainArgs args, CustomResourceOptions options)
type: alicloud:cr:Chain
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ChainArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args ChainArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ChainArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ChainArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ChainArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Chain Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The Chain resource accepts the following input properties:

ChainName 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.

InstanceId string

The ID of CR Enterprise Edition instance.

ChainConfigs List<Pulumi.AliCloud.CR.Inputs.ChainChainConfigArgs>

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

Description string

The description delivery chain.

RepoName string

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

RepoNamespaceName string

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

ChainName 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.

InstanceId string

The ID of CR Enterprise Edition instance.

ChainConfigs []ChainChainConfigArgs

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

Description string

The description delivery chain.

RepoName string

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

RepoNamespaceName string

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

chainName 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.

instanceId String

The ID of CR Enterprise Edition instance.

chainConfigs List<ChainChainConfigArgs>

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

description String

The description delivery chain.

repoName String

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

repoNamespaceName String

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

chainName 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.

instanceId string

The ID of CR Enterprise Edition instance.

chainConfigs ChainChainConfigArgs[]

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

description string

The description delivery chain.

repoName string

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

repoNamespaceName string

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

chain_name str

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.

instance_id str

The ID of CR Enterprise Edition instance.

chain_configs Sequence[ChainChainConfigArgs]

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

description str

The description delivery chain.

repo_name str

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

repo_namespace_name str

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

chainName 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.

instanceId String

The ID of CR Enterprise Edition instance.

chainConfigs List<Property Map>

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

description String

The description delivery chain.

repoName String

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

repoNamespaceName String

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

Outputs

All input properties are implicitly available as output properties. Additionally, the Chain resource produces the following output properties:

ChainId string

Delivery chain ID.

Id string

The provider-assigned unique ID for this managed resource.

ChainId string

Delivery chain ID.

Id string

The provider-assigned unique ID for this managed resource.

chainId String

Delivery chain ID.

id String

The provider-assigned unique ID for this managed resource.

chainId string

Delivery chain ID.

id string

The provider-assigned unique ID for this managed resource.

chain_id str

Delivery chain ID.

id str

The provider-assigned unique ID for this managed resource.

chainId String

Delivery chain ID.

id String

The provider-assigned unique ID for this managed resource.

Look up Existing Chain Resource

Get an existing Chain resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ChainState, opts?: CustomResourceOptions): Chain
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        chain_configs: Optional[Sequence[ChainChainConfigArgs]] = None,
        chain_id: Optional[str] = None,
        chain_name: Optional[str] = None,
        description: Optional[str] = None,
        instance_id: Optional[str] = None,
        repo_name: Optional[str] = None,
        repo_namespace_name: Optional[str] = None) -> Chain
func GetChain(ctx *Context, name string, id IDInput, state *ChainState, opts ...ResourceOption) (*Chain, error)
public static Chain Get(string name, Input<string> id, ChainState? state, CustomResourceOptions? opts = null)
public static Chain get(String name, Output<String> id, ChainState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
ChainConfigs List<Pulumi.AliCloud.CR.Inputs.ChainChainConfigArgs>

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

ChainId string

Delivery chain ID.

ChainName 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.

Description string

The description delivery chain.

InstanceId string

The ID of CR Enterprise Edition instance.

RepoName string

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

RepoNamespaceName string

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

ChainConfigs []ChainChainConfigArgs

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

ChainId string

Delivery chain ID.

ChainName 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.

Description string

The description delivery chain.

InstanceId string

The ID of CR Enterprise Edition instance.

RepoName string

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

RepoNamespaceName string

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

chainConfigs List<ChainChainConfigArgs>

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

chainId String

Delivery chain ID.

chainName 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.

description String

The description delivery chain.

instanceId String

The ID of CR Enterprise Edition instance.

repoName String

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

repoNamespaceName String

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

chainConfigs ChainChainConfigArgs[]

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

chainId string

Delivery chain ID.

chainName 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.

description string

The description delivery chain.

instanceId string

The ID of CR Enterprise Edition instance.

repoName string

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

repoNamespaceName string

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

chain_configs Sequence[ChainChainConfigArgs]

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

chain_id str

Delivery chain ID.

chain_name str

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.

description str

The description delivery chain.

instance_id str

The ID of CR Enterprise Edition instance.

repo_name str

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

repo_namespace_name str

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

chainConfigs List<Property Map>

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

chainId String

Delivery chain ID.

chainName 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.

description String

The description delivery chain.

instanceId String

The ID of CR Enterprise Edition instance.

repoName String

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

repoNamespaceName String

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

Supporting Types

ChainChainConfig

Nodes List<Pulumi.AliCloud.CR.Inputs.ChainChainConfigNode>

Each node in the delivery chain.

Routers List<Pulumi.AliCloud.CR.Inputs.ChainChainConfigRouter>

Execution sequence relationship between delivery chain nodes.

Nodes []ChainChainConfigNode

Each node in the delivery chain.

Routers []ChainChainConfigRouter

Execution sequence relationship between delivery chain nodes.

nodes List<ChainChainConfigNode>

Each node in the delivery chain.

routers List<ChainChainConfigRouter>

Execution sequence relationship between delivery chain nodes.

nodes ChainChainConfigNode[]

Each node in the delivery chain.

routers ChainChainConfigRouter[]

Execution sequence relationship between delivery chain nodes.

nodes Sequence[ChainChainConfigNode]

Each node in the delivery chain.

routers Sequence[ChainChainConfigRouter]

Execution sequence relationship between delivery chain nodes.

nodes List<Property Map>

Each node in the delivery chain.

routers List<Property Map>

Execution sequence relationship between delivery chain nodes.

ChainChainConfigNode

Enable bool

Whether to enable the delivery chain node. Valid values: true, false.

NodeConfigs List<Pulumi.AliCloud.CR.Inputs.ChainChainConfigNodeNodeConfig>

The configuration of delivery chain node.

NodeName string

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

Enable bool

Whether to enable the delivery chain node. Valid values: true, false.

NodeConfigs []ChainChainConfigNodeNodeConfig

The configuration of delivery chain node.

NodeName string

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

enable Boolean

Whether to enable the delivery chain node. Valid values: true, false.

nodeConfigs List<ChainChainConfigNodeNodeConfig>

The configuration of delivery chain node.

nodeName String

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

enable boolean

Whether to enable the delivery chain node. Valid values: true, false.

nodeConfigs ChainChainConfigNodeNodeConfig[]

The configuration of delivery chain node.

nodeName string

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

enable bool

Whether to enable the delivery chain node. Valid values: true, false.

node_configs Sequence[ChainChainConfigNodeNodeConfig]

The configuration of delivery chain node.

node_name str

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

enable Boolean

Whether to enable the delivery chain node. Valid values: true, false.

nodeConfigs List<Property Map>

The configuration of delivery chain node.

nodeName String

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

ChainChainConfigNodeNodeConfig

DenyPolicies List<Pulumi.AliCloud.CR.Inputs.ChainChainConfigNodeNodeConfigDenyPolicy>

Blocking rules for scanning nodes in delivery chain nodes. Note: When node_name is VULNERABILITY_SCANNING, the parameters in deny_policy need to be filled in.

DenyPolicies []ChainChainConfigNodeNodeConfigDenyPolicy

Blocking rules for scanning nodes in delivery chain nodes. Note: When node_name is VULNERABILITY_SCANNING, the parameters in deny_policy need to be filled in.

denyPolicies List<ChainChainConfigNodeNodeConfigDenyPolicy>

Blocking rules for scanning nodes in delivery chain nodes. Note: When node_name is VULNERABILITY_SCANNING, the parameters in deny_policy need to be filled in.

denyPolicies ChainChainConfigNodeNodeConfigDenyPolicy[]

Blocking rules for scanning nodes in delivery chain nodes. Note: When node_name is VULNERABILITY_SCANNING, the parameters in deny_policy need to be filled in.

deny_policies Sequence[ChainChainConfigNodeNodeConfigDenyPolicy]

Blocking rules for scanning nodes in delivery chain nodes. Note: When node_name is VULNERABILITY_SCANNING, the parameters in deny_policy need to be filled in.

denyPolicies List<Property Map>

Blocking rules for scanning nodes in delivery chain nodes. Note: When node_name is VULNERABILITY_SCANNING, the parameters in deny_policy need to be filled in.

ChainChainConfigNodeNodeConfigDenyPolicy

Action string

The action of trigger blocking. Valid values: BLOCK, BLOCK_RETAG, BLOCK_DELETE_TAG. While Block means block the delivery chain from continuing to execute, BLOCK_RETAG means block overwriting push image tag, BLOCK_DELETE_TAG means block deletion of mirror tags.

IssueCount string

The count of scanning vulnerabilities that triggers blocking.

IssueLevel string

The level of scanning vulnerability that triggers blocking. Valid values: LOW, MEDIUM, HIGH, UNKNOWN.

Logic string

The logic of trigger blocking. Valid values: AND, OR.

Action string

The action of trigger blocking. Valid values: BLOCK, BLOCK_RETAG, BLOCK_DELETE_TAG. While Block means block the delivery chain from continuing to execute, BLOCK_RETAG means block overwriting push image tag, BLOCK_DELETE_TAG means block deletion of mirror tags.

IssueCount string

The count of scanning vulnerabilities that triggers blocking.

IssueLevel string

The level of scanning vulnerability that triggers blocking. Valid values: LOW, MEDIUM, HIGH, UNKNOWN.

Logic string

The logic of trigger blocking. Valid values: AND, OR.

action String

The action of trigger blocking. Valid values: BLOCK, BLOCK_RETAG, BLOCK_DELETE_TAG. While Block means block the delivery chain from continuing to execute, BLOCK_RETAG means block overwriting push image tag, BLOCK_DELETE_TAG means block deletion of mirror tags.

issueCount String

The count of scanning vulnerabilities that triggers blocking.

issueLevel String

The level of scanning vulnerability that triggers blocking. Valid values: LOW, MEDIUM, HIGH, UNKNOWN.

logic String

The logic of trigger blocking. Valid values: AND, OR.

action string

The action of trigger blocking. Valid values: BLOCK, BLOCK_RETAG, BLOCK_DELETE_TAG. While Block means block the delivery chain from continuing to execute, BLOCK_RETAG means block overwriting push image tag, BLOCK_DELETE_TAG means block deletion of mirror tags.

issueCount string

The count of scanning vulnerabilities that triggers blocking.

issueLevel string

The level of scanning vulnerability that triggers blocking. Valid values: LOW, MEDIUM, HIGH, UNKNOWN.

logic string

The logic of trigger blocking. Valid values: AND, OR.

action str

The action of trigger blocking. Valid values: BLOCK, BLOCK_RETAG, BLOCK_DELETE_TAG. While Block means block the delivery chain from continuing to execute, BLOCK_RETAG means block overwriting push image tag, BLOCK_DELETE_TAG means block deletion of mirror tags.

issue_count str

The count of scanning vulnerabilities that triggers blocking.

issue_level str

The level of scanning vulnerability that triggers blocking. Valid values: LOW, MEDIUM, HIGH, UNKNOWN.

logic str

The logic of trigger blocking. Valid values: AND, OR.

action String

The action of trigger blocking. Valid values: BLOCK, BLOCK_RETAG, BLOCK_DELETE_TAG. While Block means block the delivery chain from continuing to execute, BLOCK_RETAG means block overwriting push image tag, BLOCK_DELETE_TAG means block deletion of mirror tags.

issueCount String

The count of scanning vulnerabilities that triggers blocking.

issueLevel String

The level of scanning vulnerability that triggers blocking. Valid values: LOW, MEDIUM, HIGH, UNKNOWN.

logic String

The logic of trigger blocking. Valid values: AND, OR.

ChainChainConfigRouter

froms List<Property Map>

Source node.

tos List<Property Map>

Destination node.

ChainChainConfigRouterFrom

NodeName string

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

NodeName string

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

nodeName String

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

nodeName string

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

node_name str

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

nodeName String

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

ChainChainConfigRouterTo

NodeName string

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

NodeName string

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

nodeName String

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

nodeName string

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

node_name str

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

nodeName String

The name of node. Valid values: DOCKER_IMAGE_BUILD, DOCKER_IMAGE_PUSH, VULNERABILITY_SCANNING, ACTIVATE_REPLICATION, TRIGGER, SNAPSHOT, TRIGGER_SNAPSHOT.

Import

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

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

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes

This Pulumi package is based on the alicloud Terraform Provider.