Get Ip Set Result
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)
Properties
Link copied to clipboard
A description of the IP set that helps with identification.
Link copied to clipboard
The version of the IP addresses, either IPV4
or IPV6
.
Link copied to clipboard
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.