Framework

data class Framework(val value: FrameworkMappingDetails) : Mapping

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

Constructors

Link copied to clipboard
constructor(value: FrameworkMappingDetails)

Properties

Link copied to clipboard

Inherited 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