StackGroupProps
Properties for defining a StackGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ros-stackgroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkros"
&alicloudroscdkros.StackGroupProps {
StackGroupName: interface{},
AdministrationRoleName: interface{},
AutoDeployment: interface{},
Description: interface{},
DynamicTemplateBody: interface{},
ExecutionRoleName: interface{},
Parameters: interface{},
PermissionModel: interface{},
ResourceGroupId: interface{},
TemplateBody: interface{},
TemplateId: interface{},
TemplateUrl: interface{},
TemplateVersion: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
StackGroupName | interface{} | Property stackGroupName: undefined. |
AdministrationRoleName | interface{} | Property administrationRoleName: undefined. |
AutoDeployment | interface{} | Property autoDeployment: undefined. |
Description | interface{} | Property description: undefined. |
DynamicTemplateBody | interface{} | Property dynamicTemplateBody: undefined. |
ExecutionRoleName | interface{} | Property executionRoleName: undefined. |
Parameters | interface{} | Property parameters: undefined. |
PermissionModel | interface{} | Property permissionModel: undefined. |
ResourceGroupId | interface{} | Property resourceGroupId: undefined. |
TemplateBody | interface{} | Property templateBody: undefined. |
TemplateId | interface{} | Property templateId: undefined. |
TemplateUrl | interface{} | Property templateUrl: undefined. |
TemplateVersion | interface{} | Property templateVersion: undefined. |
StackGroupNameRequired
StackGroupName interface{}
- Type: interface{}
Property stackGroupName: undefined.
AdministrationRoleNameOptional
AdministrationRoleName interface{}
- Type: interface{}
Property administrationRoleName: undefined.
AutoDeploymentOptional
AutoDeployment interface{}
- Type: interface{}
Property autoDeployment: undefined.
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: undefined.
DynamicTemplateBodyOptional
DynamicTemplateBody interface{}
- Type: interface{}
Property dynamicTemplateBody: undefined.
ExecutionRoleNameOptional
ExecutionRoleName interface{}
- Type: interface{}
Property executionRoleName: undefined.
ParametersOptional
Parameters interface{}
- Type: interface{}
Property parameters: undefined.
PermissionModelOptional
PermissionModel interface{}
- Type: interface{}
Property permissionModel: undefined.
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: undefined.
TemplateBodyOptional
TemplateBody interface{}
- Type: interface{}
Property templateBody: undefined.
TemplateIdOptional
TemplateId interface{}
- Type: interface{}
Property templateId: undefined.
TemplateUrlOptional
TemplateUrl interface{}
- Type: interface{}
Property templateUrl: undefined.
TemplateVersionOptional
TemplateVersion interface{}
- Type: interface{}
Property templateVersion: undefined.