AWS cli documentation change
Summary
Added documentation for SourceMetricsConfiguration and DestinationMetricsConfiguration with BackupConfiguration
Security assessment
Documents how to update backup region configurations, enabling better disaster recovery management. Improves security posture but doesn't address specific vulnerabilities.
Diff
diff --git a/cli/latest/reference/observabilityadmin/update-centralization-rule-for-organization.md b/cli/latest/reference/observabilityadmin/update-centralization-rule-for-organization.md index 0b7e386cc..7b945490b 100644 --- a//cli/latest/reference/observabilityadmin/update-centralization-rule-for-organization.md +++ b//cli/latest/reference/observabilityadmin/update-centralization-rule-for-organization.md @@ -15 +15 @@ - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) » @@ -177,0 +178,15 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ +>> +>> SourceMetricsConfiguration -> (structure) +>> +>>> Metric specific configuration for centralization source metrics. +>>> +>>> MetricsSelectionCriteria -> (string) +>>> +>>>> The filter expression that selects which source metrics to centralize. Currently, only `*` (all metrics) is supported. Other values return a validation error. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `2000` +>>>> + @@ -299,0 +315,18 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ +>> +>> DestinationMetricsConfiguration -> (structure) +>> +>>> Metric specific configuration for centralization destination metrics. +>>> +>>> BackupConfiguration -> (structure) +>>> +>>>> Configuration defining the backup region for the metrics backup destination. +>>>> +>>>> Region -> (string) [required] +>>>> +>>>>> Metrics specific backup destination region within the primary destination account to which metrics data should be centralized. +>>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `1` +>>>>> + @@ -311,0 +345,3 @@ JSON Syntax: + }, + "SourceMetricsConfiguration": { + "MetricsSelectionCriteria": "string" @@ -329,0 +366,5 @@ JSON Syntax: + }, + "DestinationMetricsConfiguration": { + "BackupConfiguration": { + "Region": "string" + } @@ -470 +511 @@ RuleArn -> (string) - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) »