resiliencehub_create_recommendation_template: Creates a new recommendation template for the Resilience Hub...

View source: R/resiliencehub_operations.R

resiliencehub_create_recommendation_templateR Documentation

Creates a new recommendation template for the Resilience Hub application

Description

Creates a new recommendation template for the Resilience Hub application.

See https://www.paws-r-sdk.com/docs/resiliencehub_create_recommendation_template/ for full documentation.

Usage

resiliencehub_create_recommendation_template(
  assessmentArn,
  bucketName = NULL,
  clientToken = NULL,
  format = NULL,
  name,
  recommendationIds = NULL,
  recommendationTypes = NULL,
  tags = NULL
)

Arguments

assessmentArn

[required] 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 AWS General Reference guide.

bucketName

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

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.

format

The format for the recommendation template.

CfnJson

The template is CloudFormation JSON.

CfnYaml

The template is CloudFormation YAML.

name

[required] The name for the recommendation template.

recommendationIds

Identifiers for the recommendations used to create a recommendation template.

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.

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.