AWS cli documentation change
Summary
Added documentation for IAM roles configuration in cloudAutonomousVmCluster structure
Security assessment
Added new section documenting IAM roles integration (security feature) including role ARN patterns, status tracking, and AWS integration settings. This enhances security documentation but doesn't address a specific vulnerability.
Diff
diff --git a/cli/latest/reference/odb/get-cloud-autonomous-vm-cluster.md b/cli/latest/reference/odb/get-cloud-autonomous-vm-cluster.md index b78951a6f..159e8f32c 100644 --- a//cli/latest/reference/odb/get-cloud-autonomous-vm-cluster.md +++ b//cli/latest/reference/odb/get-cloud-autonomous-vm-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.33.2 Command Reference](../../index.html) » + * [AWS CLI 2.33.4 Command Reference](../../index.html) » @@ -609,0 +610,50 @@ cloudAutonomousVmCluster -> (structure) +> +> iamRoles -> (list) +> +>> The Amazon Web Services Identity and Access Management (IAM) service roles associated with the Autonomous VM cluster. +>> +>> (structure) +>> +>>> Information about an Amazon Web Services Identity and Access Management (IAM) service role associated with a resource. +>>> +>>> iamRoleArn -> (string) +>>> +>>>> The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) service role. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `20` +>>>> * max: `2048` +>>>> * pattern: `arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):iam::[0-9]{12}:role/.+` +>>>> + +>>> +>>> status -> (string) +>>> +>>>> The current status of the Amazon Web Services Identity and Access Management (IAM) service role. +>>>> +>>>> Possible values: +>>>> +>>>> * `ASSOCIATING` +>>>> * `DISASSOCIATING` +>>>> * `FAILED` +>>>> * `CONNECTED` +>>>> * `DISCONNECTED` +>>>> * `PARTIALLY_CONNECTED` +>>>> * `UNKNOWN` +>>>> + +>>> +>>> statusReason -> (string) +>>> +>>>> Additional information about the current status of the Amazon Web Services Identity and Access Management (IAM) service role, if applicable. +>>> +>>> awsIntegration -> (string) +>>> +>>>> The Amazon Web Services integration configuration settings for the Amazon Web Services Identity and Access Management (IAM) service role. +>>>> +>>>> Possible values: +>>>> +>>>> * `KmsTde` +>>>> + @@ -621 +671 @@ cloudAutonomousVmCluster -> (structure) - * [AWS CLI 2.33.2 Command Reference](../../index.html) » + * [AWS CLI 2.33.4 Command Reference](../../index.html) »