FrameworkState class
Input properties used for looking up and filtering Framework resources.
Constructors
-
FrameworkState({Input<
String?> ? arn, Input<List< ? controls, Input<FrameworkControl> ?>String?> ? creationTime, Input<String?> ? deploymentStatus, Input<String?> ? description, Input<String?> ? name, Input<String?> ? region, Input<String?> ? status, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new FrameworkState.
arnThe ARN of the backup framework.controlsOne or more control blocks that make up the framework. Each control in the list has a name, input parameters, and scope. Detailed below.creationTimeThe date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC).deploymentStatusThe deployment status of a framework. The statuses are:CREATE_IN_PROGRESS|UPDATE_IN_PROGRESS|DELETE_IN_PROGRESS|COMPLETED|FAILED.descriptionThe description of the framework with a maximum of 1,024 charactersnameThe 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.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.statusA 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 StatustagsMetadata that you can assign to help organize the frameworks you create. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration 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
-
Metadata that you can assign to help organize the frameworks you create. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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