SchemaStatusDetail
Information about the schema status.
A status of READY
means that based on the schema analysis rule, queries of the given analysis rule type are properly configured to run queries on this schema.
Contents
- analysisType
-
The type of analysis that can be performed on the schema.
A schema can have an
analysisType
ofDIRECT_ANALYSIS
,ADDITIONAL_ANALYSIS_FOR_AUDIENCE_GENERATION
, or both.Type: String
Valid Values:
DIRECT_ANALYSIS | ADDITIONAL_ANALYSIS
Required: Yes
- status
-
The status of the schema, indicating if it is ready to query.
Type: String
Valid Values:
READY | NOT_READY
Required: Yes
- analysisRuleType
-
The analysis rule type for which the schema status has been evaluated.
Type: String
Valid Values:
AGGREGATION | LIST | CUSTOM | ID_MAPPING_TABLE
Required: No
- configurations
-
The configuration details of the schema analysis rule for the given type.
Type: Array of strings
Valid Values:
DIFFERENTIAL_PRIVACY
Required: No
- reasons
-
The reasons why the schema status is set to its current state.
Type: Array of SchemaStatusReason objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: