GetLinkResult

data class GetLinkResult(val arn: String, val id: String, val label: String, val labelTemplate: String, val linkConfigurations: List<GetLinkLinkConfiguration>, val linkId: String, val linkIdentifier: String, val resourceTypes: List<String>, val sinkArn: String, val tags: Map<String, String>)

A collection of values returned by getLink.

Constructors

Link copied to clipboard
constructor(arn: String, id: String, label: String, labelTemplate: String, linkConfigurations: List<GetLinkLinkConfiguration>, linkId: String, linkIdentifier: String, resourceTypes: List<String>, sinkArn: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the link.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Label that is assigned to this link.

Link copied to clipboard

Human-readable name used to identify this source account when you are viewing data from it in the monitoring account.

Link copied to clipboard

Configuration for creating filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account. See link_configuration Block for details.

Link copied to clipboard

ID string that AWS generated as part of the link ARN.

Link copied to clipboard
Link copied to clipboard

Types of data that the source account shares with the monitoring account.

Link copied to clipboard

ARN of the sink that is used for this link.

Link copied to clipboard