AWS cli documentation change
Summary
Updated CLI version from 2.34.41 to 2.34.44. Enhanced parameter descriptions for clarity, including specifying ARN requirements for resources like VPCs, security groups, subnets, CloudWatch logs, S3 buckets, Secrets Manager secrets, Lambda functions, and IAM roles. Added context about pentest configurations and code review scanning settings.
Security assessment
The changes improve documentation clarity for security-sensitive configurations (pentesting VPCs, IAM roles, secrets) but don't reference any vulnerability fix. The added detail about pentest resource configuration enhances security documentation by clarifying how to securely set up agent spaces.
Diff
diff --git a/cli/latest/reference/securityagent/update-agent-space.md b/cli/latest/reference/securityagent/update-agent-space.md index 96e185300..224d31250 100644 --- a//cli/latest/reference/securityagent/update-agent-space.md +++ b//cli/latest/reference/securityagent/update-agent-space.md @@ -15 +15 @@ - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Updates an agent space record +Updates the configuration of an existing agent space, including its name, description, AWS resources, target domains, and code review settings. @@ -100 +100 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> ID of the agent space to update +> The unique identifier of the agent space to update. @@ -104 +104 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Name of the agent space +> The updated name of the agent space. @@ -108 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Description of the agent space +> The updated description of the agent space. @@ -112 +112 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> AWS resource configurations associated with the agent space +> The updated AWS resources to associate with the agent space. @@ -116 +116 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->> VPC configurations that the Security Agent accesses in the customer environment +>> The VPC configurations associated with the agent space. @@ -120 +120 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->>> Customer VPC configuration that the Security Agent accesses +>>> The VPC configuration for a pentest, specifying the VPC, security groups, and subnets to use during testing. @@ -124 +124 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->>>> ARN or ID of the customer VPC +>>>> The Amazon Resource Name (ARN) of the VPC. @@ -128 +128 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->>>> List of security group ARNs or IDs in the customer VPC +>>>> The Amazon Resource Names (ARNs) of the security groups for the VPC configuration. @@ -132 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->>>>> ARN or ID of a security group +>>>>> ARN or ID of a security group. @@ -136 +136 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->>>> List of subnet ARNs or IDs in the customer VPC +>>>> The Amazon Resource Names (ARNs) of the subnets for the VPC configuration. @@ -140 +140 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->>>>> ARN or ID of a subnet +>>>>> ARN or ID of a subnet. @@ -144 +144 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->> CloudWatch log group ARNs or names used to store Security Agent logs +>> The Amazon Resource Names (ARNs) of the CloudWatch log groups associated with the agent space. @@ -148 +148 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->>> Log group ARN or name for agent space AWS resources +>>> Log group ARN or name for agent space AWS resources. @@ -152 +152 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->> S3 bucket ARNs or names used to store Security Agent artifacts +>> The Amazon Resource Names (ARNs) of the S3 buckets associated with the agent space. @@ -156 +156 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->>> S3 bucket ARN or name for agent space AWS resources +>>> S3 bucket ARN or name for agent space AWS resources. @@ -160 +160 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->> SecretsManager secret ARNs or names used to store tester credentials for pentests +>> The Amazon Resource Names (ARNs) of the Secrets Manager secrets associated with the agent space. @@ -164 +164 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->>> Secret ARN or name for agent space AWS resources +>>> Secret ARN or name for agent space AWS resources. @@ -168 +168 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->> Lambda function ARNs or names used to retrieve tester credentials for pentests +>> The Amazon Resource Names (ARNs) of the Lambda functions associated with the agent space. @@ -172 +172 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->>> Lambda function ARN or name for agent space AWS resources +>>> Lambda function ARN or name for agent space AWS resources. @@ -176 +176 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->> IAM role ARNs that the Security Agent can assume to access customer resources +>> The IAM roles associated with the agent space. @@ -180 +180 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->>> ARN of an IAM role that the service can assume to access customer resources +>>> ARN of an IAM role that the service can assume to access customer resources. @@ -204 +204 @@ JSON Syntax: -> Target domain IDs to associate with the agent space +> The updated list of target domain identifiers to associate with the agent space. @@ -216 +216 @@ Syntax: -> Configuration for code review analysis, including controls scanning and general purpose scanning settings +> The updated code review settings for the agent space. @@ -220 +220 @@ Syntax: ->> Whether Controls are utilized for code review analysis +>> Indicates whether controls scanning is enabled for code reviews. @@ -224 +224 @@ Syntax: ->> Whether general purpose analysis is performed for code review +>> Indicates whether general-purpose scanning is enabled for code reviews. @@ -356 +356 @@ agentSpaceId -> (string) -> Unique identifier of the agent space +> The unique identifier of the updated agent space. @@ -360 +360 @@ name -> (string) -> Name of the agent space +> The name of the agent space. @@ -364 +364 @@ description -> (string) -> Description of the agent space +> The description of the agent space. @@ -368 +368 @@ awsResources -> (structure) -> AWS resource configurations associated with the agent space +> The AWS resources associated with the agent space. @@ -372 +372 @@ awsResources -> (structure) ->> VPC configurations that the Security Agent accesses in the customer environment +>> The VPC configurations associated with the agent space. @@ -376 +376 @@ awsResources -> (structure) ->>> Customer VPC configuration that the Security Agent accesses +>>> The VPC configuration for a pentest, specifying the VPC, security groups, and subnets to use during testing. @@ -380 +380 @@ awsResources -> (structure) ->>>> ARN or ID of the customer VPC +>>>> The Amazon Resource Name (ARN) of the VPC. @@ -384 +384 @@ awsResources -> (structure) ->>>> List of security group ARNs or IDs in the customer VPC +>>>> The Amazon Resource Names (ARNs) of the security groups for the VPC configuration. @@ -388 +388 @@ awsResources -> (structure) ->>>>> ARN or ID of a security group +>>>>> ARN or ID of a security group. @@ -392 +392 @@ awsResources -> (structure) ->>>> List of subnet ARNs or IDs in the customer VPC +>>>> The Amazon Resource Names (ARNs) of the subnets for the VPC configuration. @@ -396 +396 @@ awsResources -> (structure) ->>>>> ARN or ID of a subnet +>>>>> ARN or ID of a subnet. @@ -400 +400 @@ awsResources -> (structure) ->> CloudWatch log group ARNs or names used to store Security Agent logs +>> The Amazon Resource Names (ARNs) of the CloudWatch log groups associated with the agent space. @@ -404 +404 @@ awsResources -> (structure) ->>> Log group ARN or name for agent space AWS resources +>>> Log group ARN or name for agent space AWS resources. @@ -408 +408 @@ awsResources -> (structure) ->> S3 bucket ARNs or names used to store Security Agent artifacts +>> The Amazon Resource Names (ARNs) of the S3 buckets associated with the agent space. @@ -412 +412 @@ awsResources -> (structure) ->>> S3 bucket ARN or name for agent space AWS resources +>>> S3 bucket ARN or name for agent space AWS resources. @@ -416 +416 @@ awsResources -> (structure) ->> SecretsManager secret ARNs or names used to store tester credentials for pentests +>> The Amazon Resource Names (ARNs) of the Secrets Manager secrets associated with the agent space. @@ -420 +420 @@ awsResources -> (structure) ->>> Secret ARN or name for agent space AWS resources +>>> Secret ARN or name for agent space AWS resources. @@ -424 +424 @@ awsResources -> (structure) ->> Lambda function ARNs or names used to retrieve tester credentials for pentests +>> The Amazon Resource Names (ARNs) of the Lambda functions associated with the agent space. @@ -428 +428 @@ awsResources -> (structure) ->>> Lambda function ARN or name for agent space AWS resources +>>> Lambda function ARN or name for agent space AWS resources. @@ -432 +432 @@ awsResources -> (structure) ->> IAM role ARNs that the Security Agent can assume to access customer resources +>> The IAM roles associated with the agent space. @@ -436 +436 @@ awsResources -> (structure) ->>> ARN of an IAM role that the service can assume to access customer resources +>>> ARN of an IAM role that the service can assume to access customer resources. @@ -440 +440 @@ targetDomainIds -> (list) -> List of target domain IDs registered with the agent space +> The list of target domain identifiers associated with the agent space. @@ -446 +446 @@ codeReviewSettings -> (structure) -> Configuration for code review analysis, including controls scanning and general purpose scanning settings +> The code review settings for the agent space. @@ -450 +450 @@ codeReviewSettings -> (structure) ->> Whether Controls are utilized for code review analysis +>> Indicates whether controls scanning is enabled for code reviews. @@ -454 +454 @@ codeReviewSettings -> (structure) ->> Whether general purpose analysis is performed for code review +>> Indicates whether general-purpose scanning is enabled for code reviews. @@ -458 +458 @@ createdAt -> (timestamp) -> Timestamp when the agent space was created +> The date and time the agent space was created, in UTC format. @@ -462 +462 @@ updatedAt -> (timestamp) -> Timestamp when the agent space was last updated +> The date and time the agent space was last updated, in UTC format. @@ -474 +474 @@ updatedAt -> (timestamp) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »