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. More complex filters can be expressed using one or more filter
sub-blocks, which take the following arguments:
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.