PrefixListArgs

data class PrefixListArgs(val addressFamily: Output<PrefixListAddressFamily>? = null, val entries: Output<List<PrefixListEntryArgs>>? = null, val maxEntries: Output<Int>? = null, val prefixListName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<PrefixListArgs>

Resource schema of AWS::EC2::PrefixList Type

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(addressFamily: Output<PrefixListAddressFamily>? = null, entries: Output<List<PrefixListEntryArgs>>? = null, maxEntries: Output<Int>? = null, prefixListName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

Ip Version of Prefix List.

Link copied to clipboard
val entries: Output<List<PrefixListEntryArgs>>? = null

Entries of Prefix List.

Link copied to clipboard
val maxEntries: Output<Int>? = null

Max Entries of Prefix List.

Link copied to clipboard
val prefixListName: Output<String>? = null

Name of Prefix List.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags for Prefix List

Functions

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