GetLinkResult

data class GetLinkResult(val arn: String? = null, val label: String? = null, val linkConfiguration: LinkConfiguration? = null, val resourceTypes: List<LinkResourceType>? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, label: String? = null, linkConfiguration: LinkConfiguration? = null, resourceTypes: List<LinkResourceType>? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the link. For example, arn:aws:oam:us-west-1:111111111111:link:abcd1234-a123-456a-a12b-a123b456c789

Link copied to clipboard
val label: String? = null

The friendly human-readable name used to identify this source account when it is viewed from the monitoring account. For example, my-account1 .

Link copied to clipboard

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.

Link copied to clipboard

An array of strings that define which types of data that the source account shares with the monitoring account. Valid values are AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor .

Link copied to clipboard
val tags: Map<String, String>? = null

Tags to apply to the link