Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 450fa87

Browse files
Version 7.5.0 2019-11-07
1 parent c02cdb8 commit 450fa87

17 files changed

+3989
-21
lines changed

specs/ap-northeast-1/CloudFormationResourceSpecification.json

Lines changed: 231 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6258,6 +6258,23 @@
62586258
}
62596259
}
62606260
},
6261+
"AWS::CodeStarNotifications::NotificationRule.Target": {
6262+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestarnotifications-notificationrule-target.html",
6263+
"Properties": {
6264+
"TargetAddress": {
6265+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestarnotifications-notificationrule-target.html#cfn-codestarnotifications-notificationrule-target-targetaddress",
6266+
"PrimitiveType": "String",
6267+
"Required": false,
6268+
"UpdateType": "Mutable"
6269+
},
6270+
"TargetType": {
6271+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestarnotifications-notificationrule-target.html#cfn-codestarnotifications-notificationrule-target-targettype",
6272+
"PrimitiveType": "String",
6273+
"Required": false,
6274+
"UpdateType": "Mutable"
6275+
}
6276+
}
6277+
},
62616278
"AWS::Cognito::IdentityPool.CognitoIdentityProvider": {
62626279
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitoidentityprovider.html",
62636280
"Properties": {
@@ -20521,6 +20538,17 @@
2052120538
}
2052220539
}
2052320540
},
20541+
"AWS::MediaConvert::JobTemplate.AccelerationSettings": {
20542+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html",
20543+
"Properties": {
20544+
"Mode": {
20545+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode",
20546+
"PrimitiveType": "String",
20547+
"Required": true,
20548+
"UpdateType": "Mutable"
20549+
}
20550+
}
20551+
},
2052420552
"AWS::MediaLive::Channel.AribSourceSettings": {
2052520553
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aribsourcesettings.html",
2052620554
"Properties": {}
@@ -24803,7 +24831,7 @@
2480324831
}
2480424832
}
2480524833
},
24806-
"ResourceSpecificationVersion": "7.4.0",
24834+
"ResourceSpecificationVersion": "7.5.0",
2480724835
"ResourceTypes": {
2480824836
"AWS::AmazonMQ::Broker": {
2480924837
"Attributes": {
@@ -29382,6 +29410,55 @@
2938229410
}
2938329411
}
2938429412
},
29413+
"AWS::CodeStarNotifications::NotificationRule": {
29414+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html",
29415+
"Properties": {
29416+
"DetailType": {
29417+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype",
29418+
"PrimitiveType": "String",
29419+
"Required": true,
29420+
"UpdateType": "Mutable"
29421+
},
29422+
"EventTypeIds": {
29423+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-eventtypeids",
29424+
"PrimitiveItemType": "String",
29425+
"Required": true,
29426+
"Type": "List",
29427+
"UpdateType": "Mutable"
29428+
},
29429+
"Name": {
29430+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name",
29431+
"PrimitiveType": "String",
29432+
"Required": true,
29433+
"UpdateType": "Mutable"
29434+
},
29435+
"Resource": {
29436+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource",
29437+
"PrimitiveType": "String",
29438+
"Required": true,
29439+
"UpdateType": "Immutable"
29440+
},
29441+
"Status": {
29442+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status",
29443+
"PrimitiveType": "String",
29444+
"Required": false,
29445+
"UpdateType": "Mutable"
29446+
},
29447+
"Tags": {
29448+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags",
29449+
"PrimitiveType": "Json",
29450+
"Required": false,
29451+
"UpdateType": "Immutable"
29452+
},
29453+
"Targets": {
29454+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-targets",
29455+
"ItemType": "Target",
29456+
"Required": true,
29457+
"Type": "List",
29458+
"UpdateType": "Mutable"
29459+
}
29460+
}
29461+
},
2938529462
"AWS::Cognito::IdentityPool": {
2938629463
"Attributes": {
2938729464
"Name": {
@@ -38875,6 +38952,159 @@
3887538952
}
3887638953
}
3887738954
},
38955+
"AWS::MediaConvert::JobTemplate": {
38956+
"Attributes": {
38957+
"Arn": {
38958+
"PrimitiveType": "String"
38959+
},
38960+
"Name": {
38961+
"PrimitiveType": "String"
38962+
}
38963+
},
38964+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html",
38965+
"Properties": {
38966+
"AccelerationSettings": {
38967+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-accelerationsettings",
38968+
"Required": false,
38969+
"Type": "AccelerationSettings",
38970+
"UpdateType": "Mutable"
38971+
},
38972+
"Category": {
38973+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category",
38974+
"PrimitiveType": "String",
38975+
"Required": false,
38976+
"UpdateType": "Mutable"
38977+
},
38978+
"Description": {
38979+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description",
38980+
"PrimitiveType": "String",
38981+
"Required": false,
38982+
"UpdateType": "Mutable"
38983+
},
38984+
"Name": {
38985+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name",
38986+
"PrimitiveType": "String",
38987+
"Required": false,
38988+
"UpdateType": "Immutable"
38989+
},
38990+
"Priority": {
38991+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority",
38992+
"PrimitiveType": "Integer",
38993+
"Required": false,
38994+
"UpdateType": "Mutable"
38995+
},
38996+
"Queue": {
38997+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue",
38998+
"PrimitiveType": "String",
38999+
"Required": false,
39000+
"UpdateType": "Mutable"
39001+
},
39002+
"SettingsJson": {
39003+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson",
39004+
"PrimitiveType": "Json",
39005+
"Required": true,
39006+
"UpdateType": "Mutable"
39007+
},
39008+
"StatusUpdateInterval": {
39009+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval",
39010+
"PrimitiveType": "String",
39011+
"Required": false,
39012+
"UpdateType": "Mutable"
39013+
},
39014+
"Tags": {
39015+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags",
39016+
"PrimitiveType": "Json",
39017+
"Required": false,
39018+
"UpdateType": "Mutable"
39019+
}
39020+
}
39021+
},
39022+
"AWS::MediaConvert::Preset": {
39023+
"Attributes": {
39024+
"Arn": {
39025+
"PrimitiveType": "String"
39026+
},
39027+
"Name": {
39028+
"PrimitiveType": "String"
39029+
}
39030+
},
39031+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html",
39032+
"Properties": {
39033+
"Category": {
39034+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category",
39035+
"PrimitiveType": "String",
39036+
"Required": false,
39037+
"UpdateType": "Mutable"
39038+
},
39039+
"Description": {
39040+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description",
39041+
"PrimitiveType": "String",
39042+
"Required": false,
39043+
"UpdateType": "Mutable"
39044+
},
39045+
"Name": {
39046+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name",
39047+
"PrimitiveType": "String",
39048+
"Required": false,
39049+
"UpdateType": "Immutable"
39050+
},
39051+
"SettingsJson": {
39052+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson",
39053+
"PrimitiveType": "Json",
39054+
"Required": true,
39055+
"UpdateType": "Mutable"
39056+
},
39057+
"Tags": {
39058+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags",
39059+
"PrimitiveType": "Json",
39060+
"Required": false,
39061+
"UpdateType": "Mutable"
39062+
}
39063+
}
39064+
},
39065+
"AWS::MediaConvert::Queue": {
39066+
"Attributes": {
39067+
"Arn": {
39068+
"PrimitiveType": "String"
39069+
},
39070+
"Name": {
39071+
"PrimitiveType": "String"
39072+
}
39073+
},
39074+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html",
39075+
"Properties": {
39076+
"Description": {
39077+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description",
39078+
"PrimitiveType": "String",
39079+
"Required": false,
39080+
"UpdateType": "Mutable"
39081+
},
39082+
"Name": {
39083+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name",
39084+
"PrimitiveType": "String",
39085+
"Required": false,
39086+
"UpdateType": "Immutable"
39087+
},
39088+
"PricingPlan": {
39089+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan",
39090+
"PrimitiveType": "String",
39091+
"Required": false,
39092+
"UpdateType": "Mutable"
39093+
},
39094+
"Status": {
39095+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status",
39096+
"PrimitiveType": "String",
39097+
"Required": false,
39098+
"UpdateType": "Mutable"
39099+
},
39100+
"Tags": {
39101+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags",
39102+
"PrimitiveType": "Json",
39103+
"Required": false,
39104+
"UpdateType": "Mutable"
39105+
}
39106+
}
39107+
},
3887839108
"AWS::MediaLive::Channel": {
3887939109
"Attributes": {
3888039110
"Arn": {

0 commit comments

Comments
 (0)