Skip to content

Commit

Permalink
Update CloudFormation specs to 140.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Sep 15, 2023
1 parent b74d531 commit 73d0774
Show file tree
Hide file tree
Showing 88 changed files with 16,621 additions and 5,109 deletions.
24 changes: 21 additions & 3 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -3339,6 +3339,7 @@
"CreateSourceNetwork",
"CreateSourceServerForDrs",
"DeleteJob",
"DeleteLaunchAction",
"DeleteLaunchConfigurationTemplate",
"DeleteRecoveryInstance",
"DeleteReplicationConfigurationTemplate",
Expand Down Expand Up @@ -3373,6 +3374,7 @@
"InitializeService",
"IssueAgentCertificateForDrs",
"ListExtensibleSourceServers",
"ListLaunchActions",
"ListStagingAccounts",
"ListTagsForResource",
"NotifyAgentAuthenticationForDrs",
Expand All @@ -3382,6 +3384,7 @@
"NotifyConsistencyAttainedForDrs",
"NotifyReplicationServerAuthenticationForDrs",
"NotifyVolumeEventForDrs",
"PutLaunchAction",
"RetryDataReplication",
"ReverseReplication",
"SendAgentLogsForDrs",
Expand Down Expand Up @@ -3671,7 +3674,10 @@
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
"aws:TagKeys",
"mediaconvert:HttpInputsAllowed",
"mediaconvert:HttpsInputsAllowed",
"mediaconvert:S3InputsAllowed"
]
},
"AWS Elemental MediaLive": {
Expand Down Expand Up @@ -4502,13 +4508,14 @@
]
},
"AWS Health APIs and Notifications": {
"ARNFormat": "arn:aws:health::${Namespace}:${RelativeId}",
"ARNFormat": "arn:aws:health:${Region}::${RelativeId}",
"ARNRegex": "^arn:aws:health:[^:]*:[^:]*:.+",
"Actions": [
"DescribeAffectedAccountsForOrganization",
"DescribeAffectedEntities",
"DescribeAffectedEntitiesForOrganization",
"DescribeEntityAggregates",
"DescribeEntityAggregatesForOrganization",
"DescribeEventAggregates",
"DescribeEventDetails",
"DescribeEventDetailsForOrganization",
Expand Down Expand Up @@ -12010,6 +12017,8 @@
"CreateUseCase",
"CreateUser",
"CreateUserHierarchyGroup",
"CreateView",
"CreateViewVersion",
"CreateVocabulary",
"DeactivateEvaluationForm",
"DeleteContactEvaluation",
Expand All @@ -12030,6 +12039,8 @@
"DeleteUseCase",
"DeleteUser",
"DeleteUserHierarchyGroup",
"DeleteView",
"DeleteViewVersion",
"DeleteVocabulary",
"DescribeAgentStatus",
"DescribeContact",
Expand All @@ -12053,6 +12064,7 @@
"DescribeUser",
"DescribeUserHierarchyGroup",
"DescribeUserHierarchyStructure",
"DescribeView",
"DescribeVocabulary",
"DisassociateApprovedOrigin",
"DisassociateBot",
Expand Down Expand Up @@ -12113,6 +12125,8 @@
"ListUseCases",
"ListUserHierarchyGroups",
"ListUsers",
"ListViewVersions",
"ListViews",
"MonitorContact",
"PutUserStatus",
"ReleasePhoneNumber",
Expand Down Expand Up @@ -12183,7 +12197,9 @@
"UpdateUserIdentityInfo",
"UpdateUserPhoneConfig",
"UpdateUserRoutingProfile",
"UpdateUserSecurityProfiles"
"UpdateUserSecurityProfiles",
"UpdateViewContent",
"UpdateViewMetadata"
],
"HasResource": true,
"StringPrefix": "connect",
Expand Down Expand Up @@ -16604,6 +16620,7 @@
"HasResource": false,
"StringPrefix": "ec2messages",
"conditionKeys": [
"ec2:SourceInstanceARN",
"ssm:SourceInstanceARN"
]
},
Expand Down Expand Up @@ -19447,6 +19464,7 @@
"HasResource": false,
"StringPrefix": "ssmmessages",
"conditionKeys": [
"ec2:SourceInstanceARN",
"ssm:SourceInstanceARN"
]
},
Expand Down
Loading

0 comments on commit 73d0774

Please sign in to comment.