VariableGroupProps
Properties for defining a VariableGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-variablegroup
Initializer
import { VariableGroupProps } from '@alicloud/ros-cdk-devops'
const variableGroupProps: VariableGroupProps = { ... }
Properties
Name | Type | Description |
---|---|---|
name |
string | @alicloud/ros-cdk-core.IResolvable |
Property name: The name of variable group. |
organizationId |
string | @alicloud/ros-cdk-core.IResolvable |
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links. |
variables |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | VariablesProperty[] |
Property variables: Variables information. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: The description of variable group. |
name
Required
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of variable group.
organizationId
Required
public readonly organizationId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.
variables
Required
public readonly variables: IResolvable | IResolvable | VariablesProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | VariablesProperty[]
Property variables: Variables information.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: The description of variable group.