AWS cli documentation change
Summary
Added 'ContinuousSync' parameter for on-demand data synchronization and updated navigation links
Security assessment
The ContinuousSync parameter enables synchronization features but does not directly relate to security controls or vulnerabilities. Navigation link changes are administrative updates.
Diff
diff --git a/cli/latest/reference/glue/create-integration.md b/cli/latest/reference/glue/create-integration.md index ac537ab65..4f235ecc6 100644 --- a//cli/latest/reference/glue/create-integration.md +++ b//cli/latest/reference/glue/create-integration.md @@ -14,2 +14,2 @@ - * [previous](create-dev-endpoint.html "create-dev-endpoint") | - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [previous](create-glue-identity-center-configuration.html "create-glue-identity-center-configuration") | + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -22 +22 @@ - * [← create-dev-endpoint](create-dev-endpoint.html "previous chapter \(use the left arrow\)") / + * [← create-glue-identity-center-configuration](create-glue-identity-center-configuration.html "previous chapter \(use the left arrow\)") / @@ -195,0 +196,4 @@ JSON Syntax: +> +> ContinuousSync -> (boolean) +> +>> Enables continuous synchronization for on-demand data extractions from SaaS applications to Amazon Web Services data services like Amazon Redshift and Amazon S3. @@ -200 +204 @@ Shorthand Syntax: - RefreshInterval=string,SourceProperties={KeyName1=string,KeyName2=string} + RefreshInterval=string,SourceProperties={KeyName1=string,KeyName2=string},ContinuousSync=boolean @@ -209 +213,2 @@ JSON Syntax: - ...} + ...}, + "ContinuousSync": true|false @@ -416,0 +422,4 @@ IntegrationConfig -> (structure) +> +> ContinuousSync -> (boolean) +> +>> Enables continuous synchronization for on-demand data extractions from SaaS applications to Amazon Web Services data services like Amazon Redshift and Amazon S3. @@ -418 +427 @@ IntegrationConfig -> (structure) - * [← create-dev-endpoint](create-dev-endpoint.html "previous chapter \(use the left arrow\)") / + * [← create-glue-identity-center-configuration](create-glue-identity-center-configuration.html "previous chapter \(use the left arrow\)") / @@ -427,2 +436,2 @@ IntegrationConfig -> (structure) - * [previous](create-dev-endpoint.html "create-dev-endpoint") | - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [previous](create-glue-identity-center-configuration.html "create-glue-identity-center-configuration") | + * [AWS CLI 2.28.11 Command Reference](../../index.html) »