EnvFeatureArgs

data class EnvFeatureArgs(val envFeatureName: Output<String>? = null, val environmentId: Output<String>? = null, val featureVersion: Output<String>? = null) : ConvertibleToJava<EnvFeatureArgs>

Provides a ARMS Env Feature resource. Feature of the arms environment. For information about ARMS Env Feature and how to use it, see What is Env Feature.

NOTE: Available since v1.212.0.

Import

ARMS Env Feature can be imported using the id, e.g.

$ pulumi import alicloud:arms/envFeature:EnvFeature example <environment_id>:<env_feature_name>

Constructors

Link copied to clipboard
constructor(envFeatureName: Output<String>? = null, environmentId: Output<String>? = null, featureVersion: Output<String>? = null)

Properties

Link copied to clipboard
val envFeatureName: Output<String>? = null

The name of the resource.

Link copied to clipboard
val environmentId: Output<String>? = null

The first ID of the resource.

Link copied to clipboard
val featureVersion: Output<String>? = null

Version information of the Feature. You can query Feature information by using ListEnvironmentFeatures.

Functions

Link copied to clipboard
open override fun toJava(): EnvFeatureArgs