Skip to content

Get Sink

cloudwatchobservabilityaccessmanager_get_sink R Documentation

Returns complete information about one monitoring account sink

Description

Returns complete information about one monitoring account sink.

To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use list_sinks.

Usage

cloudwatchobservabilityaccessmanager_get_sink(Identifier)

Arguments

Identifier

[required] The ARN of the sink to retrieve information for.

Value

A list with the following syntax:

list(
  Arn = "string",
  Id = "string",
  Name = "string",
  Tags = list(
    "string"
  )
)

Request syntax

svc$get_sink(
  Identifier = "string"
)