Get Vpn Gateway Plain Args
data class GetVpnGatewayPlainArgs(val amazonSideAsn: String? = null, val attachedVpcId: String? = null, val availabilityZone: String? = null, val filters: List<GetVpnGatewayFilter>? = null, val id: String? = null, val state: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetVpnGatewayPlainArgs>
A collection of arguments for invoking getVpnGateway.
Constructors
Properties
Link copied to clipboard
Autonomous System Number (ASN) for the Amazon side of the specific VPN Gateway to retrieve. The arguments of this data source act as filters for querying the available VPN gateways. The given filters must match exactly one VPN gateway whose data will be exported as attributes.
Link copied to clipboard
ID of a VPC attached to the specific VPN Gateway to retrieve.
Link copied to clipboard
Availability Zone of the specific VPN Gateway to retrieve.
Link copied to clipboard
Custom filter block as described below.