Get Managed Prefix List Result
data class GetManagedPrefixListResult(val addressFamily: String, val arn: String, val entries: List<GetManagedPrefixListEntry>, val filters: List<GetManagedPrefixListFilter>? = null, val id: String, val maxEntries: Int, val name: String, val ownerId: String, val tags: Map<String, String>, val version: Int)
A collection of values returned by getManagedPrefixList.
Properties
Link copied to clipboard
Address family of the prefix list. Valid values are IPv4 and IPv6.
Link copied to clipboard
Set of entries in this prefix list. Each entry is an object with cidr and description.
Link copied to clipboard
Link copied to clipboard
When then prefix list is managed, the maximum number of entries it supports, or null otherwise.