Skip to content

EnvironmentFeatureProps

Properties for defining a EnvironmentFeature.

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

Initializer

import { EnvironmentFeatureProps } from '@alicloud/ros-cdk-arms'
const environmentFeatureProps: EnvironmentFeatureProps = { ... }

Properties

Name Type Description
environmentId string | @alicloud/ros-cdk-core.IResolvable Property environmentId: The id of the environment.
featureName string | @alicloud/ros-cdk-core.IResolvable Property featureName: The name of the feature.
featureVersion string | @alicloud/ros-cdk-core.IResolvable Property featureVersion: The version of the feature.
config @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any} Property config: The metadata of the feature.

environmentIdRequired

public readonly environmentId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property environmentId: The id of the environment.


featureNameRequired

public readonly featureName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property featureName: The name of the feature.

Valid values: app-agent-pilot metric-agent


featureVersionRequired

public readonly featureVersion: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property featureVersion: The version of the feature.


configOptional

public readonly config: IResolvable | {[ key: string ]: any};
  • Type: @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any}

Property config: The metadata of the feature.