Skip to content

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.

ContentRequired

Content interface{}
  • Type: interface{}

TemplateNameRequired

TemplateName interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *map[string]interface{}
  • Type: *map[string]interface{}