class Aws::Backup::Types::FrameworkControl

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

@note When making an API call, you may pass FrameworkControl

data as a hash:

    {
      control_name: "ControlName", # required
      control_input_parameters: [
        {
          parameter_name: "ParameterName",
          parameter_value: "ParameterValue",
        },
      ],
      control_scope: {
        compliance_resource_ids: ["string"],
        compliance_resource_types: ["ARN"],
        tags: {
          "string" => "string",
        },
      },
    }

@!attribute [rw] control_name

The name of a control. This name is between 1 and 256 characters.
@return [String]

@!attribute [rw] control_input_parameters

A list of `ParameterName` and `ParameterValue` pairs.
@return [Array<Types::ControlInputParameter>]

@!attribute [rw] control_scope

The scope of a control. The control scope defines what the control
will evaluate. Three examples of control scopes are: a specific
backup plan, all backup plans with a specific tag, or all backup
plans. For more information, see `ControlScope`.
@return [Types::ControlScope]

@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/FrameworkControl AWS API Documentation

Constants

SENSITIVE