AWS cli documentation change
Summary
Added documentation for third-party connector configuration including ARN, scope settings, and region management
Security assessment
Expands third-party integration capabilities but doesn't address security vulnerabilities or introduce security features
Diff
diff --git a/cli/latest/reference/configservice/describe-configuration-recorders.md b/cli/latest/reference/configservice/describe-configuration-recorders.md index 75190cd10..475e5d36f 100644 --- a//cli/latest/reference/configservice/describe-configuration-recorders.md +++ b//cli/latest/reference/configservice/describe-configuration-recorders.md @@ -15 +15 @@ - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) » @@ -127 +127 @@ Syntax: -> For service-linked configuration recorders, you can use the service principal of the linked Amazon Web Services service to specify the configuration recorder. +> For service-linked configuration recorders, you can use the service principal of the linked Amazon Web Services service to specify the configuration recorder. This field is only supported for Amazon Web Services service principals. For third-party service-linked configuration recorders, use `Arn` instead. @@ -2303,0 +2304,63 @@ ConfigurationRecorders -> (list) +>> +>> connectorArn -> (string) +>> +>>> The Amazon Resource Name (ARN) of the connector that specifies the connection between a third-party cloud service provider and Config. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `1000` +>>> + +>> +>> scopeConfiguration -> (structure) +>> +>>> Specifies the scope of resources to record from the third-party cloud service provider connected through the connector. +>>> +>>> scopeType -> (string) [required] +>>> +>>>> The type of scope for the third-party cloud resources. Valid values include `tenant` and `subscription` . +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `256` +>>>> + +>>> +>>> scopeValues -> (list) +>>> +>>>> The list of specific scope values for the third-party cloud resources. For example, a list of Azure subscriptions or management groups. +>>>> +>>>> (string) +>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `1` +>>>>> * max: `256` +>>>>> + +>>> +>>> allRegions -> (boolean) [required] +>>> +>>>> Specifies whether to record resources from all supported regions for the third-party cloud service provider. +>>> +>>> includedRegions -> (list) +>>> +>>>> The list of regions from the third-party cloud service provider to include when recording resources. Used when `allRegions` is set to `false` . +>>>> +>>>> Constraints: +>>>> +>>>> * min: `0` +>>>> * max: `200` +>>>> + +>>>> +>>>> (string) +>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `1` +>>>>> * max: `128` +>>>>> + @@ -2315 +2378 @@ ConfigurationRecorders -> (list) - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) »