EnvironmentArgs

data class EnvironmentArgs(val aliyunLang: Output<String>? = null, val bindResourceId: Output<String>? = null, val dropMetrics: Output<String>? = null, val environmentName: Output<String>? = null, val environmentSubType: Output<String>? = null, val environmentType: Output<String>? = null, val managedType: Output<String>? = null, val resourceGroupId: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnvironmentArgs>

Provides a ARMS Environment resource. The arms environment. For information about ARMS Environment and how to use it, see What is Environment.

NOTE: Available since v1.212.0.

Import

ARMS Environment can be imported using the id, e.g.

$ pulumi import alicloud:arms/environment:Environment example <id>

Constructors

Link copied to clipboard
constructor(aliyunLang: Output<String>? = null, bindResourceId: Output<String>? = null, dropMetrics: Output<String>? = null, environmentName: Output<String>? = null, environmentSubType: Output<String>? = null, environmentType: Output<String>? = null, managedType: Output<String>? = null, resourceGroupId: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

The locale. The default is Chinese zh | en.

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

The id or vpcId of the bound container instance.

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

List of abandoned indicators.

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

The name of the resource.

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

Subtype of environment:

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

Type of environment.

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

Hosting type:

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

The ID of the resource group.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

The tag of the resource.

Functions

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