Skip to content

Create Template Share

wellarchitected_create_template_share R Documentation

Create a review template share

Description

Create a review template share.

The owner of a review template can share it with other Amazon Web Services accounts, users, an organization, and organizational units (OUs) in the same Amazon Web Services Region.

Shared access to a review template is not removed until the review template share invitation is deleted.

If you share a review template with an organization or OU, all accounts in the organization or OU are granted access to the review template.

Disclaimer

By sharing your review template with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your review template available to those other accounts.

Usage

wellarchitected_create_template_share(TemplateArn, SharedWith,
  ClientRequestToken)

Arguments

TemplateArn

[required] The review template ARN.

SharedWith

[required]

ClientRequestToken

[required]

Value

A list with the following syntax:

list(
  TemplateArn = "string",
  ShareId = "string"
)

Request syntax

svc$create_template_share(
  TemplateArn = "string",
  SharedWith = "string",
  ClientRequestToken = "string"
)