ControlMapping

A structure that contains information about a control mapping, including the control ARN, mapping type, and mapping details.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the control in the mapping.

Link copied to clipboard

The details of the mapping relationship, containing either framework or common control information.

Link copied to clipboard

The type of mapping relationship between the control and other entities. Indicates whether the mapping is to a framework or common control.

Functions

Link copied to clipboard
inline fun copy(block: ControlMapping.Builder.() -> Unit = {}): ControlMapping
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