IntermediateTableActiveVersion
Contains the details of the currently active 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
- inheritedConstraints
-
The privacy constraints inherited from parent tables at the time this version was populated.
Type: IntermediateTableInheritedConstraints object
Required: Yes
- versionId
-
The unique identifier of the active 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
- parameters
-
The runtime parameters that were used when populating this version.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 100.
Key Pattern:
[0-9a-zA-Z_]+Value Length Constraints: Minimum length of 0. Maximum length of 1000.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: