GetPrefixListResult

data class GetPrefixListResult(val cidrBlocks: List<String>, val filters: List<GetPrefixListFilter>? = null, val id: String, val name: String, val prefixListId: String? = null)

A collection of values returned by getPrefixList.

Constructors

Link copied to clipboard
constructor(cidrBlocks: List<String>, filters: List<GetPrefixListFilter>? = null, id: String, name: String, prefixListId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of CIDR blocks for the AWS service associated with the prefix list.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the selected prefix list.

Link copied to clipboard
val prefixListId: String? = null