Get Framework Result
data class GetFrameworkResult(val arn: String, val controls: List<GetFrameworkControl>, val creationTime: String, val deploymentStatus: String, val description: String, val id: String, val name: String, val status: String, val tags: Map<String, String>)
A collection of values returned by getFramework.
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
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
, PARTIALLY_ACTIVE
, INACTIVE
, UNAVAILABLE
. For more information refer to the AWS documentation for Framework Status