Skip to content

Commit

Permalink
CloudFormation Resource Specification 11.2.0 (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored Feb 29, 2020
1 parent 2ef69ec commit 7839d22
Show file tree
Hide file tree
Showing 44 changed files with 17,574 additions and 10,350 deletions.
66 changes: 61 additions & 5 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,48 @@
"HasResource": true,
"StringPrefix": "appmesh-preview"
},
"AWS AppConfig": {
"ARNFormat": "arn:aws:appconfig:<region>:<account-id>:<relative-id>",
"ARNRegex": "^arn:aws:appconfig:.+",
"Actions": [
"CreateApplication",
"CreateConfigurationProfile",
"CreateDeploymentStrategy",
"CreateEnvironment",
"DeleteApplication",
"DeleteConfigurationProfile",
"DeleteDeploymentStrategy",
"DeleteEnvironment",
"GetApplication",
"GetConfiguration",
"GetConfigurationProfile",
"GetDeployment",
"GetDeploymentStrategy",
"GetEnvironment",
"ListApplications",
"ListConfigurationProfiles",
"ListDeploymentStrategies",
"ListDeployments",
"ListEnvironments",
"ListTagsForResource",
"StartDeployment",
"StopDeployment",
"TagResource",
"UntagResource",
"UpdateApplication",
"UpdateConfigurationProfile",
"UpdateDeploymentStrategy",
"UpdateEnvironment",
"ValidateConfiguration"
],
"HasResource": true,
"StringPrefix": "appconfig",
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
]
},
"AWS AppSync": {
"ARNFormat": "arn:aws:appsync:<region>:<account>:<resourceType>/<resourcePath>",
"ARNRegex": "^arn:aws:appsync:.+",
Expand Down Expand Up @@ -354,7 +396,7 @@
},
"AWS Backup": {
"ARNFormat": "arn:<partition>:backup:<region>:<account-id>:<resource-type>:<resource_name>",
"ARNRegex": "^arn:aws:backup:.+:.+:.+",
"ARNRegex": "^arn:${Partition}:backup:.+:.+:.+",
"Actions": [
"CopyIntoBackupVault",
"CreateBackupPlan",
Expand Down Expand Up @@ -1411,6 +1453,8 @@
"CreateNetworkProfile",
"CreateProject",
"CreateRemoteAccessSession",
"CreateTestGridProject",
"CreateTestGridUrl",
"CreateUpload",
"CreateVPCEConfiguration",
"DeleteDevicePool",
Expand All @@ -1419,6 +1463,7 @@
"DeleteProject",
"DeleteRemoteAccessSession",
"DeleteRun",
"DeleteTestGridProject",
"DeleteUpload",
"DeleteVPCEConfiguration",
"GetAccountSettings",
Expand All @@ -1435,6 +1480,8 @@
"GetRun",
"GetSuite",
"GetTest",
"GetTestGridProject",
"GetTestGridSession",
"GetUpload",
"GetVPCEConfiguration",
"InstallToRemoteAccessSession",
Expand All @@ -1454,6 +1501,10 @@
"ListSamples",
"ListSuites",
"ListTagsForResource",
"ListTestGridProjects",
"ListTestGridSessionActions",
"ListTestGridSessionArtifacts",
"ListTestGridSessions",
"ListTests",
"ListUniqueProblems",
"ListUploads",
Expand All @@ -1471,6 +1522,7 @@
"UpdateInstanceProfile",
"UpdateNetworkProfile",
"UpdateProject",
"UpdateTestGridProject",
"UpdateUpload",
"UpdateVPCEConfiguration"
],
Expand Down Expand Up @@ -1864,12 +1916,15 @@
"GetObject",
"ListContainers",
"ListItems",
"ListTagsForResource",
"PutContainerPolicy",
"PutCorsPolicy",
"PutLifecyclePolicy",
"PutObject",
"StartAccessLogging",
"StopAccessLogging"
"StopAccessLogging",
"TagResource",
"UntagResource"
],
"HasResource": true,
"StringPrefix": "mediastore"
Expand Down Expand Up @@ -3615,8 +3670,8 @@
]
},
"AWS Security Hub": {
"ARNFormat": "arn:aws:securityhub:<region>:<account_ID>:.+",
"ARNRegex": "^arn:aws:securityhub:.+",
"ARNFormat": "arn:${Partition}:securityhub:<region>:<account_ID>:.+",
"ARNRegex": "^arn:${Partition}:securityhub:.+",
"Actions": [
"AcceptInvitation",
"BatchDisableStandards",
Expand Down Expand Up @@ -6410,7 +6465,8 @@
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
"aws:TagKeys",
"elasticfilesystem:AccessPointArn"
]
},
"Amazon Elastic Inference": {
Expand Down
Loading

0 comments on commit 7839d22

Please sign in to comment.