AWS cli documentation change
Summary
Updated CLI version, navigation links, added/restructured parameters including customer-managed-key, display-name, tags, and client-token documentation
Security assessment
The addition of the '--customer-managed-key' parameter documentation explicitly describes a security feature (customer-managed encryption keys), which enhances data protection controls. However, there is no evidence of addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/workspaces-web/create-portal.md b/cli/latest/reference/workspaces-web/create-portal.md index cc57c260f..2d0b152a9 100644 --- a//cli/latest/reference/workspaces-web/create-portal.md +++ b//cli/latest/reference/workspaces-web/create-portal.md @@ -13 +13 @@ - * [next](create-trust-store.html "create-trust-store") | + * [next](create-session-logger.html "create-session-logger") | @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -23 +23 @@ - * [create-trust-store →](create-trust-store.html "next chapter \(use the right arrow\)") + * [create-session-logger →](create-session-logger.html "next chapter \(use the right arrow\)") @@ -66,0 +67,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--display-name <value>] + [--tags <value>] + [--customer-managed-key <value>] @@ -68 +70,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--authentication-type <value>] @@ -70,2 +72 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--customer-managed-key <value>] - [--display-name <value>] + [--authentication-type <value>] @@ -74 +74,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--tags <value>] @@ -98,0 +99,42 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp +`--display-name` (string) + +> The name of the web portal. This is not visible to users who log into the web portal. + +`--tags` (list) + +> The tags to add to the web portal. A tag is a key-value pair. +> +> (structure) +> +>> The tag. +>> +>> Key -> (string) +>> +>>> The key of the tag. +>> +>> Value -> (string) +>> +>>> The value of the tag + +Shorthand Syntax: + + + Key=string,Value=string ... + + +JSON Syntax: + + + [ + { + "Key": "string", + "Value": "string" + } + ... + ] + + +`--customer-managed-key` (string) + +> The customer managed key of the web portal. + @@ -119,0 +162,6 @@ JSON Syntax: +`--client-token` (string) + +> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. +> +> If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK. + @@ -135,14 +182,0 @@ JSON Syntax: -`--client-token` (string) - -> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. -> -> If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK. - -`--customer-managed-key` (string) - -> The customer managed key of the web portal. - -`--display-name` (string) - -> The name of the web portal. This is not visible to users who log into the web portal. - @@ -165,34 +198,0 @@ JSON Syntax: -`--tags` (list) - -> The tags to add to the web portal. A tag is a key-value pair. -> -> (structure) -> ->> The tag. ->> ->> Key -> (string) ->> ->>> The key of the tag. ->> ->> Value -> (string) ->> ->>> The value of the tag - -Shorthand Syntax: - - - Key=string,Value=string ... - - -JSON Syntax: - - - [ - { - "Key": "string", - "Value": "string" - } - ... - ] - - @@ -307 +307 @@ portalEndpoint -> (string) - * [create-trust-store →](create-trust-store.html "next chapter \(use the right arrow\)") + * [create-session-logger →](create-session-logger.html "next chapter \(use the right arrow\)") @@ -314 +314 @@ portalEndpoint -> (string) - * [next](create-trust-store.html "create-trust-store") | + * [next](create-session-logger.html "create-session-logger") | @@ -316 +316 @@ portalEndpoint -> (string) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »