Get Link Result
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)
Properties
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
.