GetFrameworkResult

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<Tag>? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, deploymentStatus: String? = null, frameworkArn: String? = null, frameworkControls: List<FrameworkControl>? = null, frameworkDescription: String? = null, frameworkStatus: String? = null, frameworkTags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

The date and time that a framework is created, in ISO 8601 representation. The value of CreationTime is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00 represents the 10th of July 2020 at 3:00 PM 8 hours behind UTC.

Link copied to clipboard

The deployment status of a framework. The statuses are: CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED

Link copied to clipboard
val frameworkArn: String? = null

An Amazon Resource Name (ARN) that uniquely identifies Framework as a resource

Link copied to clipboard

Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.

Link copied to clipboard

An optional description of the framework with a maximum 1,024 characters.

Link copied to clipboard
val frameworkStatus: String? = null

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.

Link copied to clipboard
val frameworkTags: List<Tag>? = null

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.