Skip to content

VariableGroupProps

Properties for defining a VariableGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-variablegroup

Initializer

import ros_cdk_devops
ros_cdk_devops.VariableGroupProps(
  name: typing.Union[str, IResolvable],
  organization_id: typing.Union[str, IResolvable],
  variables: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, VariablesProperty]]],
  description: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
name typing.Union[str, ros_cdk_core.IResolvable] Property name: The name of variable group.
organization_id typing.Union[str, ros_cdk_core.IResolvable] Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.
variables typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, VariablesProperty]]] Property variables: Variables information.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of variable group.

nameRequired

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property name: The name of variable group.


organization_idRequired

organization_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.


variablesRequired

variables: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, VariablesProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, VariablesProperty]]]

Property variables: Variables information.


descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property description: The description of variable group.