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 UpdateFramework operation. Updates an existing framework identified by its FrameworkName with the input document in JSON format.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateFrameworkRequest : AmazonBackupRequest
         IAmazonWebServiceRequest

The UpdateFrameworkRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateFrameworkRequest()

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 1,024 characters.

Public Property FrameworkName System.String

Gets and sets the property FrameworkName.

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

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 UpdateFrameworkInput. 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