Skip to content

EnvironmentFeatureProps

Properties for defining a EnvironmentFeature.

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

Initializer

import com.aliyun.ros.cdk.arms.EnvironmentFeatureProps;
EnvironmentFeatureProps.builder()
    .environmentId(java.lang.String)
    .environmentId(IResolvable)
    .featureName(java.lang.String)
    .featureName(IResolvable)
    .featureVersion(java.lang.String)
    .featureVersion(IResolvable)
//  .config(IResolvable)
//  .config(java.util.Map<java.lang.String, java.lang.Object>)
    .build();

Properties

Name Type Description
environmentId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property environmentId: The id of the environment.
featureName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property featureName: The name of the feature.
featureVersion java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property featureVersion: The version of the feature.
config com.aliyun.ros.cdk.core.IResolvable OR java.util.Map Property config: The metadata of the feature.

environmentIdRequired

public java.lang.Object getEnvironmentId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property environmentId: The id of the environment.


featureNameRequired

public java.lang.Object getFeatureName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property featureName: The name of the feature.

Valid values: app-agent-pilot metric-agent


featureVersionRequired

public java.lang.Object getFeatureVersion();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property featureVersion: The version of the feature.


configOptional

public java.lang.Object getConfig();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.Map

Property config: The metadata of the feature.