AWS keyspaces documentation change
Summary
Updated account IDs in ARN examples and KMS key references
Security assessment
Consistency updates for example resource identifiers, including encryption configuration examples. While encryption is security-related, the change only updates example values rather than adding new security documentation
Diff
diff --git a/keyspaces/latest/devguide/access.cli.md b/keyspaces/latest/devguide/access.cli.md index d82e78fa5..7710504ae 100644 --- a//keyspaces/latest/devguide/access.cli.md +++ b//keyspaces/latest/devguide/access.cli.md @@ -48 +48 @@ The command returns the resource Amazon Resource Name (ARN) in the output. - "resourceArn": "arn:aws:cassandra:us-east-1:111222333444:/keyspace/catalog/" + "resourceArn": "arn:aws:cassandra:us-east-1:111122223333:/keyspace/catalog/" @@ -61 +61 @@ The output of the command returns the following values. - "resourceArn": "arn:aws:cassandra:us-east-1:111222333444:/keyspace/catalog/" + "resourceArn": "arn:aws:cassandra:us-east-1:111122223333:/keyspace/catalog/" @@ -76 +76 @@ This command results in the following output. - "resourceArn": "arn:aws:cassandra:us-east-1:111222333444:/keyspace/catalog/table/book_awards" + "resourceArn": "arn:aws:cassandra:us-east-1:111122223333:/keyspace/catalog/table/book_awards" @@ -90 +90 @@ This command returns the following output. - "resourceArn": "arn:aws:cassandra:us-east-1:111222333444:/keyspace/catalog/table/book_awards", + "resourceArn": "arn:aws:cassandra:us-east-1:111122223333:/keyspace/catalog/table/book_awards", @@ -195 +195 @@ This example shows how to create a new table that uses a customer managed key fo - --encryption-specification 'type=CUSTOMER_MANAGED_KMS_KEY,kmsKeyIdentifier=arn:aws:kms:us-east-1:111222333444:key/11111111-2222-3333-4444-555555555555' + --encryption-specification 'type=CUSTOMER_MANAGED_KMS_KEY,kmsKeyIdentifier=arn:aws:kms:us-east-1:111122223333:key/11111111-2222-3333-4444-555555555555'