cloudwatchobservabilityaccessmanager_create_link: Creates a link between a source account and a sink that you...

View source: R/cloudwatchobservabilityaccessmanager_operations.R

cloudwatchobservabilityaccessmanager_create_linkR Documentation

Description

Creates a link between a source account and a sink that you have created in a monitoring account. After the link is created, data is sent from the source account to the monitoring account. When you create a link, you can optionally specify filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.

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

Usage

cloudwatchobservabilityaccessmanager_create_link(
  LabelTemplate,
  LinkConfiguration = NULL,
  ResourceTypes,
  SinkIdentifier,
  Tags = NULL
)

Arguments

LabelTemplate

[required] Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.

You can use a custom label or use the following variables:

  • ⁠$AccountName⁠ is the name of the account

  • ⁠$AccountEmail⁠ is the globally unique email address of the account

  • ⁠$AccountEmailNoDomain⁠ is the email address of the account without the domain name

LinkConfiguration

Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.

ResourceTypes

[required] An array of strings that define which types of data that the source account shares with the monitoring account.

SinkIdentifier

[required] The ARN of the sink to use to create this link. You can use list_sinks to find the ARNs of sinks.

For more information about sinks, see create_sink.

Tags

Assigns one or more tags (key-value pairs) to the link.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.