Skip to content

VariableGroupProps

Properties for defining a VariableGroup.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdevops"
&alicloudroscdkdevops.VariableGroupProps {
    Name: interface{},
    OrganizationId: interface{},
    Variables: interface{},
    Description: interface{},
}

Properties

Name Type Description
Name interface{} Property name: The name of variable group.
OrganizationId interface{} Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.
Variables interface{} Property variables: Variables information.
Description interface{} Property description: The description of variable group.

NameRequired

Name interface{}
  • Type: interface{}

Property name: The name of variable group.


OrganizationIdRequired

OrganizationId interface{}
  • Type: interface{}

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


VariablesRequired

Variables interface{}
  • Type: interface{}

Property variables: Variables information.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of variable group.