AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-22 · Documentation low

File: cli/latest/reference/kinesisanalyticsv2/describe-application.md

Summary

Updated CLI version references, Flink documentation links, maximum KPUs default value from 32 to 64, clarified system rollback descriptions, and added ApplicationEncryptionConfigurationDescription section

Security assessment

The change adds documentation for ApplicationEncryptionConfigurationDescription describing encryption at rest with KMS keys, which is a security feature. However, there is no evidence this addresses a specific security vulnerability.

Diff

diff --git a/cli/latest/reference/kinesisanalyticsv2/describe-application.md b/cli/latest/reference/kinesisanalyticsv2/describe-application.md
index da90f615b..4e963c2e3 100644
--- a//cli/latest/reference/kinesisanalyticsv2/describe-application.md
+++ b//cli/latest/reference/kinesisanalyticsv2/describe-application.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.12 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.15 Command Reference](../../index.html) »
@@ -644 +644 @@ ApplicationDetail -> (structure)
->>>>> When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see [Allowing Non-Restored State](https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/state/savepoints/#allowing-non-restored-state) in the [Apache Flink documentation](https://nightlies.apache.org/flink/flink-docs-release-1.19/) .
+>>>>> When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see [Allowing Non-Restored State](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/ops/state/savepoints/#allowing-non-restored-state) in the [Apache Flink documentation](https://nightlies.apache.org/flink/flink-docs-release-1.20/) .
@@ -722 +722 @@ ApplicationDetail -> (structure)
->>>>> Describes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform. If `AutoScalingEnabled` is set to True, then Managed Service for Apache Flink can increase the `CurrentParallelism` value in response to application load. The service can increase `CurrentParallelism` up to the maximum parallelism, which is `ParalellismPerKPU` times the maximum KPUs for the application. The maximum KPUs for an application is 32 by default, and can be increased by requesting a limit increase. If application load is reduced, the service can reduce the `CurrentParallelism` value down to the `Parallelism` setting.
+>>>>> Describes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform. If `AutoScalingEnabled` is set to True, then Managed Service for Apache Flink can increase the `CurrentParallelism` value in response to application load. The service can increase `CurrentParallelism` up to the maximum parallelism, which is `ParalellismPerKPU` times the maximum KPUs for the application. The maximum KPUs for an application is 64 by default, and can be increased by requesting a limit increase. If application load is reduced, the service can reduce the `CurrentParallelism` value down to the `Parallelism` setting.
@@ -738 +738 @@ ApplicationDetail -> (structure)
->>>> The job plan for an application. For more information about the job plan, see [Jobs and Scheduling](https://nightlies.apache.org/flink/flink-docs-release-1.19/internals/job_scheduling.html) in the [Apache Flink Documentation](https://nightlies.apache.org/flink/flink-docs-release-1.19/) . To retrieve the job plan for the application, use the DescribeApplicationRequest$IncludeAdditionalDetails parameter of the DescribeApplication operation.
+>>>> The job plan for an application. For more information about the job plan, see [Jobs and Scheduling](https://nightlies.apache.org/flink/flink-docs-release-1.20/internals/job_scheduling.html) in the [Apache Flink Documentation](https://nightlies.apache.org/flink/flink-docs-release-1.20/) . To retrieve the job plan for the application, use the DescribeApplicationRequest$IncludeAdditionalDetails parameter of the DescribeApplication operation.
@@ -774 +774 @@ ApplicationDetail -> (structure)
->>> Describes system rollback configuration for a Managed Service for Apache Flink application
+>>> Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application.
@@ -778 +778 @@ ApplicationDetail -> (structure)
->>>> Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
+>>>> Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application.
@@ -890,0 +891,12 @@ ApplicationDetail -> (structure)
+>> 
+>> ApplicationEncryptionConfigurationDescription -> (structure)
+>>
+>>> Describes the encryption at rest configuration.
+>>> 
+>>> KeyId -> (string)
+>>>
+>>>> The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.
+>>> 
+>>> KeyType -> (string)
+>>>
+>>>> Specifies the type of key used for encryption at rest.
@@ -938 +950 @@ ApplicationDetail -> (structure)
->> The current timestamp when the application version was created.
+>> The timestamp that indicates when the application version was created.
@@ -962 +974 @@ ApplicationDetail -> (structure)
-  * [AWS CLI 2.28.12 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.15 Command Reference](../../index.html) »