AWS cli documentation change
Summary
Added Tags and SsoTagKeys fields to response documentation
Security assessment
Documents tag-related response fields for existing security features but does not indicate any security issue resolution
Diff
diff --git a/cli/latest/reference/redshift/describe-redshift-idc-applications.md b/cli/latest/reference/redshift/describe-redshift-idc-applications.md index 018385dd5..9aac64a79 100644 --- a//cli/latest/reference/redshift/describe-redshift-idc-applications.md +++ b//cli/latest/reference/redshift/describe-redshift-idc-applications.md @@ -15 +15 @@ - * [AWS CLI 2.31.1 Command Reference](../../index.html) » + * [AWS CLI 2.31.3 Command Reference](../../index.html) » @@ -412,0 +413,40 @@ RedshiftIdcApplications -> (list) +>> +>> 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` +>>>> + @@ -434 +474 @@ Marker -> (string) - * [AWS CLI 2.31.1 Command Reference](../../index.html) » + * [AWS CLI 2.31.3 Command Reference](../../index.html) »