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. |
EnvironmentId
Required
EnvironmentId interface{}
- Type: interface{}
Property environmentId: The id of the environment.
FeatureName
Required
FeatureName interface{}
- Type: interface{}
Property featureName: The name of the feature.
Valid values: app-agent-pilot metric-agent
FeatureVersion
Required
FeatureVersion interface{}
- Type: interface{}
Property featureVersion: The version of the feature.
Config
Optional
Config interface{}
- Type: interface{}
Property config: The metadata of the feature.