AWS cli documentation change
Summary
Added --tags and --sso-tag-keys parameters with documentation for tag management in Redshift IDC applications
Security assessment
Adds documentation about tag propagation to IAM Identity Center, which relates to access control and resource management security features but does not address a specific vulnerability
Diff
diff --git a/cli/latest/reference/redshift/create-redshift-idc-application.md b/cli/latest/reference/redshift/create-redshift-idc-application.md index feb0533d3..6adf911e7 100644 --- a//cli/latest/reference/redshift/create-redshift-idc-application.md +++ b//cli/latest/reference/redshift/create-redshift-idc-application.md @@ -15 +15 @@ - * [AWS CLI 2.31.1 Command Reference](../../index.html) » + * [AWS CLI 2.31.3 Command Reference](../../index.html) » @@ -73,0 +74,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/redshi + [--tags <value>] + [--sso-tag-keys <value>] @@ -293,0 +296,64 @@ JSON Syntax: +`--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` +>>> + + +Shorthand Syntax: + + + Key=string,Value=string ... + + +JSON Syntax: + + + [ + { + "Key": "string", + "Value": "string" + } + ... + ] + + +`--sso-tag-keys` (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` +>> + + +Syntax: + + + "string" "string" ... + + @@ -577,0 +644,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` +>>> + @@ -589 +695 @@ RedshiftIdcApplication -> (structure) - * [AWS CLI 2.31.1 Command Reference](../../index.html) » + * [AWS CLI 2.31.3 Command Reference](../../index.html) »