GetIpamScopeResult

data class GetIpamScopeResult(val arn: String? = null, val description: String? = null, val ipamArn: String? = null, val ipamScopeId: String? = null, val ipamScopeType: IpamScopeType? = null, val isDefault: Boolean? = null, val poolCount: Int? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, ipamArn: String? = null, ipamScopeId: String? = null, ipamScopeType: IpamScopeType? = null, isDefault: Boolean? = null, poolCount: Int? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the IPAM scope.

Link copied to clipboard
val description: String? = null

The description of the scope.

Link copied to clipboard
val ipamArn: String? = null

The Amazon Resource Name (ARN) of the IPAM this scope is a part of.

Link copied to clipboard
val ipamScopeId: String? = null

Id of the IPAM scope.

Link copied to clipboard

Determines whether this scope contains publicly routable space or space for a private network

Link copied to clipboard
val isDefault: Boolean? = null

Is this one of the default scopes created with the IPAM.

Link copied to clipboard
val poolCount: Int? = null

The number of pools that currently exist in this scope.

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

An array of key-value pairs to apply to this resource.