AWS cli documentation change
Summary
Added Tags and SsoTagKeys fields to response documentation
Security assessment
Extends documentation for tag management features related to IAM Identity Center integration, enhancing security documentation without addressing vulnerabilities
Diff
diff --git a/cli/latest/reference/redshift/modify-redshift-idc-application.md b/cli/latest/reference/redshift/modify-redshift-idc-application.md index fce562f9b..7936e3a8b 100644 --- a//cli/latest/reference/redshift/modify-redshift-idc-application.md +++ b//cli/latest/reference/redshift/modify-redshift-idc-application.md @@ -15 +15 @@ - * [AWS CLI 2.31.1 Command Reference](../../index.html) » + * [AWS CLI 2.31.3 Command Reference](../../index.html) » @@ -564,0 +565,40 @@ RedshiftIdcApplication -> (structure) +> +> Tags -> (list) +> +>> A list of tags. +>> +>> (structure) +>> +>>> A tag consisting of a name/value pair for a resource. +>>> +>>> Key -> (string) +>>> +>>>> The key, or name, for the resource tag. +>>>> +>>>> Constraints: +>>>> +>>>> * max: `2147483647` +>>>> + +>>> +>>> Value -> (string) +>>> +>>>> The value for the resource tag. +>>>> +>>>> Constraints: +>>>> +>>>> * max: `2147483647` +>>>> + +> +> SsoTagKeys -> (list) +> +>> A list of tags keys that Redshift Identity Center applications copy to IAM Identity Center. For each input key, the tag corresponding to the key-value pair is propagated. +>> +>> (string) +>> +>>> Constraints: +>>> +>>> * max: `2147483647` +>>> + @@ -576 +616 @@ RedshiftIdcApplication -> (structure) - * [AWS CLI 2.31.1 Command Reference](../../index.html) » + * [AWS CLI 2.31.3 Command Reference](../../index.html) »