RosTemplateProps
Properties for defining a RosTemplate
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-template
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos"
&alicloudroscdkoos.RosTemplateProps {
Content: interface{},
TemplateName: interface{},
ResourceGroupId: interface{},
Tags: *map[string]interface{},
}
Properties
Name | Type | Description |
---|---|---|
Content |
interface{} |
No description. |
TemplateName |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
Tags |
*map[string]interface{} |
No description. |
Content
Required
Content interface{}
- Type: interface{}
TemplateName
Required
TemplateName interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Tags
Optional
Tags *map[string]interface{}
- Type: *map[string]interface{}