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)
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:
- Chain
Name 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.
- Instance
Id string The ID of CR Enterprise Edition instance.
- Chain
Configs List<Pulumi.Ali Cloud. CR. Inputs. Chain Chain Config Args> 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.
- Repo
Name string The name of CR Enterprise Edition repository. NOTE: This parameter must specify a correct value, otherwise the created resource will be incorrect.
- Repo
Namespace stringName The name of CR Enterprise Edition namespace. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- Chain
Name 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.
- Instance
Id string The ID of CR Enterprise Edition instance.
- Chain
Configs []ChainChain Config Args 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.
- Repo
Name string The name of CR Enterprise Edition repository. NOTE: This parameter must specify a correct value, otherwise the created resource will be incorrect.
- Repo
Namespace stringName The name of CR Enterprise Edition namespace. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- chain
Name 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.
- instance
Id String The ID of CR Enterprise Edition instance.
- chain
Configs List<ChainChain Config Args> 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.
- repo
Name String The name of CR Enterprise Edition repository. NOTE: This parameter must specify a correct value, otherwise the created resource will be incorrect.
- repo
Namespace StringName The name of CR Enterprise Edition namespace. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- chain
Name 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.
- instance
Id string The ID of CR Enterprise Edition instance.
- chain
Configs ChainChain Config Args[] 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.
- repo
Name string The name of CR Enterprise Edition repository. NOTE: This parameter must specify a correct value, otherwise the created resource will be incorrect.
- repo
Namespace stringName 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[ChainChain Config Args] 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_ strname The name of CR Enterprise Edition namespace. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- chain
Name 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.
- instance
Id String The ID of CR Enterprise Edition instance.
- chain
Configs 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.
- repo
Name String The name of CR Enterprise Edition repository. NOTE: This parameter must specify a correct value, otherwise the created resource will be incorrect.
- repo
Namespace StringName 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:
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.
- Chain
Configs List<Pulumi.Ali Cloud. CR. Inputs. Chain Chain Config Args> The configuration of delivery chain. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- Chain
Id string Delivery chain ID.
- Chain
Name 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.
- Instance
Id string The ID of CR Enterprise Edition instance.
- Repo
Name string The name of CR Enterprise Edition repository. NOTE: This parameter must specify a correct value, otherwise the created resource will be incorrect.
- Repo
Namespace stringName The name of CR Enterprise Edition namespace. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- Chain
Configs []ChainChain Config Args The configuration of delivery chain. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- Chain
Id string Delivery chain ID.
- Chain
Name 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.
- Instance
Id string The ID of CR Enterprise Edition instance.
- Repo
Name string The name of CR Enterprise Edition repository. NOTE: This parameter must specify a correct value, otherwise the created resource will be incorrect.
- Repo
Namespace stringName The name of CR Enterprise Edition namespace. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- chain
Configs List<ChainChain Config Args> The configuration of delivery chain. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- chain
Id String Delivery chain ID.
- chain
Name 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.
- instance
Id String The ID of CR Enterprise Edition instance.
- repo
Name String The name of CR Enterprise Edition repository. NOTE: This parameter must specify a correct value, otherwise the created resource will be incorrect.
- repo
Namespace StringName The name of CR Enterprise Edition namespace. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- chain
Configs ChainChain Config Args[] The configuration of delivery chain. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- chain
Id string Delivery chain ID.
- chain
Name 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.
- instance
Id string The ID of CR Enterprise Edition instance.
- repo
Name string The name of CR Enterprise Edition repository. NOTE: This parameter must specify a correct value, otherwise the created resource will be incorrect.
- repo
Namespace stringName 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[ChainChain Config Args] 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_ strname The name of CR Enterprise Edition namespace. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- chain
Configs List<Property Map> The configuration of delivery chain. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.
- chain
Id String Delivery chain ID.
- chain
Name 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.
- instance
Id String The ID of CR Enterprise Edition instance.
- repo
Name String The name of CR Enterprise Edition repository. NOTE: This parameter must specify a correct value, otherwise the created resource will be incorrect.
- repo
Namespace StringName 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.
Ali Cloud. CR. Inputs. Chain Chain Config Node> Each node in the delivery chain.
- Routers
List<Pulumi.
Ali Cloud. CR. Inputs. Chain Chain Config Router> Execution sequence relationship between delivery chain nodes.
- Nodes
[]Chain
Chain Config Node Each node in the delivery chain.
- Routers
[]Chain
Chain Config Router Execution sequence relationship between delivery chain nodes.
- nodes
List<Chain
Chain Config Node> Each node in the delivery chain.
- routers
List<Chain
Chain Config Router> Execution sequence relationship between delivery chain nodes.
- nodes
Chain
Chain Config Node[] Each node in the delivery chain.
- routers
Chain
Chain Config Router[] Execution sequence relationship between delivery chain nodes.
- nodes
Sequence[Chain
Chain Config Node] Each node in the delivery chain.
- routers
Sequence[Chain
Chain Config Router] 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
.- Node
Configs List<Pulumi.Ali Cloud. CR. Inputs. Chain Chain Config Node Node Config> The configuration of delivery chain node.
- Node
Name 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 []ChainChain Config Node Node Config The configuration of delivery chain node.
- Node
Name 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
.- node
Configs List<ChainChain Config Node Node Config> The configuration of delivery chain node.
- node
Name 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
.- node
Configs ChainChain Config Node Node Config[] The configuration of delivery chain node.
- node
Name 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[ChainChain Config Node Node Config] 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
.- node
Configs List<Property Map> The configuration of delivery chain node.
- node
Name String The name of node. Valid values:
DOCKER_IMAGE_BUILD
,DOCKER_IMAGE_PUSH
,VULNERABILITY_SCANNING
,ACTIVATE_REPLICATION
,TRIGGER
,SNAPSHOT
,TRIGGER_SNAPSHOT
.
ChainChainConfigNodeNodeConfig
- Deny
Policies List<Pulumi.Ali Cloud. CR. Inputs. Chain Chain Config Node Node Config Deny Policy> Blocking rules for scanning nodes in delivery chain nodes. Note: When
node_name
isVULNERABILITY_SCANNING
, the parameters indeny_policy
need to be filled in.
- Deny
Policies []ChainChain Config Node Node Config Deny Policy Blocking rules for scanning nodes in delivery chain nodes. Note: When
node_name
isVULNERABILITY_SCANNING
, the parameters indeny_policy
need to be filled in.
- deny
Policies List<ChainChain Config Node Node Config Deny Policy> Blocking rules for scanning nodes in delivery chain nodes. Note: When
node_name
isVULNERABILITY_SCANNING
, the parameters indeny_policy
need to be filled in.
- deny
Policies ChainChain Config Node Node Config Deny Policy[] Blocking rules for scanning nodes in delivery chain nodes. Note: When
node_name
isVULNERABILITY_SCANNING
, the parameters indeny_policy
need to be filled in.
- deny_
policies Sequence[ChainChain Config Node Node Config Deny Policy] Blocking rules for scanning nodes in delivery chain nodes. Note: When
node_name
isVULNERABILITY_SCANNING
, the parameters indeny_policy
need to be filled in.
- deny
Policies List<Property Map> Blocking rules for scanning nodes in delivery chain nodes. Note: When
node_name
isVULNERABILITY_SCANNING
, the parameters indeny_policy
need to be filled in.
ChainChainConfigNodeNodeConfigDenyPolicy
- Action string
The action of trigger blocking. Valid values:
BLOCK
,BLOCK_RETAG
,BLOCK_DELETE_TAG
. WhileBlock
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 string The count of scanning vulnerabilities that triggers blocking.
- Issue
Level 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
. WhileBlock
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 string The count of scanning vulnerabilities that triggers blocking.
- Issue
Level 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
. WhileBlock
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 String The count of scanning vulnerabilities that triggers blocking.
- issue
Level 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
. WhileBlock
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 string The count of scanning vulnerabilities that triggers blocking.
- issue
Level 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
. WhileBlock
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
. WhileBlock
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 String The count of scanning vulnerabilities that triggers blocking.
- issue
Level 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<Pulumi.
Ali Cloud. CR. Inputs. Chain Chain Config Router From> Source node.
- Tos
List<Pulumi.
Ali Cloud. CR. Inputs. Chain Chain Config Router To> Destination node.
- Froms
[]Chain
Chain Config Router From Source node.
- Tos
[]Chain
Chain Config Router To Destination node.
- froms
List<Chain
Chain Config Router From> Source node.
- tos
List<Chain
Chain Config Router To> Destination node.
- froms
Chain
Chain Config Router From[] Source node.
- tos
Chain
Chain Config Router To[] Destination node.
- froms
Sequence[Chain
Chain Config Router From] Source node.
- tos
Sequence[Chain
Chain Config Router To] Destination node.
- froms List<Property Map>
Source node.
- tos List<Property Map>
Destination node.
ChainChainConfigRouterFrom
- Node
Name string The name of node. Valid values:
DOCKER_IMAGE_BUILD
,DOCKER_IMAGE_PUSH
,VULNERABILITY_SCANNING
,ACTIVATE_REPLICATION
,TRIGGER
,SNAPSHOT
,TRIGGER_SNAPSHOT
.
- Node
Name string The name of node. Valid values:
DOCKER_IMAGE_BUILD
,DOCKER_IMAGE_PUSH
,VULNERABILITY_SCANNING
,ACTIVATE_REPLICATION
,TRIGGER
,SNAPSHOT
,TRIGGER_SNAPSHOT
.
- node
Name String The name of node. Valid values:
DOCKER_IMAGE_BUILD
,DOCKER_IMAGE_PUSH
,VULNERABILITY_SCANNING
,ACTIVATE_REPLICATION
,TRIGGER
,SNAPSHOT
,TRIGGER_SNAPSHOT
.
- node
Name 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
.
- node
Name String The name of node. Valid values:
DOCKER_IMAGE_BUILD
,DOCKER_IMAGE_PUSH
,VULNERABILITY_SCANNING
,ACTIVATE_REPLICATION
,TRIGGER
,SNAPSHOT
,TRIGGER_SNAPSHOT
.
ChainChainConfigRouterTo
- Node
Name string The name of node. Valid values:
DOCKER_IMAGE_BUILD
,DOCKER_IMAGE_PUSH
,VULNERABILITY_SCANNING
,ACTIVATE_REPLICATION
,TRIGGER
,SNAPSHOT
,TRIGGER_SNAPSHOT
.
- Node
Name string The name of node. Valid values:
DOCKER_IMAGE_BUILD
,DOCKER_IMAGE_PUSH
,VULNERABILITY_SCANNING
,ACTIVATE_REPLICATION
,TRIGGER
,SNAPSHOT
,TRIGGER_SNAPSHOT
.
- node
Name String The name of node. Valid values:
DOCKER_IMAGE_BUILD
,DOCKER_IMAGE_PUSH
,VULNERABILITY_SCANNING
,ACTIVATE_REPLICATION
,TRIGGER
,SNAPSHOT
,TRIGGER_SNAPSHOT
.
- node
Name 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
.
- node
Name 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.