GetIpSetResult

data class GetIpSetResult(val addresses: List<String>? = null, val arn: String? = null, val description: String? = null, val id: String? = null, val ipAddressVersion: IpSetIpAddressVersion? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(addresses: List<String>? = null, arn: String? = null, description: String? = null, id: String? = null, ipAddressVersion: IpSetIpAddressVersion? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addresses: List<String>? = null

List of IPAddresses.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the IP set.

Link copied to clipboard
val description: String? = null

A description of the IP set that helps with identification.

Link copied to clipboard
val id: String? = null

The ID of the IP set.

Link copied to clipboard

The version of the IP addresses, either IPV4 or IPV6 .

Link copied to clipboard
val tags: List<Tag>? = null

Key:value pairs associated with an AWS resource. The key:value pair can be anything you define. Typically, the tag key represents a category (such as "environment") and the tag value represents a specific value within that category (such as "test," "development," or "production"). You can add up to 50 tags to each AWS resource.