Mapping

sealed class Mapping

A structure that contains the details of a mapping relationship, which can be either to a framework or to a common control.

Inheritors

Types

Link copied to clipboard

The common control mapping details when the mapping type relates to a common control.

Link copied to clipboard
data class Framework(val value: FrameworkMappingDetails) : Mapping

The framework mapping details when the mapping type relates to a compliance framework.

Link copied to clipboard

Returns information about controls that are related to the specified control.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Casts this Mapping as a Framework and retrieves its aws.sdk.kotlin.services.controlcatalog.model.FrameworkMappingDetails value. Throws an exception if the Mapping is not a Framework.

Link copied to clipboard
Link copied to clipboard