EnvironmentFeatureProps
Properties for defining a EnvironmentFeature.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-environmentfeature
Initializer
import ros_cdk_arms
ros_cdk_arms.EnvironmentFeatureProps(
environment_id: typing.Union[str, IResolvable],
feature_name: typing.Union[str, IResolvable],
feature_version: typing.Union[str, IResolvable],
config: typing.Union[IResolvable, typing.Mapping[typing.Any]] = None
)
Properties
| Name | Type | Description |
|---|---|---|
environment_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property environmentId: The id of the environment. |
feature_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property featureName: The name of the feature. |
feature_version |
typing.Union[str, ros_cdk_core.IResolvable] |
Property featureVersion: The version of the feature. |
config |
typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]] |
Property config: The metadata of the feature. |
environment_idRequired
environment_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property environmentId: The id of the environment.
feature_nameRequired
feature_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property featureName: The name of the feature.
Valid values: app-agent-pilot metric-agent
feature_versionRequired
feature_version: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property featureVersion: The version of the feature.
configOptional
config: typing.Union[IResolvable, typing.Mapping[typing.Any]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]
Property config: The metadata of the feature.