Environment Args
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>
Content copied to clipboard
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
The locale. The default is Chinese zh | en.
Link copied to clipboard
The id or vpcId of the bound container instance.
Link copied to clipboard
List of abandoned indicators.
Link copied to clipboard
The name of the resource.
Link copied to clipboard
Subtype of environment:
Link copied to clipboard
Type of environment.
Link copied to clipboard
Hosting type:
Link copied to clipboard
The ID of the resource group.