Get Framework Result
data class GetFrameworkResult(val creationTime: String? = null, val deploymentStatus: String? = null, val frameworkArn: String? = null, val frameworkControls: List<FrameworkControl>? = null, val frameworkDescription: String? = null, val frameworkStatus: String? = null, val frameworkTags: List<FrameworkTag>? = null)
Constructors
Link copied to clipboard
fun GetFrameworkResult(creationTime: String? = null, deploymentStatus: String? = null, frameworkArn: String? = null, frameworkControls: List<FrameworkControl>? = null, frameworkDescription: String? = null, frameworkStatus: String? = null, frameworkTags: List<FrameworkTag>? = null)
Types
Properties
Link copied to clipboard
A framework consists of one or more controls. Each control governs a resource, such as backup plans, backup selections, backup vaults, or recovery points. You can also turn AWS Config recording on or off for each resource. The statuses are: ACTIVE
when recording is turned on for all resources governed by the framework. PARTIALLY_ACTIVE
when recording is turned off for at least one resource governed by the framework. INACTIVE
when recording is turned off for all resources governed by the framework. UNAVAILABLE
when AWS Backup is unable to validate recording status at this time.