GetCustomerGatewayPlainArgs

data class GetCustomerGatewayPlainArgs(val filters: List<GetCustomerGatewayFilter>? = null, val id: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetCustomerGatewayPlainArgs>

A collection of arguments for invoking getCustomerGateway.

Constructors

Link copied to clipboard
constructor(filters: List<GetCustomerGatewayFilter>? = null, id: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

One or more dcg-filters to filter by. dcg-filters: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCustomerGateways.html

Link copied to clipboard
val id: String? = null

ID of the gateway.

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

Map of key-value pairs assigned to the gateway.

Functions

Link copied to clipboard
open override fun toJava(): GetCustomerGatewayPlainArgs