Skip to content

RosEnvironmentFeatureProps

Properties for defining a RosEnvironmentFeature.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-environmentfeature

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkarms"
&alicloudroscdkarms.RosEnvironmentFeatureProps {
    EnvironmentId: interface{},
    FeatureName: interface{},
    FeatureVersion: interface{},
    Config: interface{},
}

Properties

Name Type Description
EnvironmentId interface{} No description.
FeatureName interface{} No description.
FeatureVersion interface{} No description.
Config interface{} No description.

EnvironmentIdRequired

EnvironmentId interface{}
  • Type: interface{}

FeatureNameRequired

FeatureName interface{}
  • Type: interface{}

FeatureVersionRequired

FeatureVersion interface{}
  • Type: interface{}

ConfigOptional

Config interface{}
  • Type: interface{}