Skip to content

EnvironmentFeatureProps

Properties for defining a EnvironmentFeature.

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

Initializer

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

Properties

Name Type Description
EnvironmentId interface{} Property environmentId: The id of the environment.
FeatureName interface{} Property featureName: The name of the feature.
FeatureVersion interface{} Property featureVersion: The version of the feature.
Config interface{} Property config: The metadata of the feature.

EnvironmentIdRequired

EnvironmentId interface{}
  • Type: interface{}

Property environmentId: The id of the environment.


FeatureNameRequired

FeatureName interface{}
  • Type: interface{}

Property featureName: The name of the feature.

Valid values: app-agent-pilot metric-agent


FeatureVersionRequired

FeatureVersion interface{}
  • Type: interface{}

Property featureVersion: The version of the feature.


ConfigOptional

Config interface{}
  • Type: interface{}

Property config: The metadata of the feature.