Skip to content

RosParameterProps

Properties for defining a RosParameter.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-parameter

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos"
&alicloudroscdkoos.RosParameterProps {
    Name: interface{},
    Type: interface{},
    Value: interface{},
    Constraints: interface{},
    Description: interface{},
    ResourceGroupId: interface{},
}

Properties

Name Type Description
Name interface{} No description.
Type interface{} No description.
Value interface{} No description.
Constraints interface{} No description.
Description interface{} No description.
ResourceGroupId interface{} No description.

NameRequired

Name interface{}
  • Type: interface{}

TypeRequired

Type interface{}
  • Type: interface{}

ValueRequired

Value interface{}
  • Type: interface{}

ConstraintsOptional

Constraints interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}