Open breathingdust opened 3 years ago
"ConfigurationAliases": {
"description": "The predefined aliases for dynamic variables.",
"additionalProperties": false,
"patternProperties": {
"": {
"type": "object"
}
}
},
When we address https://github.com/hashicorp/terraform-provider-awscc/issues/514 we can handle this as a map of JSON strings.
"Polygon": {
"description": "A polygon showing a region of interest. Note that the ordering of the Point entries matter in defining the polygon",
"type": "array",
"uniqueItems": true,
"insertionOrder": true,
"minItems": 3,
"items": {
"$ref": "#/definitions/Point"
}
},
"PolygonRegionsOfInterest": {
"description": "The PolygonRegionsOfInterest specifies a set of polygon areas of interest in the video frames to analyze, as part of connected home feature. Each polygon is in turn, an ordered list of Point",
"type": "array",
"uniqueItems": true,
"insertionOrder": false,
"minItems": 0,
"items": {
"$ref": "#/definitions/Polygon"
}
},
We cannot currently handle arrays of arrays - I'll open an issue for this: https://github.com/hashicorp/terraform-provider-awscc/issues/527.
Community Note
Description
Some resources are unable to be generated either due to to inconsistencies in schema definition, or if the schema requires special handling that our code-generation is unable to handle as yet. This meta-issue serves to collate the set of suppressed resources.
The supression is configured in the following file:
https://github.com/hashicorp/terraform-provider-awscc/blob/main/internal/provider/all_schemas.hcl
140
125
103
101
95
98
99
353
1521
1520
1519
1517
1516
1515
1510
1509
1508
1507
1506
1505
1504