GetIpAccessSettingsResult

data class GetIpAccessSettingsResult(val associatedPortalArns: List<String>? = null, val creationDate: String? = null, val description: String? = null, val displayName: String? = null, val ipAccessSettingsArn: String? = null, val ipRules: List<IpAccessSettingsIpRule>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(associatedPortalArns: List<String>? = null, creationDate: String? = null, description: String? = null, displayName: String? = null, ipAccessSettingsArn: String? = null, ipRules: List<IpAccessSettingsIpRule>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of web portal ARNs that this IP access settings resource is associated with.

Link copied to clipboard
val creationDate: String? = null

The creation date timestamp of the IP access settings.

Link copied to clipboard
val description: String? = null

The description of the IP access settings.

Link copied to clipboard
val displayName: String? = null

The display name of the IP access settings.

Link copied to clipboard

The ARN of the IP access settings resource.

Link copied to clipboard

The IP rules of the IP access settings.

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

The tags to add to the IP access settings resource. A tag is a key-value pair.