AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateFramework operation. Creates a framework with one or more controls. A framework is a collection of controls that you can use to evaluate your backup practices. By using pre-built customizable controls to define your policies, you can evaluate whether your backup practices comply with your policies and which resources are not yet in compliance.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Backup.AmazonBackupRequest
      Amazon.Backup.Model.CreateFrameworkRequest

Namespace: Amazon.Backup.Model
Assembly: AWSSDK.Backup.dll
Version: 3.x.y.z

Syntax

C#
public class CreateFrameworkRequest : AmazonBackupRequest
         IAmazonWebServiceRequest

The CreateFrameworkRequest type exposes the following members

Constructors

NameDescription
Public Method CreateFrameworkRequest()

Properties

NameTypeDescription
Public Property FrameworkControls System.Collections.Generic.List<Amazon.Backup.Model.FrameworkControl>

Gets and sets the property FrameworkControls.

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

Public Property FrameworkDescription System.String

Gets and sets the property FrameworkDescription.

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

Public Property FrameworkName System.String

Gets and sets the property FrameworkName.

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 (_).

Public Property FrameworkTags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property FrameworkTags.

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

Public Property IdempotencyToken System.String

Gets and sets the property IdempotencyToken.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5