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_id
Required
environment_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property environmentId: The id of the environment.
feature_name
Required
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_version
Required
feature_version: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property featureVersion: The version of the feature.
config
Optional
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.