Skip to content

Commit

Permalink
CloudFormation Resource Specification 13.0.0 (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored Apr 17, 2020
1 parent 962f291 commit ca90249
Show file tree
Hide file tree
Showing 25 changed files with 7,502 additions and 4,203 deletions.
29 changes: 26 additions & 3 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1296,6 +1296,7 @@
"ARNRegex": "^arn:aws:dataexchange:.+:.*:.+",
"Actions": [
"CancelJob",
"CreateAsset",
"CreateDataSet",
"CreateJob",
"CreateRevision",
Expand Down Expand Up @@ -2269,14 +2270,18 @@
"AWS IQ": {
"ARNFormat": "arn:aws:iq::<account-id>:<resource-type>/<resource_name>",
"ARNRegex": "^arn:aws:iq::.+",
"Actions": [],
"Actions": [
"CreateProject"
],
"HasResource": false,
"StringPrefix": "iq"
},
"AWS IQ Permissions": {
"ARNFormat": "arn:aws:iq-permission::<account-id>:<resource-type>/<resource_name>",
"ARNRegex": "^arn:aws:iq-permission::.+",
"Actions": [],
"Actions": [
"ApproveAccessGrant"
],
"HasResource": false,
"StringPrefix": "iq-permission"
},
Expand Down Expand Up @@ -3748,6 +3753,7 @@
"BatchDisableStandards",
"BatchEnableStandards",
"BatchImportFindings",
"BatchUpdateFindings",
"CreateActionTarget",
"CreateInsight",
"CreateMembers",
Expand Down Expand Up @@ -5093,6 +5099,7 @@
"GetStreamingDistributionConfig",
"ListCloudFrontOriginAccessIdentities",
"ListDistributions",
"ListDistributionsByLambdaFunction",
"ListDistributionsByWebACLId",
"ListFieldLevelEncryptionConfigs",
"ListFieldLevelEncryptionProfiles",
Expand Down Expand Up @@ -7409,6 +7416,7 @@
"DeleteBotVersion",
"DeleteIntent",
"DeleteIntentVersion",
"DeleteSession",
"DeleteSlotType",
"DeleteSlotTypeVersion",
"DeleteUtterances",
Expand All @@ -7422,23 +7430,34 @@
"GetBuiltinIntent",
"GetBuiltinIntents",
"GetBuiltinSlotTypes",
"GetExport",
"GetImport",
"GetIntent",
"GetIntentVersions",
"GetIntents",
"GetSession",
"GetSlotType",
"GetSlotTypeVersions",
"GetSlotTypes",
"GetUtterancesView",
"ListTagsForResource",
"PostContent",
"PostText",
"PutBot",
"PutBotAlias",
"PutIntent",
"PutSlotType"
"PutSession",
"PutSlotType",
"StartImport",
"TagResource",
"UntagResource"
],
"HasResource": true,
"StringPrefix": "lex",
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys",
"lex:associatedIntents",
"lex:associatedSlotTypes",
"lex:channelType"
Expand Down Expand Up @@ -9324,16 +9343,20 @@
"Actions": [
"CreateVocabulary",
"CreateVocabularyFilter",
"DeleteMedicalTranscriptionJob",
"DeleteTranscriptionJob",
"DeleteVocabulary",
"DeleteVocabularyFilter",
"GetMedicalTranscriptionJob",
"GetTranscriptionJob",
"GetVocabulary",
"GetVocabularyFilter",
"ListMedicalTranscriptionJobs",
"ListTranscriptionJobs",
"ListVocabularies",
"ListVocabularyFilters",
"StartMedicalStreamTranscription",
"StartMedicalTranscriptionJob",
"StartStreamTranscription",
"StartTranscriptionJob",
"UpdateVocabulary",
Expand Down
Loading

0 comments on commit ca90249

Please sign in to comment.