Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the table. |
| tableARN | string | The Amazon Resource Name (ARN) of the table. |
| namespace | array | |
| versionToken | string | The version token of the table. |
| metadataLocation | string | The S3 URI location of the table metadata. |
| warehouseLocation | string | The S3 URI of the warehouse location for the table. |
| createdAt | string | |
| createdBy | string | |
| modifiedAt | string | |
| modifiedBy | string | |
| managedByService | string | |
| ownerAccountId | string | |
| type | string | |
| format | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TableDetail",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the table."
},
"tableARN": {
"type": "string",
"description": "The Amazon Resource Name (ARN) of the table."
},
"namespace": {
"type": "array"
},
"versionToken": {
"type": "string",
"description": "The version token of the table."
},
"metadataLocation": {
"type": "string",
"description": "The S3 URI location of the table metadata."
},
"warehouseLocation": {
"type": "string",
"description": "The S3 URI of the warehouse location for the table."
},
"createdAt": {
"type": "string"
},
"createdBy": {
"type": "string"
},
"modifiedAt": {
"type": "string"
},
"modifiedBy": {
"type": "string"
},
"managedByService": {
"type": "string"
},
"ownerAccountId": {
"type": "string"
},
"type": {
"type": "string"
},
"format": {
"type": "string"
}
}
}