GetManagedPrefixListResult

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.

Constructors

Link copied to clipboard
constructor(addressFamily: String, arn: String, entries: List<GetManagedPrefixListEntry>, filters: List<GetManagedPrefixListFilter>? = null, id: String, maxEntries: Int, name: String, ownerId: String, tags: Map<String, String>, version: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address family of the prefix list. Valid values are IPv4 and IPv6.

Link copied to clipboard
val arn: String

ARN of the selected prefix list.

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
val id: String

ID of the selected prefix list.

Link copied to clipboard

When then prefix list is managed, the maximum number of entries it supports, or null otherwise.

Link copied to clipboard

Name of the selected prefix list.

Link copied to clipboard

Account ID of the owner of a customer-managed prefix list, or AWS otherwise.

Link copied to clipboard

Map of tags assigned to the resource.

Link copied to clipboard