IntermediateTableVersionSummary
Contains summary information about a version of an intermediate table.
Contents
- analysisId
-
The identifier of the protected query that created this version.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: Yes
- analysisType
-
The type of analysis that created this version.
Type: String
Valid Values:
QUERYRequired: Yes
- createTime
-
The time the version was created.
Type: Timestamp
Required: Yes
- status
-
The status of the version.
Type: String
Valid Values:
POPULATE_STARTED | POPULATE_SUCCESS | POPULATE_FAILED | RETENTION_PERIOD_EXPIREDRequired: Yes
- tableId
-
The unique identifier of the intermediate table that this version belongs to.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: Yes
- versionId
-
The unique identifier of the version.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: Yes
- expirationTime
-
The time when this version expires based on the retention period.
Type: Timestamp
Required: No
- kmsKeyArn
-
The Amazon Resource Name (ARN) of the AWS KMS key used to encrypt this version's data.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws:kms:[\w]{2}-[\w]{4,9}-[\d]:[\d]{12}:key/[a-zA-Z0-9-]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: