AWS cli documentation change
Summary
Updated syntax examples and response structures to include encryption configuration
Security assessment
Reflects the new encryption configuration in syntax examples, supporting the security feature documentation but not introducing new security content.
Diff
diff --git a/cli/latest/reference/kinesisanalyticsv2/create-application.md b/cli/latest/reference/kinesisanalyticsv2/create-application.md index 75ad1499d..b41084178 100644 --- a//cli/latest/reference/kinesisanalyticsv2/create-application.md +++ b//cli/latest/reference/kinesisanalyticsv2/create-application.md @@ -15 +15 @@ - * [AWS CLI 2.28.12 Command Reference](../../index.html) » + * [AWS CLI 2.28.15 Command Reference](../../index.html) » @@ -396 +396 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/kinesi ->>> Describes an application’s checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see [Checkpoints for Fault Tolerance](https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing) in the [Apache Flink Documentation](https://nightlies.apache.org/flink/flink-docs-release-1.19/) . +>>> Describes an application’s checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see [Checkpoints for Fault Tolerance](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing) in the [Apache Flink Documentation](https://nightlies.apache.org/flink/flink-docs-release-1.20/) . @@ -430 +430 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/kinesi ->>>> Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start. If a checkpoint operation takes longer than the `CheckpointInterval` , the application otherwise performs continual checkpoint operations. For more information, see [Tuning Checkpointing](https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/state/large_state_tuning/#tuning-checkpointing) in the [Apache Flink Documentation](https://nightlies.apache.org/flink/flink-docs-release-1.19/) . +>>>> Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start. If a checkpoint operation takes longer than the `CheckpointInterval` , the application otherwise performs continual checkpoint operations. For more information, see [Tuning Checkpointing](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/ops/state/large_state_tuning/#tuning-checkpointing) in the [Apache Flink Documentation](https://nightlies.apache.org/flink/flink-docs-release-1.20/) . @@ -462 +462 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/kinesi ->>>> Describes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform. If `AutoScalingEnabled` is set to True, Managed Service for Apache Flink increases the `CurrentParallelism` value in response to application load. The service can increase the `CurrentParallelism` value 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, Managed Service for Apache Flink increases the `CurrentParallelism` value in response to application load. The service can increase the `CurrentParallelism` value 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. @@ -542 +542 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/kinesi ->> 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. @@ -546 +546 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/kinesi ->>> 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. @@ -650,0 +651,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/kinesi +> +> ApplicationEncryptionConfiguration -> (structure) +> +>> The configuration to manage encryption at rest. +>> +>> 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. @@ -836,0 +849,4 @@ JSON Syntax: + }, + "ApplicationEncryptionConfiguration": { + "KeyId": "string", + "KeyType": "AWS_OWNED_KEY"|"CUSTOMER_MANAGED_KEY" @@ -1456 +1472 @@ 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/) . @@ -1534 +1550 @@ 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. @@ -1550 +1566 @@ 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. @@ -1586 +1602 @@ 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. @@ -1590 +1606 @@ 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. @@ -1702,0 +1719,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. @@ -1750 +1778 @@ ApplicationDetail -> (structure) ->> The current timestamp when the application version was created. +>> The timestamp that indicates when the application version was created. @@ -1774 +1802 @@ ApplicationDetail -> (structure) - * [AWS CLI 2.28.12 Command Reference](../../index.html) » + * [AWS CLI 2.28.15 Command Reference](../../index.html) »