Gateway Args
data class GatewayArgs(val gatewayName: Output<String>? = null, val logConfig: Output<GatewayLogConfigArgs>? = null, val networkAccessConfig: Output<GatewayNetworkAccessConfigArgs>? = null, val paymentType: Output<String>? = null, val resourceGroupId: Output<String>? = null, val spec: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val vpc: Output<GatewayVpcArgs>? = null, val vswitch: Output<GatewayVswitchArgs>? = null, val zoneConfig: Output<GatewayZoneConfigArgs>? = null) : ConvertibleToJava<GatewayArgs>
Import
APIG Gateway can be imported using the id, e.g.
$ pulumi import alicloud:apig/gateway:Gateway example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(gatewayName: Output<String>? = null, logConfig: Output<GatewayLogConfigArgs>? = null, networkAccessConfig: Output<GatewayNetworkAccessConfigArgs>? = null, paymentType: Output<String>? = null, resourceGroupId: Output<String>? = null, spec: Output<String>? = null, tags: Output<Map<String, String>>? = null, vpc: Output<GatewayVpcArgs>? = null, vswitch: Output<GatewayVswitchArgs>? = null, zoneConfig: Output<GatewayZoneConfigArgs>? = null)
Properties
Link copied to clipboard
The name of the resource
Link copied to clipboard
Log Configuration See log_config
below.
Link copied to clipboard
Network Access Configuration See network_access_config
below.
Link copied to clipboard
The payment type of the resource
Link copied to clipboard
The ID of the resource group
Link copied to clipboard
The VPC associated with the Gateway. See vpc
below.
Link copied to clipboard
The virtual switch associated with the Gateway. See vswitch
below.
Link copied to clipboard
Availability Zone Configuration See zone_config
below.