Env Feature Args
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>
Content copied to clipboard