GetSubnetsFilter

data class GetSubnetsFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetSubnetsFilter>

Constructors

Link copied to clipboard
constructor(name: String, values: List<String>)

Properties

Link copied to clipboard

Name of the field to filter by, as defined by the underlying AWS API. For example, if matching against tag Name, use:

Link copied to clipboard

Set of values that are accepted for the given field. Subnet IDs will be selected if any one of the given values match.

Functions

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