EcsPrefixListEntry

data class EcsPrefixListEntry(val cidr: String? = null, val description: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidr: 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: String? = null

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