Get Connections Plain Args
data class GetConnectionsPlainArgs(val customerGatewayId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val vpnGatewayId: String? = null) : ConvertibleToJava<GetConnectionsPlainArgs>
A collection of arguments for invoking getConnections.