Skip to content

RosStackInstanceProps

Properties for defining a RosStackInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ros-stackinstance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkros/datasource"
&datasource.RosStackInstanceProps {
    StackGroupName: interface{},
    StackInstanceAccountId: interface{},
    StackInstanceRegionId: interface{},
    OutputOption: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
StackGroupName interface{} No description.
StackInstanceAccountId interface{} No description.
StackInstanceRegionId interface{} No description.
OutputOption interface{} No description.
RefreshOptions interface{} No description.

StackGroupNameRequired

StackGroupName interface{}
  • Type: interface{}

StackInstanceAccountIdRequired

StackInstanceAccountId interface{}
  • Type: interface{}

StackInstanceRegionIdRequired

StackInstanceRegionId interface{}
  • Type: interface{}

OutputOptionOptional

OutputOption interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}