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
analysisTypeofDIRECT_ANALYSIS,ADDITIONAL_ANALYSIS_FOR_AUDIENCE_GENERATION, or both.Type: String
Valid Values:
DIRECT_ANALYSIS | ADDITIONAL_ANALYSISRequired: Yes
- status
-
The status of the schema, indicating if it is ready to query.
Type: String
Valid Values:
READY | NOT_READYRequired: Yes
- analysisRuleType
-
The analysis rule type for which the schema status has been evaluated.
Type: String
Valid Values:
AGGREGATION | LIST | CUSTOM | ID_MAPPING_TABLERequired: No
- configurations
-
The configuration details of the schema analysis rule for the given type.
Type: Array of strings
Valid Values:
DIFFERENTIAL_PRIVACYRequired: 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: