EcsPrefixListEntryArgs

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

Constructors

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

Properties

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

The CIDR block in entry. This parameter is empty by default. Take note of the following items:

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

The description in entry. The description must be 2 to 32 characters in length and cannot start with http:// or https://.

Functions

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