Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Link
Configuration 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.
- List
Attached Links Item A structure that contains information about one link attached to this monitoring account sink.
- List
Links Item A structure that contains information about one of this source account's links to a monitoring account.
- List
Sinks Item A structure that contains information about one of this monitoring account's sinks.
- LogGroup
Configuration This structure contains the
Filter
parameter which you can use to specify which log groups are to share log events from this source account to the monitoring account.- Metric
Configuration This structure contains the
Filter
parameter which you can use to specify which metric namespaces are to be shared from this source account to the monitoring account.
Enums§
- Resource
Type - When writing a match expression against
ResourceType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.