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. |
Name
Required
Name interface{}
- Type: interface{}
Property name: The name of variable group.
OrganizationId
Required
OrganizationId interface{}
- Type: interface{}
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.
Variables
Required
Variables interface{}
- Type: interface{}
Property variables: Variables information.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of variable group.