AWS cli medium security documentation change
Summary
Added documentation for autonomousDatabaseOciIntegrationIamRoles, linkedOciTenancyId, linkedOciCompartmentId and subscriptionErrors fields; updated CLI version
Security assessment
New documentation for IAM roles used in Autonomous Database integration with OCI, including ARN patterns and KMS TDE integration. This directly addresses security controls for cloud database encryption and access management.
Diff
diff --git a/cli/latest/reference/odb/get-oci-onboarding-status.md b/cli/latest/reference/odb/get-oci-onboarding-status.md index d3792def1..77e26e35d 100644 --- a//cli/latest/reference/odb/get-oci-onboarding-status.md +++ b//cli/latest/reference/odb/get-oci-onboarding-status.md @@ -15 +15 @@ - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) » @@ -271,0 +272,57 @@ ociIdentityDomain -> (structure) +autonomousDatabaseOciIntegrationIamRoles -> (list) + +> The list of Amazon Web Services Identity and Access Management (IAM) service roles used for Autonomous Database integration with Oracle Cloud Infrastructure (OCI). +> +> Constraints: +> +> * min: `0` +> * max: `10` +> + +> +> (structure) +> +>> Information about an Amazon Web Services Identity and Access Management (IAM) service role used for Autonomous Database integration with Oracle Cloud Infrastructure (OCI). +>> +>> 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/.+` +>>> + +>> +>> awsIntegration -> (string) +>> +>>> The Amazon Web Services integration configuration settings for the Amazon Web Services Identity and Access Management (IAM) service role. +>>> +>>> Possible values: +>>> +>>> * `KmsTde` +>>> + + +linkedOciTenancyId -> (string) + +> The unique identifier of the Oracle Cloud Infrastructure (OCI) tenancy that is linked to your Amazon Web Services account. + +linkedOciCompartmentId -> (string) + +> The unique identifier of the Oracle Cloud Infrastructure (OCI) compartment that is linked to your Amazon Web Services account. + +subscriptionErrors -> (list) + +> The list of errors that occurred during the subscription process for your Amazon Web Services account, if any. +> +> (structure) +> +>> Information about an error that occurred during the subscription process. +>> +>> errorMessage -> (string) +>> +>>> A human-readable message that describes the subscription error. + @@ -282 +339 @@ ociIdentityDomain -> (structure) - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) »