FrameworkState class

Input properties used for looking up and filtering Framework resources.

Constructors

FrameworkState({Input<String?>? arn, Input<List<FrameworkControl>?>? controls, Input<String?>? creationTime, Input<String?>? deploymentStatus, Input<String?>? description, Input<String?>? name, Input<String?>? region, Input<String?>? status, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new FrameworkState. arn The ARN of the backup framework. controls One or more control blocks that make up the framework. Each control in the list has a name, input parameters, and scope. Detailed below. creationTime The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). deploymentStatus The deployment status of a framework. The statuses are: CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED. description The description of the framework with a maximum of 1,024 characters name The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters, numbers, and underscores. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. status 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. For more information refer to the AWS documentation for Framework Status tags Metadata that you can assign to help organize the frameworks you create. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
const
FrameworkState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
The ARN of the backup framework.
final
controls → Input<List<FrameworkControl>?>?
One or more control blocks that make up the framework. Each control in the list has a name, input parameters, and scope. Detailed below.
final
creationTime → Input<String?>?
The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC).
final
deploymentStatus → Input<String?>?
The deployment status of a framework. The statuses are: CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED.
final
description → Input<String?>?
The description of the framework with a maximum of 1,024 characters
final
hashCode int
The hash code for this object.
no setterinherited
name → Input<String?>?
The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters, numbers, and underscores.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status → Input<String?>?
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. For more information refer to the AWS documentation for Framework Status
final
tags → Input<Map<String, String>?>?
Metadata that you can assign to help organize the frameworks you create. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited