data class ManagedPrefixListEntryArgs(val cidr: Output<String>, val description: Output<String>? = null) : ConvertibleToJava<ManagedPrefixListEntryArgs>
Description of this entry. Due to API limitations, updating only the description of an existing entry requires temporarily removing and re-adding the entry.