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
The common control mapping details when the mapping type relates to a common control.
The framework mapping details when the mapping type relates to a compliance framework.
Returns information about controls that are related to the specified control.
Functions
Casts this Mapping as a CommonControl and retrieves its aws.sdk.kotlin.services.controlcatalog.model.CommonControlMappingDetails value. Throws an exception if the Mapping is not a CommonControl.
Casts this Mapping as a CommonControl and retrieves its aws.sdk.kotlin.services.controlcatalog.model.CommonControlMappingDetails value. Returns null if the Mapping is not a CommonControl.
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.
Casts this Mapping as a Framework and retrieves its aws.sdk.kotlin.services.controlcatalog.model.FrameworkMappingDetails value. Returns null if the Mapping is not a Framework.
Casts this Mapping as a RelatedControl and retrieves its aws.sdk.kotlin.services.controlcatalog.model.RelatedControlMappingDetails value. Throws an exception if the Mapping is not a RelatedControl.
Casts this Mapping as a RelatedControl and retrieves its aws.sdk.kotlin.services.controlcatalog.model.RelatedControlMappingDetails value. Returns null if the Mapping is not a RelatedControl.