EnvFeature

class EnvFeature : KotlinCustomResource

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>

Properties

Link copied to clipboard
val envFeatureName: Output<String>

The name of the resource.

Link copied to clipboard
val environmentId: Output<String>

The first ID of the resource.

Link copied to clipboard
val featureVersion: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val namespace: Output<String>

Namespace.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

Status.

Link copied to clipboard
val urn: Output<String>