AWS cli medium security documentation change
Summary
Updated navigation links, CLI version number, and added '--supported-email-domains' parameter with domain restriction capabilities
Security assessment
Added '--supported-email-domains' parameter that allows restricting email domains for private re:Post access. This implements security controls for access management. The IAM role documentation also relates to permission boundaries.
Diff
diff --git a/cli/latest/reference/repostspace/update-space.md b/cli/latest/reference/repostspace/update-space.md index 69be4c912..9e4a09bfa 100644 --- a//cli/latest/reference/repostspace/update-space.md +++ b//cli/latest/reference/repostspace/update-space.md @@ -13,3 +13,3 @@ - * [next](../resiliencehub/index.html "resiliencehub") | - * [previous](untag-resource.html "untag-resource") | - * [AWS CLI 2.27.50 Command Reference](../../index.html) » + * [next](wait/index.html "wait") | + * [previous](update-channel.html "update-channel") | + * [AWS CLI 2.27.51 Command Reference](../../index.html) » @@ -22,2 +22,2 @@ - * [← untag-resource](untag-resource.html "previous chapter \(use the left arrow\)") / - * [resiliencehub →](../resiliencehub/index.html "next chapter \(use the right arrow\)") + * [← update-channel](update-channel.html "previous chapter \(use the left arrow\)") / + * [wait →](wait/index.html "next chapter \(use the right arrow\)") @@ -67,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost - [--description <value>] - [--role-arn <value>] @@ -69,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost + [--description <value>] @@ -70,0 +70,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost + [--role-arn <value>] + [--supported-email-domains <value>] @@ -95,8 +95,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost -`--description` (string) - -> A description for the private re:Post. This is used only to help you identify this private re:Post. - -`--role-arn` (string) - -> The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets. - @@ -106,0 +100,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost +`--description` (string) + +> A description for the private re:Post. This is used only to help you identify this private re:Post. + @@ -117,0 +115,27 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost +`--role-arn` (string) + +> The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets. + +`--supported-email-domains` (structure) + +> enabled -> (string) +> +> allowedDomains -> (list) +> +>> (string) + +Shorthand Syntax: + + + enabled=string,allowedDomains=string,string + + +JSON Syntax: + + + { + "enabled": "ENABLED"|"DISABLED", + "allowedDomains": ["string", ...] + } + + @@ -219,2 +243,2 @@ None - * [← untag-resource](untag-resource.html "previous chapter \(use the left arrow\)") / - * [resiliencehub →](../resiliencehub/index.html "next chapter \(use the right arrow\)") + * [← update-channel](update-channel.html "previous chapter \(use the left arrow\)") / + * [wait →](wait/index.html "next chapter \(use the right arrow\)") @@ -227,3 +251,3 @@ None - * [next](../resiliencehub/index.html "resiliencehub") | - * [previous](untag-resource.html "untag-resource") | - * [AWS CLI 2.27.50 Command Reference](../../index.html) » + * [next](wait/index.html "wait") | + * [previous](update-channel.html "update-channel") | + * [AWS CLI 2.27.51 Command Reference](../../index.html) »