Link

class Link : KotlinCustomResource

Definition of AWS::Oam::Link Resource Type

Properties

Link copied to clipboard
val arn: Output<String>

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 id: Output<String>
Link copied to clipboard
val label: Output<String>

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
val labelTemplate: Output<String>?

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 include the following variables in your template:

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
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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 sinkIdentifier: Output<String>

The ARN of the sink in the monitoring account that you want to link to. You can use ListSinks to find the ARNs of sinks.

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

Tags to apply to the link

Link copied to clipboard
val urn: Output<String>