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 CreateRecommendationTemplate operation. Creates a new recommendation template for the Resilience Hub application.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ResilienceHub.AmazonResilienceHubRequest
      Amazon.ResilienceHub.Model.CreateRecommendationTemplateRequest

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

Syntax

C#
public class CreateRecommendationTemplateRequest : AmazonResilienceHubRequest
         IAmazonWebServiceRequest

The CreateRecommendationTemplateRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AssessmentArn System.String

Gets and sets the property AssessmentArn.

Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

Public Property BucketName System.String

Gets and sets the property BucketName.

The name of the Amazon S3 bucket that will contain the recommendation template.

Public Property ClientToken System.String

Gets and sets the property ClientToken.

Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

Public Property Format Amazon.ResilienceHub.TemplateFormat

Gets and sets the property Format.

The format for the recommendation template.

CfnJson

The template is CloudFormation JSON.

CfnYaml

The template is CloudFormation YAML.

Public Property Name System.String

Gets and sets the property Name.

The name for the recommendation template.

Public Property RecommendationIds System.Collections.Generic.List<System.String>

Gets and sets the property RecommendationIds.

Identifiers for the recommendations used to create a recommendation template.

Public Property RecommendationTypes System.Collections.Generic.List<System.String>

Gets and sets the property RecommendationTypes.

An array of strings that specify the recommendation template type or types.

Alarm

The template is an AlarmRecommendation template.

Sop

The template is a SopRecommendation template.

Test

The template is a TestRecommendation template.

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

Gets and sets the property Tags.

Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5