|
9513 | 9513 | "CreateIntegrationResponse$TargetArn": "<p>The ARN of the target resource for the integration.</p>",
|
9514 | 9514 | "CreateIntegrationResponse$IntegrationName": "<p>A unique name for an integration in Glue.</p>",
|
9515 | 9515 | "CreateIntegrationResponse$IntegrationArn": "<p>The Amazon Resource Name (ARN) for the created integration.</p>",
|
9516 |
| - "CreateIntegrationTablePropertiesRequest$ResourceArn": "<p>The connection ARN of the source, or the database ARN of the target.</p>", |
| 9516 | + "CreateIntegrationTablePropertiesRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the target table for which to create integration table properties. Currently, this API only supports creating integration table properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for creating integration table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release. </p>", |
9517 | 9517 | "CreateIntegrationTablePropertiesRequest$TableName": "<p>The name of the table to be replicated.</p>",
|
9518 | 9518 | "DeleteIntegrationRequest$IntegrationIdentifier": "<p>The Amazon Resource Name (ARN) for the integration.</p>",
|
9519 | 9519 | "DeleteIntegrationResponse$SourceArn": "<p>The ARN of the source for the integration.</p>",
|
|
9531 | 9531 | "DescribeIntegrationsResponse$Marker": "<p>A value that indicates the starting point for the next set of response records in a subsequent request.</p>",
|
9532 | 9532 | "GetIntegrationResourcePropertyRequest$ResourceArn": "<p>The connection ARN of the source, or the database ARN of the target.</p>",
|
9533 | 9533 | "GetIntegrationResourcePropertyResponse$ResourceArn": "<p>The connection ARN of the source, or the database ARN of the target.</p>",
|
9534 |
| - "GetIntegrationTablePropertiesRequest$ResourceArn": "<p>The connection ARN of the source, or the database ARN of the target.</p>", |
| 9534 | + "GetIntegrationTablePropertiesRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release. </p>", |
9535 | 9535 | "GetIntegrationTablePropertiesRequest$TableName": "<p>The name of the table to be replicated.</p>",
|
9536 |
| - "GetIntegrationTablePropertiesResponse$ResourceArn": "<p>The connection ARN of the source, or the database ARN of the target.</p>", |
| 9536 | + "GetIntegrationTablePropertiesResponse$ResourceArn": "<p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release. </p>", |
9537 | 9537 | "GetIntegrationTablePropertiesResponse$TableName": "<p>The name of the table to be replicated.</p>",
|
9538 | 9538 | "InboundIntegration$SourceArn": "<p>The ARN of the source resource for the integration.</p>",
|
9539 | 9539 | "InboundIntegration$TargetArn": "<p>The ARN of the target resource for the integration.</p>",
|
|
9548 | 9548 | "IntegrationFilterValues$member": null,
|
9549 | 9549 | "IntegrationPartition$FieldName": "<p>The field name used to partition data on the target. Avoid using columns that have unique values for each row (for example, `LastModifiedTimestamp`, `SystemModTimeStamp`) as the partition column. These columns are not suitable for partitioning because they create a large number of small partitions, which can lead to performance issues.</p>",
|
9550 | 9550 | "IntegrationPartition$FunctionSpec": "<p>Specifies the function used to partition data on the target. The only accepted value for this parameter is `'identity'` (string). The `'identity'` function ensures that the data partitioning on the target follows the same scheme as the source. In other words, the partitioning structure of the source data is preserved in the target destination.</p>",
|
| 9551 | + "IntegrationPartition$ConversionSpec": "<p>Specifies the timestamp format of the source data. Valid values are:</p> <ul> <li> <p> <code>epoch_sec</code> - Unix epoch timestamp in seconds</p> </li> <li> <p> <code>epoch_milli</code> - Unix epoch timestamp in milliseconds</p> </li> <li> <p> <code>iso</code> - ISO 8601 formatted timestamp</p> </li> </ul> <note> <p> Only specify <code>ConversionSpec</code> when using timestamp-based partition functions (year, month, day, or hour). Glue Zero-ETL uses this parameter to correctly transform source data into timestamp format before partitioning. </p> <p> Do not use high-cardinality columns with the <code>identity</code> partition function. High-cardinality columns include: </p> <ul> <li> <p>Primary keys</p> </li> <li> <p>Timestamp fields (such as <code>LastModifiedTimestamp</code>, <code>CreatedDate</code>)</p> </li> <li> <p>System-generated timestamps</p> </li> </ul> <p> Using high-cardinality columns with identity partitioning creates many small partitions, which can significantly degrade ingestion performance. </p> </note>", |
9551 | 9552 | "ModifyIntegrationRequest$IntegrationIdentifier": "<p>The Amazon Resource Name (ARN) for the integration.</p>",
|
9552 | 9553 | "ModifyIntegrationRequest$IntegrationName": "<p>A unique name for an integration in Glue.</p>",
|
9553 | 9554 | "ModifyIntegrationResponse$SourceArn": "<p>The ARN of the source for the integration.</p>",
|
|
0 commit comments