TargetIdentifier

A target identifier is a pair of identifying information for a resource that is included in a target. A target identifier includes the target ID and the target type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier for a target.

Link copied to clipboard

The type of a target. A target type is currently always ACCOUNT because a target is currently a single Amazon Web Services account.

Functions

Link copied to clipboard
inline fun copy(block: TargetIdentifier.Builder.() -> Unit = {}): TargetIdentifier
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String