| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Backup.Types.Framework
Description
Synopsis
- data Framework = Framework' {}
- newFramework :: Framework
- framework_creationTime :: Lens' Framework (Maybe UTCTime)
- framework_deploymentStatus :: Lens' Framework (Maybe Text)
- framework_frameworkArn :: Lens' Framework (Maybe Text)
- framework_frameworkDescription :: Lens' Framework (Maybe Text)
- framework_frameworkName :: Lens' Framework (Maybe Text)
- framework_numberOfControls :: Lens' Framework (Maybe Int)
Documentation
Contains detailed information about a framework. Frameworks contain controls, which evaluate and report on your backup events and resources. Frameworks generate daily compliance results.
See: newFramework smart constructor.
Constructors
| Framework' | |
Fields
| |
Instances
newFramework :: Framework Source #
Create a value of Framework with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:Framework', framework_creationTime - 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.
$sel:deploymentStatus:Framework', framework_deploymentStatus - The deployment status of a framework. The statuses are:
CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED
$sel:frameworkArn:Framework', framework_frameworkArn - An Amazon Resource Name (ARN) that uniquely identifies a resource. The
format of the ARN depends on the resource type.
$sel:frameworkDescription:Framework', framework_frameworkDescription - An optional description of the framework with a maximum 1,024
characters.
$sel:frameworkName:Framework', framework_frameworkName - The unique name of a framework. This name is between 1 and 256
characters, starting with a letter, and consisting of letters (a-z,
A-Z), numbers (0-9), and underscores (_).
$sel:numberOfControls:Framework', framework_numberOfControls - The number of controls contained by the framework.
framework_creationTime :: Lens' Framework (Maybe UTCTime) Source #
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.
framework_deploymentStatus :: Lens' Framework (Maybe Text) Source #
The deployment status of a framework. The statuses are:
CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED
framework_frameworkArn :: Lens' Framework (Maybe Text) Source #
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
framework_frameworkDescription :: Lens' Framework (Maybe Text) Source #
An optional description of the framework with a maximum 1,024 characters.