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
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.