Gateway

class Gateway : KotlinCustomResource

Import

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

$ pulumi import alicloud:apig/gateway:Gateway example <id>

Properties

Link copied to clipboard
val createTime: Output<Int>

The creation timestamp. Unit: milliseconds.

Link copied to clipboard
val gatewayName: Output<String>?

The name of the resource

Link copied to clipboard
val id: Output<String>
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
val paymentType: Output<String>

The payment type of the resource

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

The ID of the resource group

Link copied to clipboard
val spec: Output<String>?

Gateway instance specifications

Link copied to clipboard
val status: Output<String>

The status of the resource

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

The tag of the resource

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpc: Output<GatewayVpc>?

The VPC associated with the Gateway. See vpc below.

Link copied to clipboard
val vswitch: Output<GatewayVswitch>?

The virtual switch associated with the Gateway. See vswitch below.

Link copied to clipboard

Availability Zone Configuration See zone_config below.