EnvironmentArgs

data class EnvironmentArgs(val description: Output<String>? = null, val environmentName: Output<String>? = null, val gatewayId: Output<String>? = null, val resourceGroupId: Output<String>? = null) : ConvertibleToJava<EnvironmentArgs>

Provides a APIG Environment resource. For information about APIG Environment and how to use it, see What is Environment.

NOTE: Available since v1.240.0.

Import

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

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

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, environmentName: Output<String>? = null, gatewayId: Output<String>? = null, resourceGroupId: Output<String>? = null)

Properties

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

Description

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

The name of the resource

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

Gateway id

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

The ID of the resource group

Functions

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