Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Support for GoogleDrive DataSources #83

Merged
merged 1 commit into from
Jan 8, 2021
Merged

Added Support for GoogleDrive DataSources #83

merged 1 commit into from
Jan 8, 2021

Conversation

fddattal
Copy link
Contributor

@fddattal fddattal commented Jan 6, 2021

This commit adds support for creating, updating, and deleting
GoogleDrive data sources.

Issue #, if available:

none

Description of changes:

  • Defined GoogleDriveConfiguration in the model file
  • Create GoogleDriveConverter
  • Updated Translator to utilize the GoogleDriveConverter for google drive data sources

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

This commit adds support for creating, updating, and deleting
GoogleDrive data sources.
@fddattal fddattal merged commit db108a7 into aws-cloudformation:master Jan 8, 2021
Comment on lines +1065 to +1093
"type": "array",
"minLength": 0,
"maxLength": 30,
"items": {
"$ref": "#/definitions/MimeType"
}
},
"MimeType": {
"type": "string",
"minLength": 1,
"maxLength": 256
},
"ExcludeUserAccountsList": {
"type": "array",
"minLength": 0,
"maxLength": 100,
"items": {
"$ref": "#/definitions/UserAccount"
}
},
"UserAccount": {
"type": "string",
"minLength": 1,
"maxLength": 256
},
"ExcludeSharedDrivesList": {
"type": "array",
"minLength": 0,
"maxLength": 100,
Copy link

@PatMyron PatMyron Jan 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't think minLength/maxLength can be applied to array types:
aws-cloudformation/cloudformation-cli#414
https://json-schema.org/understanding-json-schema/reference/array.html#length
(more spots in this file from other PRs as well)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants