Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Backup::Types::CreateFrameworkInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#framework_controlsArray<Types::FrameworkControl>

The controls that make up the framework. Each control in the list has a name, input parameters, and scope.

Returns:


1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1790

class CreateFrameworkInput < Struct.new(
  :framework_name,
  :framework_description,
  :framework_controls,
  :idempotency_token,
  :framework_tags)
  SENSITIVE = []
  include Aws::Structure
end

#framework_descriptionString

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

Returns:

  • (String)

1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1790

class CreateFrameworkInput < Struct.new(
  :framework_name,
  :framework_description,
  :framework_controls,
  :idempotency_token,
  :framework_tags)
  SENSITIVE = []
  include Aws::Structure
end

#framework_nameString

The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).

Returns:

  • (String)

1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1790

class CreateFrameworkInput < Struct.new(
  :framework_name,
  :framework_description,
  :framework_controls,
  :idempotency_token,
  :framework_tags)
  SENSITIVE = []
  include Aws::Structure
end

#framework_tagsHash<String,String>

The tags to assign to the framework.

Returns:

  • (Hash<String,String>)

1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1790

class CreateFrameworkInput < Struct.new(
  :framework_name,
  :framework_description,
  :framework_controls,
  :idempotency_token,
  :framework_tags)
  SENSITIVE = []
  include Aws::Structure
end

#idempotency_tokenString

A customer-chosen string that you can use to distinguish between otherwise identical calls to CreateFrameworkInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)

1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1790

class CreateFrameworkInput < Struct.new(
  :framework_name,
  :framework_description,
  :framework_controls,
  :idempotency_token,
  :framework_tags)
  SENSITIVE = []
  include Aws::Structure
end