ManagedPrefixListEntryArgs

data class ManagedPrefixListEntryArgs(val cidr: Output<String>, val description: Output<String>? = null) : ConvertibleToJava<ManagedPrefixListEntryArgs>

Constructors

Link copied to clipboard
constructor(cidr: Output<String>, description: Output<String>? = null)

Properties

Link copied to clipboard
val cidr: Output<String>

CIDR block of this entry.

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

Description of this entry. Due to API limitations, updating only the description of an existing entry requires temporarily removing and re-adding the entry.

Functions

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