AWS Security ChangesHomeSearch

AWS glue documentation change

Service: glue · 2025-05-22 · Documentation low

File: glue/latest/dg/aws-glue-api-visual-job-api.md

Summary

Added S3ExcelSource structure for reading Excel files from S3, added S3HyperDirectTarget and S3IcebergDirectTarget structures for writing data with specific optimizations. Updated regex pattern references from #60 to #59 in multiple fields. Added NumberTargetPartitions parameter and new compression types.

Security assessment

Changes primarily add new data source/target types and update validation patterns without introducing or modifying security controls. No evidence of addressing vulnerabilities or adding security-specific features.

Diff

diff --git a/glue/latest/dg/aws-glue-api-visual-job-api.md b/glue/latest/dg/aws-glue-api-visual-job-api.md
index b3aed8f3d..7b3307176 100644
--- a//glue/latest/dg/aws-glue-api-visual-job-api.md
+++ b//glue/latest/dg/aws-glue-api-visual-job-api.md
@@ -5 +5 @@
-— data types —CodeGenConfigurationNodeJDBCConnectorOptionsStreamingDataPreviewOptionsAthenaConnectorSourceJDBCConnectorSourceSparkConnectorSourceCatalogSourceMySQLCatalogSourcePostgreSQLCatalogSourceOracleSQLCatalogSourceMicrosoftSQLServerCatalogSourceCatalogKinesisSourceDirectKinesisSourceKinesisStreamingSourceOptionsCatalogKafkaSourceDirectKafkaSourceKafkaStreamingSourceOptionsRedshiftSourceAmazonRedshiftSourceAmazonRedshiftNodeDataAmazonRedshiftAdvancedOptionOptionS3CatalogSourceS3SourceAdditionalOptionsS3CsvSourceDirectJDBCSourceS3DirectSourceAdditionalOptionsS3JsonSourceS3ParquetSourceS3DeltaSourceS3CatalogDeltaSourceCatalogDeltaSourceS3HudiSourceS3CatalogHudiSourceCatalogHudiSourceDynamoDBCatalogSourceRelationalCatalogSourceJDBCConnectorTargetSparkConnectorTargetBasicCatalogTargetMySQLCatalogTargetPostgreSQLCatalogTargetOracleSQLCatalogTargetMicrosoftSQLServerCatalogTargetRedshiftTargetAmazonRedshiftTargetUpsertRedshiftTargetOptionsS3CatalogTargetS3GlueParquetTargetCatalogSchemaChangePolicyS3DirectTargetS3HudiCatalogTargetS3HudiDirectTargetS3DeltaCatalogTargetS3DeltaDirectTargetDirectSchemaChangePolicyApplyMappingMappingSelectFieldsDropFieldsRenameFieldSpigotJoinJoinColumnSplitFieldsSelectFromCollectionFillMissingValuesFilterFilterExpressionFilterValueCustomCodeSparkSQLSqlAliasDropNullFieldsNullCheckBoxListNullValueFieldDatatypeMergeUnionPIIDetectionAggregateDropDuplicatesGovernedCatalogTargetGovernedCatalogSourceAggregateOperationGlueSchemaGlueStudioSchemaColumnGlueStudioColumnDynamicTransformTransformConfigParameterEvaluateDataQualityDQResultsPublishingOptionsDQStopJobOnFailureOptionsEvaluateDataQualityMultiFrameRecipeRecipeReferenceSnowflakeNodeDataSnowflakeSourceSnowflakeTargetConnectorDataSourceConnectorDataTargetRecipeStepRecipeActionConditionExpression
+— data types —CodeGenConfigurationNodeJDBCConnectorOptionsStreamingDataPreviewOptionsAthenaConnectorSourceJDBCConnectorSourceSparkConnectorSourceCatalogSourceMySQLCatalogSourcePostgreSQLCatalogSourceOracleSQLCatalogSourceMicrosoftSQLServerCatalogSourceCatalogKinesisSourceDirectKinesisSourceKinesisStreamingSourceOptionsCatalogKafkaSourceDirectKafkaSourceKafkaStreamingSourceOptionsRedshiftSourceAmazonRedshiftSourceAmazonRedshiftNodeDataAmazonRedshiftAdvancedOptionOptionS3CatalogSourceS3SourceAdditionalOptionsS3CsvSourceDirectJDBCSourceS3DirectSourceAdditionalOptionsS3JsonSourceS3ParquetSourceS3DeltaSourceS3CatalogDeltaSourceCatalogDeltaSourceS3HudiSourceS3CatalogHudiSourceS3ExcelSourceCatalogHudiSourceDynamoDBCatalogSourceRelationalCatalogSourceJDBCConnectorTargetSparkConnectorTargetBasicCatalogTargetMySQLCatalogTargetPostgreSQLCatalogTargetOracleSQLCatalogTargetMicrosoftSQLServerCatalogTargetRedshiftTargetAmazonRedshiftTargetUpsertRedshiftTargetOptionsS3CatalogTargetS3GlueParquetTargetCatalogSchemaChangePolicyS3DirectTargetS3HudiCatalogTargetS3HudiDirectTargetS3DeltaCatalogTargetS3DeltaDirectTargetS3HyperDirectTargetS3IcebergDirectTargetDirectSchemaChangePolicyApplyMappingMappingSelectFieldsDropFieldsRenameFieldSpigotJoinJoinColumnSplitFieldsSelectFromCollectionFillMissingValuesFilterFilterExpressionFilterValueCustomCodeSparkSQLSqlAliasDropNullFieldsNullCheckBoxListNullValueFieldDatatypeMergeUnionPIIDetectionAggregateDropDuplicatesGovernedCatalogTargetGovernedCatalogSourceAggregateOperationGlueSchemaGlueStudioSchemaColumnGlueStudioColumnDynamicTransformTransformConfigParameterEvaluateDataQualityDQResultsPublishingOptionsDQStopJobOnFailureOptionsEvaluateDataQualityMultiFrameRecipeRecipeReferenceSnowflakeNodeDataSnowflakeSourceSnowflakeTargetConnectorDataSourceConnectorDataTargetRecipeStepRecipeActionConditionExpression
@@ -82,0 +83,2 @@ A list of `CodeGenConfigurationNodes` are provided to a create or update job API
+  * S3ExcelSource structure
+
@@ -124,0 +127,4 @@ A list of `CodeGenConfigurationNodes` are provided to a create or update job API
+  * S3HyperDirectTarget structure
+
+  * S3IcebergDirectTarget structure
+
@@ -259,0 +266,4 @@ Specifies a command-separated value (CSV) data store stored in Amazon S3.
+  * `S3ExcelSource` – A S3ExcelSource object.
+
+Defines configuration parameters for reading Excel files from Amazon S3.
+
@@ -299,0 +310,4 @@ Specifies a data target that writes to Amazon S3 in Apache Parquet columnar stor
+  * `S3HyperDirectTarget` – A S3HyperDirectTarget object.
+
+Defines configuration parameters for writing data to Amazon S3 using HyperDirect optimization.
+
@@ -303,0 +318,4 @@ Specifies a data target that writes to Amazon S3.
+  * `S3IcebergDirectTarget` – A S3IcebergDirectTarget object.
+
+Defines configuration parameters for writing data to Amazon S3 as an Apache Iceberg table.
+
@@ -521 +539 @@ Additional connection options for the connector.
-  * `FilterPredicate` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `FilterPredicate` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -529 +547 @@ When using a query instead of a table name, you should validate that the query w
-  * `PartitionColumn` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `PartitionColumn` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -549 +567 @@ The name of the job bookmark keys on which to sort.
-  * `JobBookmarkKeysSortOrder` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `JobBookmarkKeysSortOrder` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -587 +605 @@ Specifies a connector to an Amazon Athena data source.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -591 +609 @@ The name of the data source.
-  * `ConnectionName` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `ConnectionName` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -595 +613 @@ The name of the connection that is associated with the connector.
-  * `ConnectorName` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `ConnectorName` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -599 +617 @@ The name of a connector that assists with accessing the data store in AWS Glue S
-  * `ConnectionType` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `ConnectionType` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -603 +621 @@ The type of connection, such as marketplace.athena or custom.athena, designating
-  * `ConnectionTable` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `ConnectionTable` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -607 +625 @@ The name of the table in the data source.
-  * `SchemaName` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `SchemaName` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -624 +642 @@ Specifies a connector to a JDBC data source.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -628 +646 @@ The name of the data source.
-  * `ConnectionName` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `ConnectionName` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -632 +650 @@ The name of the connection that is associated with the connector.
-  * `ConnectorName` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `ConnectorName` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -636 +654 @@ The name of a connector that assists with accessing the data store in AWS Glue S
-  * `ConnectionType` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `ConnectionType` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -644 +662 @@ Additional connection options for the connector.
-  * `ConnectionTable` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `ConnectionTable` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -648 +666 @@ The name of the table in the data source.
-  * `Query` – UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
+  * `Query` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
@@ -665 +683 @@ Specifies a connector to an Apache Spark data source.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -669 +687 @@ The name of the data source.
-  * `ConnectionName` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `ConnectionName` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -673 +691 @@ The name of the connection that is associated with the connector.
-  * `ConnectorName` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `ConnectorName` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -677 +695 @@ The name of a connector that assists with accessing the data store in AWS Glue S
-  * `ConnectionType` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `ConnectionType` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -683 +701 @@ The type of connection, such as marketplace.spark or custom.spark, designating a
-Each key is a UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+Each key is a UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -685 +703 @@ Each key is a UTF-8 string, matching the [Custom string pattern #60](./aws-glue-
-Each value is a UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+Each value is a UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -702 +720 @@ Specifies a data store in the AWS Glue Data Catalog.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -706 +724 @@ The name of the data store.
-  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -710 +728 @@ The name of the database to read from.
-  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -723 +741 @@ Specifies a MySQL data source in the AWS Glue Data Catalog.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -727 +745 @@ The name of the data source.
-  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -731 +749 @@ The name of the database to read from.
-  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -744 +762 @@ Specifies a PostgresSQL data source in the AWS Glue Data Catalog.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -748 +766 @@ The name of the data source.
-  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -752 +770 @@ The name of the database to read from.
-  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -765 +783 @@ Specifies an Oracle data source in the AWS Glue Data Catalog.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -769 +787 @@ The name of the data source.
-  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -773 +791 @@ The name of the database to read from.
-  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -786 +804 @@ Specifies a Microsoft SQL server data source in the AWS Glue Data Catalog.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -790 +808 @@ The name of the data source.
-  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -794 +812 @@ The name of the database to read from.
-  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -807 +825 @@ Specifies a Kinesis data source in the AWS Glue Data Catalog.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -819 +837 @@ Whether to automatically determine the schema from the incoming data.
-  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -823 +841 @@ The name of the table in the database to read from.
-  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -844 +862 @@ Specifies a direct Amazon Kinesis data source.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -873 +891 @@ Additional options for the Amazon Kinesis streaming data source.
-  * `EndpointUrl` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `EndpointUrl` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -877 +895 @@ The URL of the Kinesis endpoint.
-  * `StreamName` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `StreamName` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -881 +899 @@ The name of the Kinesis data stream.
-  * `Classification` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Classification` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -885 +903 @@ An optional classification.
-  * `Delimiter` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Delimiter` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -909 +927 @@ The maximum number of records to fetch from the Kinesis data stream in each getR
-Adds a time delay between two consecutive getRecords operations. The default value is `"False"`. This option is only configurable for Glue version 2.0 and above.
+Adds a time delay between two consecutive getRecords operations. The default value is `"False"`. This option is only configurable for AWS Glue version 2.0 and above.
@@ -913 +931 @@ Adds a time delay between two consecutive getRecords operations. The default val
-The minimum time delay between two consecutive getRecords operations, specified in ms. The default value is `1000`. This option is only configurable for Glue version 2.0 and above.
+The minimum time delay between two consecutive getRecords operations, specified in ms. The default value is `1000`. This option is only configurable for AWS Glue version 2.0 and above.
@@ -935 +953 @@ Avoids creating an empty microbatch job by checking for unread data in the Kines
-  * `StreamArn` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `StreamArn` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -939 +957 @@ The Amazon Resource Name (ARN) of the Kinesis data stream.
-  * `RoleArn` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `RoleArn` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -943 +961 @@ The Amazon Resource Name (ARN) of the role to assume using AWS Security Token Se
-  * `RoleSessionName` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `RoleSessionName` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -947 +965 @@ An identifier for the session assuming the role using AWS STS. You must use this
-  * `AddRecordTimestamp` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `AddRecordTimestamp` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -951 +969 @@ When this option is set to 'true', the data output will contain an additional co
-  * `EmitConsumerLagMetrics` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `EmitConsumerLagMetrics` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -968 +986 @@ Specifies an Apache Kafka data store in the Data Catalog.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -980 +998 @@ Whether to automatically determine the schema from the incoming data.
-  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Table` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -984 +1002 @@ The name of the table in the database to read from.
-  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `Database` – _Required:_ UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -1005 +1023 @@ Specifies an Apache Kafka data store.
-  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #62](./aws-glue-api-common.html#regex_62).
+  * `Name` – _Required:_ UTF-8 string, matching the [Custom string pattern #61](./aws-glue-api-common.html#regex_61).
@@ -1034 +1052 @@ Additional options for streaming.
-  * `BootstrapServers` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).
+  * `BootstrapServers` – UTF-8 string, matching the [Custom string pattern #59](./aws-glue-api-common.html#regex_59).
@@ -1038 +1056 @@ A list of bootstrap server URLs, for example, as `b-1.vpc-test-2.o4q88o.c6.kafka
-  * `SecurityProtocol` – UTF-8 string, matching the [Custom string pattern #60](./aws-glue-api-common.html#regex_60).