cdk-common 2.0.263 → 2.0.264
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/main.js +1 -1
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +172 -0
- package/node_modules/@aws-cdk/cfnspec/cfn.version +1 -1
- package/node_modules/@aws-cdk/cfnspec/package.json +3 -3
- package/node_modules/@aws-cdk/cfnspec/spec/specification.json +841 -41
- package/node_modules/@aws-cdk/cfnspec/tsconfig.tsbuildinfo +12 -12
- package/node_modules/@aws-cdk/cloudformation-diff/package.json +5 -5
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Fingerprint": "
|
|
2
|
+
"Fingerprint": "08208ac785f9389f8b414d9a42267506",
|
|
3
3
|
"PropertyTypes": {
|
|
4
4
|
"AWS::ACMPCA::Certificate.ApiPassthrough": {
|
|
5
5
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-apipassthrough.html",
|
|
@@ -799,6 +799,17 @@
|
|
|
799
799
|
}
|
|
800
800
|
}
|
|
801
801
|
},
|
|
802
|
+
"AWS::APS::Workspace.LoggingConfiguration": {
|
|
803
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-loggingconfiguration.html",
|
|
804
|
+
"Properties": {
|
|
805
|
+
"LogGroupArn": {
|
|
806
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-loggingconfiguration.html#cfn-aps-workspace-loggingconfiguration-loggrouparn",
|
|
807
|
+
"PrimitiveType": "String",
|
|
808
|
+
"Required": false,
|
|
809
|
+
"UpdateType": "Mutable"
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
},
|
|
802
813
|
"AWS::AccessAnalyzer::Analyzer.ArchiveRule": {
|
|
803
814
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-archiverule.html",
|
|
804
815
|
"Properties": {
|
|
@@ -5382,6 +5393,12 @@
|
|
|
5382
5393
|
"AWS::AppMesh::GatewayRoute.GatewayRouteTarget": {
|
|
5383
5394
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutetarget.html",
|
|
5384
5395
|
"Properties": {
|
|
5396
|
+
"Port": {
|
|
5397
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutetarget.html#cfn-appmesh-gatewayroute-gatewayroutetarget-port",
|
|
5398
|
+
"PrimitiveType": "Integer",
|
|
5399
|
+
"Required": false,
|
|
5400
|
+
"UpdateType": "Mutable"
|
|
5401
|
+
},
|
|
5385
5402
|
"VirtualService": {
|
|
5386
5403
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutetarget.html#cfn-appmesh-gatewayroute-gatewayroutetarget-virtualservice",
|
|
5387
5404
|
"Required": true,
|
|
@@ -5451,6 +5468,12 @@
|
|
|
5451
5468
|
"Type": "List",
|
|
5452
5469
|
"UpdateType": "Mutable"
|
|
5453
5470
|
},
|
|
5471
|
+
"Port": {
|
|
5472
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-grpcgatewayroutematch.html#cfn-appmesh-gatewayroute-grpcgatewayroutematch-port",
|
|
5473
|
+
"PrimitiveType": "Integer",
|
|
5474
|
+
"Required": false,
|
|
5475
|
+
"UpdateType": "Mutable"
|
|
5476
|
+
},
|
|
5454
5477
|
"ServiceName": {
|
|
5455
5478
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-grpcgatewayroutematch.html#cfn-appmesh-gatewayroute-grpcgatewayroutematch-servicename",
|
|
5456
5479
|
"PrimitiveType": "String",
|
|
@@ -5613,6 +5636,12 @@
|
|
|
5613
5636
|
"Type": "HttpPathMatch",
|
|
5614
5637
|
"UpdateType": "Mutable"
|
|
5615
5638
|
},
|
|
5639
|
+
"Port": {
|
|
5640
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-httpgatewayroutematch.html#cfn-appmesh-gatewayroute-httpgatewayroutematch-port",
|
|
5641
|
+
"PrimitiveType": "Integer",
|
|
5642
|
+
"Required": false,
|
|
5643
|
+
"UpdateType": "Mutable"
|
|
5644
|
+
},
|
|
5616
5645
|
"Prefix": {
|
|
5617
5646
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-httpgatewayroutematch.html#cfn-appmesh-gatewayroute-httpgatewayroutematch-prefix",
|
|
5618
5647
|
"PrimitiveType": "String",
|
|
@@ -5875,6 +5904,12 @@
|
|
|
5875
5904
|
"Required": false,
|
|
5876
5905
|
"UpdateType": "Mutable"
|
|
5877
5906
|
},
|
|
5907
|
+
"Port": {
|
|
5908
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-port",
|
|
5909
|
+
"PrimitiveType": "Integer",
|
|
5910
|
+
"Required": false,
|
|
5911
|
+
"UpdateType": "Mutable"
|
|
5912
|
+
},
|
|
5878
5913
|
"ServiceName": {
|
|
5879
5914
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename",
|
|
5880
5915
|
"PrimitiveType": "String",
|
|
@@ -6138,6 +6173,12 @@
|
|
|
6138
6173
|
"Type": "HttpPathMatch",
|
|
6139
6174
|
"UpdateType": "Mutable"
|
|
6140
6175
|
},
|
|
6176
|
+
"Port": {
|
|
6177
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-port",
|
|
6178
|
+
"PrimitiveType": "Integer",
|
|
6179
|
+
"Required": false,
|
|
6180
|
+
"UpdateType": "Mutable"
|
|
6181
|
+
},
|
|
6141
6182
|
"Prefix": {
|
|
6142
6183
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix",
|
|
6143
6184
|
"PrimitiveType": "String",
|
|
@@ -6254,6 +6295,12 @@
|
|
|
6254
6295
|
"Type": "TcpRouteAction",
|
|
6255
6296
|
"UpdateType": "Mutable"
|
|
6256
6297
|
},
|
|
6298
|
+
"Match": {
|
|
6299
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-tcproute.html#cfn-appmesh-route-tcproute-match",
|
|
6300
|
+
"Required": false,
|
|
6301
|
+
"Type": "TcpRouteMatch",
|
|
6302
|
+
"UpdateType": "Mutable"
|
|
6303
|
+
},
|
|
6257
6304
|
"Timeout": {
|
|
6258
6305
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-tcproute.html#cfn-appmesh-route-tcproute-timeout",
|
|
6259
6306
|
"Required": false,
|
|
@@ -6274,6 +6321,17 @@
|
|
|
6274
6321
|
}
|
|
6275
6322
|
}
|
|
6276
6323
|
},
|
|
6324
|
+
"AWS::AppMesh::Route.TcpRouteMatch": {
|
|
6325
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-tcproutematch.html",
|
|
6326
|
+
"Properties": {
|
|
6327
|
+
"Port": {
|
|
6328
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-tcproutematch.html#cfn-appmesh-route-tcproutematch-port",
|
|
6329
|
+
"PrimitiveType": "Integer",
|
|
6330
|
+
"Required": false,
|
|
6331
|
+
"UpdateType": "Mutable"
|
|
6332
|
+
}
|
|
6333
|
+
}
|
|
6334
|
+
},
|
|
6277
6335
|
"AWS::AppMesh::Route.TcpTimeout": {
|
|
6278
6336
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-tcptimeout.html",
|
|
6279
6337
|
"Properties": {
|
|
@@ -6288,6 +6346,12 @@
|
|
|
6288
6346
|
"AWS::AppMesh::Route.WeightedTarget": {
|
|
6289
6347
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-weightedtarget.html",
|
|
6290
6348
|
"Properties": {
|
|
6349
|
+
"Port": {
|
|
6350
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-weightedtarget.html#cfn-appmesh-route-weightedtarget-port",
|
|
6351
|
+
"PrimitiveType": "Integer",
|
|
6352
|
+
"Required": false,
|
|
6353
|
+
"UpdateType": "Mutable"
|
|
6354
|
+
},
|
|
6291
6355
|
"VirtualNode": {
|
|
6292
6356
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-weightedtarget.html#cfn-appmesh-route-weightedtarget-virtualnode",
|
|
6293
6357
|
"PrimitiveType": "String",
|
|
@@ -6302,6 +6366,41 @@
|
|
|
6302
6366
|
}
|
|
6303
6367
|
}
|
|
6304
6368
|
},
|
|
6369
|
+
"AWS::AppMesh::VirtualGateway.JsonFormatRef": {
|
|
6370
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-jsonformatref.html",
|
|
6371
|
+
"Properties": {
|
|
6372
|
+
"Key": {
|
|
6373
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-jsonformatref.html#cfn-appmesh-virtualgateway-jsonformatref-key",
|
|
6374
|
+
"PrimitiveType": "String",
|
|
6375
|
+
"Required": true,
|
|
6376
|
+
"UpdateType": "Mutable"
|
|
6377
|
+
},
|
|
6378
|
+
"Value": {
|
|
6379
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-jsonformatref.html#cfn-appmesh-virtualgateway-jsonformatref-value",
|
|
6380
|
+
"PrimitiveType": "String",
|
|
6381
|
+
"Required": true,
|
|
6382
|
+
"UpdateType": "Mutable"
|
|
6383
|
+
}
|
|
6384
|
+
}
|
|
6385
|
+
},
|
|
6386
|
+
"AWS::AppMesh::VirtualGateway.LoggingFormat": {
|
|
6387
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-loggingformat.html",
|
|
6388
|
+
"Properties": {
|
|
6389
|
+
"Json": {
|
|
6390
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-loggingformat.html#cfn-appmesh-virtualgateway-loggingformat-json",
|
|
6391
|
+
"ItemType": "JsonFormatRef",
|
|
6392
|
+
"Required": false,
|
|
6393
|
+
"Type": "List",
|
|
6394
|
+
"UpdateType": "Mutable"
|
|
6395
|
+
},
|
|
6396
|
+
"Text": {
|
|
6397
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-loggingformat.html#cfn-appmesh-virtualgateway-loggingformat-text",
|
|
6398
|
+
"PrimitiveType": "String",
|
|
6399
|
+
"Required": false,
|
|
6400
|
+
"UpdateType": "Mutable"
|
|
6401
|
+
}
|
|
6402
|
+
}
|
|
6403
|
+
},
|
|
6305
6404
|
"AWS::AppMesh::VirtualGateway.SubjectAlternativeNameMatchers": {
|
|
6306
6405
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-subjectalternativenamematchers.html",
|
|
6307
6406
|
"Properties": {
|
|
@@ -6431,6 +6530,12 @@
|
|
|
6431
6530
|
"AWS::AppMesh::VirtualGateway.VirtualGatewayFileAccessLog": {
|
|
6432
6531
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-virtualgatewayfileaccesslog.html",
|
|
6433
6532
|
"Properties": {
|
|
6533
|
+
"Format": {
|
|
6534
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-virtualgatewayfileaccesslog.html#cfn-appmesh-virtualgateway-virtualgatewayfileaccesslog-format",
|
|
6535
|
+
"Required": false,
|
|
6536
|
+
"Type": "LoggingFormat",
|
|
6537
|
+
"UpdateType": "Mutable"
|
|
6538
|
+
},
|
|
6434
6539
|
"Path": {
|
|
6435
6540
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-virtualgatewayfileaccesslog.html#cfn-appmesh-virtualgateway-virtualgatewayfileaccesslog-path",
|
|
6436
6541
|
"PrimitiveType": "String",
|
|
@@ -6980,6 +7085,12 @@
|
|
|
6980
7085
|
"AWS::AppMesh::VirtualNode.FileAccessLog": {
|
|
6981
7086
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html",
|
|
6982
7087
|
"Properties": {
|
|
7088
|
+
"Format": {
|
|
7089
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-format",
|
|
7090
|
+
"Required": false,
|
|
7091
|
+
"Type": "LoggingFormat",
|
|
7092
|
+
"UpdateType": "Mutable"
|
|
7093
|
+
},
|
|
6983
7094
|
"Path": {
|
|
6984
7095
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path",
|
|
6985
7096
|
"PrimitiveType": "String",
|
|
@@ -7069,6 +7180,23 @@
|
|
|
7069
7180
|
}
|
|
7070
7181
|
}
|
|
7071
7182
|
},
|
|
7183
|
+
"AWS::AppMesh::VirtualNode.JsonFormatRef": {
|
|
7184
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-jsonformatref.html",
|
|
7185
|
+
"Properties": {
|
|
7186
|
+
"Key": {
|
|
7187
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-jsonformatref.html#cfn-appmesh-virtualnode-jsonformatref-key",
|
|
7188
|
+
"PrimitiveType": "String",
|
|
7189
|
+
"Required": true,
|
|
7190
|
+
"UpdateType": "Mutable"
|
|
7191
|
+
},
|
|
7192
|
+
"Value": {
|
|
7193
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-jsonformatref.html#cfn-appmesh-virtualnode-jsonformatref-value",
|
|
7194
|
+
"PrimitiveType": "String",
|
|
7195
|
+
"Required": true,
|
|
7196
|
+
"UpdateType": "Mutable"
|
|
7197
|
+
}
|
|
7198
|
+
}
|
|
7199
|
+
},
|
|
7072
7200
|
"AWS::AppMesh::VirtualNode.Listener": {
|
|
7073
7201
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-listener.html",
|
|
7074
7202
|
"Properties": {
|
|
@@ -7269,6 +7397,24 @@
|
|
|
7269
7397
|
}
|
|
7270
7398
|
}
|
|
7271
7399
|
},
|
|
7400
|
+
"AWS::AppMesh::VirtualNode.LoggingFormat": {
|
|
7401
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-loggingformat.html",
|
|
7402
|
+
"Properties": {
|
|
7403
|
+
"Json": {
|
|
7404
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-loggingformat.html#cfn-appmesh-virtualnode-loggingformat-json",
|
|
7405
|
+
"ItemType": "JsonFormatRef",
|
|
7406
|
+
"Required": false,
|
|
7407
|
+
"Type": "List",
|
|
7408
|
+
"UpdateType": "Mutable"
|
|
7409
|
+
},
|
|
7410
|
+
"Text": {
|
|
7411
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-loggingformat.html#cfn-appmesh-virtualnode-loggingformat-text",
|
|
7412
|
+
"PrimitiveType": "String",
|
|
7413
|
+
"Required": false,
|
|
7414
|
+
"UpdateType": "Mutable"
|
|
7415
|
+
}
|
|
7416
|
+
}
|
|
7417
|
+
},
|
|
7272
7418
|
"AWS::AppMesh::VirtualNode.OutlierDetection": {
|
|
7273
7419
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-outlierdetection.html",
|
|
7274
7420
|
"Properties": {
|
|
@@ -13677,6 +13823,12 @@
|
|
|
13677
13823
|
"Required": true,
|
|
13678
13824
|
"UpdateType": "Mutable"
|
|
13679
13825
|
},
|
|
13826
|
+
"OriginAccessControlId": {
|
|
13827
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-originaccesscontrolid",
|
|
13828
|
+
"PrimitiveType": "String",
|
|
13829
|
+
"Required": false,
|
|
13830
|
+
"UpdateType": "Mutable"
|
|
13831
|
+
},
|
|
13680
13832
|
"OriginCustomHeaders": {
|
|
13681
13833
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-origincustomheaders",
|
|
13682
13834
|
"DuplicatesAllowed": true,
|
|
@@ -13951,6 +14103,41 @@
|
|
|
13951
14103
|
}
|
|
13952
14104
|
}
|
|
13953
14105
|
},
|
|
14106
|
+
"AWS::CloudFront::OriginAccessControl.OriginAccessControlConfig": {
|
|
14107
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-originaccesscontrol-originaccesscontrolconfig.html",
|
|
14108
|
+
"Properties": {
|
|
14109
|
+
"Description": {
|
|
14110
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-originaccesscontrol-originaccesscontrolconfig.html#cfn-cloudfront-originaccesscontrol-originaccesscontrolconfig-description",
|
|
14111
|
+
"PrimitiveType": "String",
|
|
14112
|
+
"Required": false,
|
|
14113
|
+
"UpdateType": "Mutable"
|
|
14114
|
+
},
|
|
14115
|
+
"Name": {
|
|
14116
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-originaccesscontrol-originaccesscontrolconfig.html#cfn-cloudfront-originaccesscontrol-originaccesscontrolconfig-name",
|
|
14117
|
+
"PrimitiveType": "String",
|
|
14118
|
+
"Required": true,
|
|
14119
|
+
"UpdateType": "Mutable"
|
|
14120
|
+
},
|
|
14121
|
+
"OriginAccessControlOriginType": {
|
|
14122
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-originaccesscontrol-originaccesscontrolconfig.html#cfn-cloudfront-originaccesscontrol-originaccesscontrolconfig-originaccesscontrolorigintype",
|
|
14123
|
+
"PrimitiveType": "String",
|
|
14124
|
+
"Required": true,
|
|
14125
|
+
"UpdateType": "Mutable"
|
|
14126
|
+
},
|
|
14127
|
+
"SigningBehavior": {
|
|
14128
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-originaccesscontrol-originaccesscontrolconfig.html#cfn-cloudfront-originaccesscontrol-originaccesscontrolconfig-signingbehavior",
|
|
14129
|
+
"PrimitiveType": "String",
|
|
14130
|
+
"Required": true,
|
|
14131
|
+
"UpdateType": "Mutable"
|
|
14132
|
+
},
|
|
14133
|
+
"SigningProtocol": {
|
|
14134
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-originaccesscontrol-originaccesscontrolconfig.html#cfn-cloudfront-originaccesscontrol-originaccesscontrolconfig-signingprotocol",
|
|
14135
|
+
"PrimitiveType": "String",
|
|
14136
|
+
"Required": true,
|
|
14137
|
+
"UpdateType": "Mutable"
|
|
14138
|
+
}
|
|
14139
|
+
}
|
|
14140
|
+
},
|
|
13954
14141
|
"AWS::CloudFront::OriginRequestPolicy.CookiesConfig": {
|
|
13955
14142
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-originrequestpolicy-cookiesconfig.html",
|
|
13956
14143
|
"Properties": {
|
|
@@ -14331,6 +14518,12 @@
|
|
|
14331
14518
|
"Required": false,
|
|
14332
14519
|
"Type": "SecurityHeadersConfig",
|
|
14333
14520
|
"UpdateType": "Mutable"
|
|
14521
|
+
},
|
|
14522
|
+
"ServerTimingHeadersConfig": {
|
|
14523
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-responseheaderspolicyconfig.html#cfn-cloudfront-responseheaderspolicy-responseheaderspolicyconfig-servertimingheadersconfig",
|
|
14524
|
+
"Required": false,
|
|
14525
|
+
"Type": "ServerTimingHeadersConfig",
|
|
14526
|
+
"UpdateType": "Mutable"
|
|
14334
14527
|
}
|
|
14335
14528
|
}
|
|
14336
14529
|
},
|
|
@@ -14375,6 +14568,23 @@
|
|
|
14375
14568
|
}
|
|
14376
14569
|
}
|
|
14377
14570
|
},
|
|
14571
|
+
"AWS::CloudFront::ResponseHeadersPolicy.ServerTimingHeadersConfig": {
|
|
14572
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-servertimingheadersconfig.html",
|
|
14573
|
+
"Properties": {
|
|
14574
|
+
"Enabled": {
|
|
14575
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-servertimingheadersconfig.html#cfn-cloudfront-responseheaderspolicy-servertimingheadersconfig-enabled",
|
|
14576
|
+
"PrimitiveType": "Boolean",
|
|
14577
|
+
"Required": true,
|
|
14578
|
+
"UpdateType": "Mutable"
|
|
14579
|
+
},
|
|
14580
|
+
"SamplingRate": {
|
|
14581
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-servertimingheadersconfig.html#cfn-cloudfront-responseheaderspolicy-servertimingheadersconfig-samplingrate",
|
|
14582
|
+
"PrimitiveType": "Double",
|
|
14583
|
+
"Required": false,
|
|
14584
|
+
"UpdateType": "Mutable"
|
|
14585
|
+
}
|
|
14586
|
+
}
|
|
14587
|
+
},
|
|
14378
14588
|
"AWS::CloudFront::ResponseHeadersPolicy.StrictTransportSecurity": {
|
|
14379
14589
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-stricttransportsecurity.html",
|
|
14380
14590
|
"Properties": {
|
|
@@ -18098,6 +18308,138 @@
|
|
|
18098
18308
|
}
|
|
18099
18309
|
}
|
|
18100
18310
|
},
|
|
18311
|
+
"AWS::Connect::Instance.Attributes": {
|
|
18312
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html",
|
|
18313
|
+
"Properties": {
|
|
18314
|
+
"AutoResolveBestVoices": {
|
|
18315
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-autoresolvebestvoices",
|
|
18316
|
+
"PrimitiveType": "Boolean",
|
|
18317
|
+
"Required": false,
|
|
18318
|
+
"UpdateType": "Mutable"
|
|
18319
|
+
},
|
|
18320
|
+
"ContactLens": {
|
|
18321
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-contactlens",
|
|
18322
|
+
"PrimitiveType": "Boolean",
|
|
18323
|
+
"Required": false,
|
|
18324
|
+
"UpdateType": "Mutable"
|
|
18325
|
+
},
|
|
18326
|
+
"ContactflowLogs": {
|
|
18327
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-contactflowlogs",
|
|
18328
|
+
"PrimitiveType": "Boolean",
|
|
18329
|
+
"Required": false,
|
|
18330
|
+
"UpdateType": "Mutable"
|
|
18331
|
+
},
|
|
18332
|
+
"EarlyMedia": {
|
|
18333
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-earlymedia",
|
|
18334
|
+
"PrimitiveType": "Boolean",
|
|
18335
|
+
"Required": false,
|
|
18336
|
+
"UpdateType": "Mutable"
|
|
18337
|
+
},
|
|
18338
|
+
"InboundCalls": {
|
|
18339
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-inboundcalls",
|
|
18340
|
+
"PrimitiveType": "Boolean",
|
|
18341
|
+
"Required": true,
|
|
18342
|
+
"UpdateType": "Mutable"
|
|
18343
|
+
},
|
|
18344
|
+
"OutboundCalls": {
|
|
18345
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-outboundcalls",
|
|
18346
|
+
"PrimitiveType": "Boolean",
|
|
18347
|
+
"Required": true,
|
|
18348
|
+
"UpdateType": "Mutable"
|
|
18349
|
+
},
|
|
18350
|
+
"UseCustomTTSVoices": {
|
|
18351
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-usecustomttsvoices",
|
|
18352
|
+
"PrimitiveType": "Boolean",
|
|
18353
|
+
"Required": false,
|
|
18354
|
+
"UpdateType": "Mutable"
|
|
18355
|
+
}
|
|
18356
|
+
}
|
|
18357
|
+
},
|
|
18358
|
+
"AWS::Connect::InstanceStorageConfig.EncryptionConfig": {
|
|
18359
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-encryptionconfig.html",
|
|
18360
|
+
"Properties": {
|
|
18361
|
+
"EncryptionType": {
|
|
18362
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-encryptionconfig.html#cfn-connect-instancestorageconfig-encryptionconfig-encryptiontype",
|
|
18363
|
+
"PrimitiveType": "String",
|
|
18364
|
+
"Required": true,
|
|
18365
|
+
"UpdateType": "Mutable"
|
|
18366
|
+
},
|
|
18367
|
+
"KeyId": {
|
|
18368
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-encryptionconfig.html#cfn-connect-instancestorageconfig-encryptionconfig-keyid",
|
|
18369
|
+
"PrimitiveType": "String",
|
|
18370
|
+
"Required": true,
|
|
18371
|
+
"UpdateType": "Mutable"
|
|
18372
|
+
}
|
|
18373
|
+
}
|
|
18374
|
+
},
|
|
18375
|
+
"AWS::Connect::InstanceStorageConfig.KinesisFirehoseConfig": {
|
|
18376
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig.html",
|
|
18377
|
+
"Properties": {
|
|
18378
|
+
"FirehoseArn": {
|
|
18379
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig.html#cfn-connect-instancestorageconfig-kinesisfirehoseconfig-firehosearn",
|
|
18380
|
+
"PrimitiveType": "String",
|
|
18381
|
+
"Required": true,
|
|
18382
|
+
"UpdateType": "Mutable"
|
|
18383
|
+
}
|
|
18384
|
+
}
|
|
18385
|
+
},
|
|
18386
|
+
"AWS::Connect::InstanceStorageConfig.KinesisStreamConfig": {
|
|
18387
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-kinesisstreamconfig.html",
|
|
18388
|
+
"Properties": {
|
|
18389
|
+
"StreamArn": {
|
|
18390
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-kinesisstreamconfig.html#cfn-connect-instancestorageconfig-kinesisstreamconfig-streamarn",
|
|
18391
|
+
"PrimitiveType": "String",
|
|
18392
|
+
"Required": true,
|
|
18393
|
+
"UpdateType": "Mutable"
|
|
18394
|
+
}
|
|
18395
|
+
}
|
|
18396
|
+
},
|
|
18397
|
+
"AWS::Connect::InstanceStorageConfig.KinesisVideoStreamConfig": {
|
|
18398
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-kinesisvideostreamconfig.html",
|
|
18399
|
+
"Properties": {
|
|
18400
|
+
"EncryptionConfig": {
|
|
18401
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-kinesisvideostreamconfig.html#cfn-connect-instancestorageconfig-kinesisvideostreamconfig-encryptionconfig",
|
|
18402
|
+
"Required": false,
|
|
18403
|
+
"Type": "EncryptionConfig",
|
|
18404
|
+
"UpdateType": "Mutable"
|
|
18405
|
+
},
|
|
18406
|
+
"Prefix": {
|
|
18407
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-kinesisvideostreamconfig.html#cfn-connect-instancestorageconfig-kinesisvideostreamconfig-prefix",
|
|
18408
|
+
"PrimitiveType": "String",
|
|
18409
|
+
"Required": true,
|
|
18410
|
+
"UpdateType": "Mutable"
|
|
18411
|
+
},
|
|
18412
|
+
"RetentionPeriodHours": {
|
|
18413
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-kinesisvideostreamconfig.html#cfn-connect-instancestorageconfig-kinesisvideostreamconfig-retentionperiodhours",
|
|
18414
|
+
"PrimitiveType": "Double",
|
|
18415
|
+
"Required": true,
|
|
18416
|
+
"UpdateType": "Mutable"
|
|
18417
|
+
}
|
|
18418
|
+
}
|
|
18419
|
+
},
|
|
18420
|
+
"AWS::Connect::InstanceStorageConfig.S3Config": {
|
|
18421
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-s3config.html",
|
|
18422
|
+
"Properties": {
|
|
18423
|
+
"BucketName": {
|
|
18424
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-s3config.html#cfn-connect-instancestorageconfig-s3config-bucketname",
|
|
18425
|
+
"PrimitiveType": "String",
|
|
18426
|
+
"Required": true,
|
|
18427
|
+
"UpdateType": "Mutable"
|
|
18428
|
+
},
|
|
18429
|
+
"BucketPrefix": {
|
|
18430
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-s3config.html#cfn-connect-instancestorageconfig-s3config-bucketprefix",
|
|
18431
|
+
"PrimitiveType": "String",
|
|
18432
|
+
"Required": true,
|
|
18433
|
+
"UpdateType": "Mutable"
|
|
18434
|
+
},
|
|
18435
|
+
"EncryptionConfig": {
|
|
18436
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-s3config.html#cfn-connect-instancestorageconfig-s3config-encryptionconfig",
|
|
18437
|
+
"Required": false,
|
|
18438
|
+
"Type": "EncryptionConfig",
|
|
18439
|
+
"UpdateType": "Mutable"
|
|
18440
|
+
}
|
|
18441
|
+
}
|
|
18442
|
+
},
|
|
18101
18443
|
"AWS::Connect::QuickConnect.PhoneNumberQuickConnectConfig": {
|
|
18102
18444
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-quickconnect-phonenumberquickconnectconfig.html",
|
|
18103
18445
|
"Properties": {
|
|
@@ -29474,6 +29816,24 @@
|
|
|
29474
29816
|
}
|
|
29475
29817
|
}
|
|
29476
29818
|
},
|
|
29819
|
+
"AWS::EKS::Cluster.OutpostConfig": {
|
|
29820
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-outpostconfig.html",
|
|
29821
|
+
"Properties": {
|
|
29822
|
+
"ControlPlaneInstanceType": {
|
|
29823
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-outpostconfig.html#cfn-eks-cluster-outpostconfig-controlplaneinstancetype",
|
|
29824
|
+
"PrimitiveType": "String",
|
|
29825
|
+
"Required": true,
|
|
29826
|
+
"UpdateType": "Immutable"
|
|
29827
|
+
},
|
|
29828
|
+
"OutpostArns": {
|
|
29829
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-outpostconfig.html#cfn-eks-cluster-outpostconfig-outpostarns",
|
|
29830
|
+
"PrimitiveItemType": "String",
|
|
29831
|
+
"Required": true,
|
|
29832
|
+
"Type": "List",
|
|
29833
|
+
"UpdateType": "Immutable"
|
|
29834
|
+
}
|
|
29835
|
+
}
|
|
29836
|
+
},
|
|
29477
29837
|
"AWS::EKS::Cluster.Provider": {
|
|
29478
29838
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-provider.html",
|
|
29479
29839
|
"Properties": {
|
|
@@ -52848,6 +53208,12 @@
|
|
|
52848
53208
|
"AWS::Lex::Bot.VoiceSettings": {
|
|
52849
53209
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-voicesettings.html",
|
|
52850
53210
|
"Properties": {
|
|
53211
|
+
"Engine": {
|
|
53212
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-voicesettings.html#cfn-lex-bot-voicesettings-engine",
|
|
53213
|
+
"PrimitiveType": "String",
|
|
53214
|
+
"Required": false,
|
|
53215
|
+
"UpdateType": "Mutable"
|
|
53216
|
+
},
|
|
52851
53217
|
"VoiceId": {
|
|
52852
53218
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-voicesettings.html#cfn-lex-bot-voicesettings-voiceid",
|
|
52853
53219
|
"PrimitiveType": "String",
|
|
@@ -54456,6 +54822,23 @@
|
|
|
54456
54822
|
}
|
|
54457
54823
|
}
|
|
54458
54824
|
},
|
|
54825
|
+
"AWS::M2::Environment.HighAvailabilityConfig": {
|
|
54826
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-highavailabilityconfig.html",
|
|
54827
|
+
"Properties": {
|
|
54828
|
+
"DesiredCapacity": {
|
|
54829
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-highavailabilityconfig.html#cfn-m2-environment-highavailabilityconfig-desiredcapacity",
|
|
54830
|
+
"PrimitiveType": "Integer",
|
|
54831
|
+
"Required": true,
|
|
54832
|
+
"UpdateType": "Mutable"
|
|
54833
|
+
}
|
|
54834
|
+
}
|
|
54835
|
+
},
|
|
54836
|
+
"AWS::M2::Environment.StorageConfiguration": {
|
|
54837
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-storageconfiguration.html",
|
|
54838
|
+
"PrimitiveType": "Json",
|
|
54839
|
+
"Required": false,
|
|
54840
|
+
"UpdateType": "Immutable"
|
|
54841
|
+
},
|
|
54459
54842
|
"AWS::MSK::Cluster.BrokerLogs": {
|
|
54460
54843
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokerlogs.html",
|
|
54461
54844
|
"Properties": {
|
|
@@ -54994,6 +55377,12 @@
|
|
|
54994
55377
|
}
|
|
54995
55378
|
}
|
|
54996
55379
|
},
|
|
55380
|
+
"AWS::Macie::AllowList.Criteria": {
|
|
55381
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-macie-allowlist-criteria.html",
|
|
55382
|
+
"PrimitiveType": "Json",
|
|
55383
|
+
"Required": false,
|
|
55384
|
+
"UpdateType": "Mutable"
|
|
55385
|
+
},
|
|
54997
55386
|
"AWS::Macie::FindingsFilter.Criterion": {
|
|
54998
55387
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-macie-findingsfilter-criterion.html",
|
|
54999
55388
|
"PrimitiveType": "Json",
|
|
@@ -67404,16 +67793,16 @@
|
|
|
67404
67793
|
}
|
|
67405
67794
|
},
|
|
67406
67795
|
"AWS::Redshift::ClusterParameterGroup.Parameter": {
|
|
67407
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
67796
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-clusterparametergroup-parameter.html",
|
|
67408
67797
|
"Properties": {
|
|
67409
67798
|
"ParameterName": {
|
|
67410
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
67799
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-clusterparametergroup-parameter.html#cfn-redshift-clusterparametergroup-parameter-parametername",
|
|
67411
67800
|
"PrimitiveType": "String",
|
|
67412
67801
|
"Required": true,
|
|
67413
67802
|
"UpdateType": "Mutable"
|
|
67414
67803
|
},
|
|
67415
67804
|
"ParameterValue": {
|
|
67416
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
67805
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-clusterparametergroup-parameter.html#cfn-redshift-clusterparametergroup-parameter-parametervalue",
|
|
67417
67806
|
"PrimitiveType": "String",
|
|
67418
67807
|
"Required": true,
|
|
67419
67808
|
"UpdateType": "Mutable"
|
|
@@ -70854,19 +71243,19 @@
|
|
|
70854
71243
|
}
|
|
70855
71244
|
},
|
|
70856
71245
|
"AWS::SNS::Topic.Subscription": {
|
|
70857
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-subscription.html",
|
|
71246
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic-subscription.html",
|
|
70858
71247
|
"Properties": {
|
|
70859
71248
|
"Endpoint": {
|
|
70860
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-subscription.html#cfn-sns-topic-subscription-endpoint",
|
|
71249
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic-subscription.html#cfn-sns-topic-subscription-endpoint",
|
|
70861
71250
|
"PrimitiveType": "String",
|
|
70862
71251
|
"Required": true,
|
|
70863
|
-
"UpdateType": "
|
|
71252
|
+
"UpdateType": "Mutable"
|
|
70864
71253
|
},
|
|
70865
71254
|
"Protocol": {
|
|
70866
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-subscription.html#cfn-sns-topic-subscription-protocol",
|
|
71255
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic-subscription.html#cfn-sns-topic-subscription-protocol",
|
|
70867
71256
|
"PrimitiveType": "String",
|
|
70868
71257
|
"Required": true,
|
|
70869
|
-
"UpdateType": "
|
|
71258
|
+
"UpdateType": "Mutable"
|
|
70870
71259
|
}
|
|
70871
71260
|
}
|
|
70872
71261
|
},
|
|
@@ -75317,7 +75706,7 @@
|
|
|
75317
75706
|
"Version": {
|
|
75318
75707
|
"Documentation": "http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html",
|
|
75319
75708
|
"PrimitiveType": "String",
|
|
75320
|
-
"Required":
|
|
75709
|
+
"Required": false,
|
|
75321
75710
|
"UpdateType": "Immutable"
|
|
75322
75711
|
}
|
|
75323
75712
|
}
|
|
@@ -75808,12 +76197,30 @@
|
|
|
75808
76197
|
"AWS::Serverless::Function.ScheduleEvent": {
|
|
75809
76198
|
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#schedule",
|
|
75810
76199
|
"Properties": {
|
|
76200
|
+
"Description": {
|
|
76201
|
+
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#schedule",
|
|
76202
|
+
"PrimitiveType": "String",
|
|
76203
|
+
"Required": false,
|
|
76204
|
+
"UpdateType": "Immutable"
|
|
76205
|
+
},
|
|
76206
|
+
"Enabled": {
|
|
76207
|
+
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#schedule",
|
|
76208
|
+
"PrimitiveType": "Boolean",
|
|
76209
|
+
"Required": false,
|
|
76210
|
+
"UpdateType": "Immutable"
|
|
76211
|
+
},
|
|
75811
76212
|
"Input": {
|
|
75812
76213
|
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#schedule",
|
|
75813
76214
|
"PrimitiveType": "String",
|
|
75814
76215
|
"Required": false,
|
|
75815
76216
|
"UpdateType": "Immutable"
|
|
75816
76217
|
},
|
|
76218
|
+
"Name": {
|
|
76219
|
+
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#schedule",
|
|
76220
|
+
"PrimitiveType": "String",
|
|
76221
|
+
"Required": false,
|
|
76222
|
+
"UpdateType": "Immutable"
|
|
76223
|
+
},
|
|
75817
76224
|
"Schedule": {
|
|
75818
76225
|
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#schedule",
|
|
75819
76226
|
"PrimitiveType": "String",
|
|
@@ -75941,20 +76348,23 @@
|
|
|
75941
76348
|
},
|
|
75942
76349
|
"AllowHeaders": {
|
|
75943
76350
|
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#cors-configuration-object",
|
|
75944
|
-
"
|
|
76351
|
+
"PrimitiveItemType": "String",
|
|
75945
76352
|
"Required": false,
|
|
76353
|
+
"Type": "List",
|
|
75946
76354
|
"UpdateType": "Immutable"
|
|
75947
76355
|
},
|
|
75948
76356
|
"AllowMethods": {
|
|
75949
76357
|
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#cors-configuration-object",
|
|
75950
|
-
"
|
|
76358
|
+
"PrimitiveItemType": "String",
|
|
75951
76359
|
"Required": false,
|
|
76360
|
+
"Type": "List",
|
|
75952
76361
|
"UpdateType": "Immutable"
|
|
75953
76362
|
},
|
|
75954
|
-
"
|
|
76363
|
+
"AllowOrigins": {
|
|
75955
76364
|
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#cors-configuration-object",
|
|
75956
|
-
"
|
|
76365
|
+
"PrimitiveItemType": "String",
|
|
75957
76366
|
"Required": false,
|
|
76367
|
+
"Type": "List",
|
|
75958
76368
|
"UpdateType": "Immutable"
|
|
75959
76369
|
},
|
|
75960
76370
|
"ExposeHeaders": {
|
|
@@ -75966,7 +76376,7 @@
|
|
|
75966
76376
|
},
|
|
75967
76377
|
"MaxAge": {
|
|
75968
76378
|
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#cors-configuration-object",
|
|
75969
|
-
"PrimitiveType": "
|
|
76379
|
+
"PrimitiveType": "Integer",
|
|
75970
76380
|
"Required": false,
|
|
75971
76381
|
"UpdateType": "Immutable"
|
|
75972
76382
|
}
|
|
@@ -80298,7 +80708,7 @@
|
|
|
80298
80708
|
}
|
|
80299
80709
|
}
|
|
80300
80710
|
},
|
|
80301
|
-
"ResourceSpecificationVersion": "
|
|
80711
|
+
"ResourceSpecificationVersion": "88.0.0",
|
|
80302
80712
|
"ResourceTypes": {
|
|
80303
80713
|
"AWS::ACMPCA::Certificate": {
|
|
80304
80714
|
"Attributes": {
|
|
@@ -80543,6 +80953,12 @@
|
|
|
80543
80953
|
"Required": false,
|
|
80544
80954
|
"UpdateType": "Mutable"
|
|
80545
80955
|
},
|
|
80956
|
+
"LoggingConfiguration": {
|
|
80957
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-workspace.html#cfn-aps-workspace-loggingconfiguration",
|
|
80958
|
+
"Required": false,
|
|
80959
|
+
"Type": "LoggingConfiguration",
|
|
80960
|
+
"UpdateType": "Mutable"
|
|
80961
|
+
},
|
|
80546
80962
|
"Tags": {
|
|
80547
80963
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-workspace.html#cfn-aps-workspace-tags",
|
|
80548
80964
|
"DuplicatesAllowed": false,
|
|
@@ -87999,6 +88415,22 @@
|
|
|
87999
88415
|
}
|
|
88000
88416
|
}
|
|
88001
88417
|
},
|
|
88418
|
+
"AWS::CloudFront::OriginAccessControl": {
|
|
88419
|
+
"Attributes": {
|
|
88420
|
+
"Id": {
|
|
88421
|
+
"PrimitiveType": "String"
|
|
88422
|
+
}
|
|
88423
|
+
},
|
|
88424
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-originaccesscontrol.html",
|
|
88425
|
+
"Properties": {
|
|
88426
|
+
"OriginAccessControlConfig": {
|
|
88427
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-originaccesscontrol.html#cfn-cloudfront-originaccesscontrol-originaccesscontrolconfig",
|
|
88428
|
+
"Required": true,
|
|
88429
|
+
"Type": "OriginAccessControlConfig",
|
|
88430
|
+
"UpdateType": "Mutable"
|
|
88431
|
+
}
|
|
88432
|
+
}
|
|
88433
|
+
},
|
|
88002
88434
|
"AWS::CloudFront::OriginRequestPolicy": {
|
|
88003
88435
|
"Attributes": {
|
|
88004
88436
|
"Id": {
|
|
@@ -90014,6 +90446,12 @@
|
|
|
90014
90446
|
"Type": "AnalyticsConfiguration",
|
|
90015
90447
|
"UpdateType": "Mutable"
|
|
90016
90448
|
},
|
|
90449
|
+
"AuthSessionValidity": {
|
|
90450
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-authsessionvalidity",
|
|
90451
|
+
"PrimitiveType": "Integer",
|
|
90452
|
+
"Required": false,
|
|
90453
|
+
"UpdateType": "Mutable"
|
|
90454
|
+
},
|
|
90017
90455
|
"CallbackURLs": {
|
|
90018
90456
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-callbackurls",
|
|
90019
90457
|
"PrimitiveItemType": "String",
|
|
@@ -90567,6 +91005,12 @@
|
|
|
90567
91005
|
"PrimitiveType": "String",
|
|
90568
91006
|
"Required": false,
|
|
90569
91007
|
"UpdateType": "Mutable"
|
|
91008
|
+
},
|
|
91009
|
+
"TemplateSSMDocumentDetails": {
|
|
91010
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatessmdocumentdetails",
|
|
91011
|
+
"PrimitiveType": "Json",
|
|
91012
|
+
"Required": false,
|
|
91013
|
+
"UpdateType": "Mutable"
|
|
90570
91014
|
}
|
|
90571
91015
|
}
|
|
90572
91016
|
},
|
|
@@ -90955,6 +91399,104 @@
|
|
|
90955
91399
|
}
|
|
90956
91400
|
}
|
|
90957
91401
|
},
|
|
91402
|
+
"AWS::Connect::Instance": {
|
|
91403
|
+
"Attributes": {
|
|
91404
|
+
"Arn": {
|
|
91405
|
+
"PrimitiveType": "String"
|
|
91406
|
+
},
|
|
91407
|
+
"CreatedTime": {
|
|
91408
|
+
"PrimitiveType": "String"
|
|
91409
|
+
},
|
|
91410
|
+
"Id": {
|
|
91411
|
+
"PrimitiveType": "String"
|
|
91412
|
+
},
|
|
91413
|
+
"InstanceStatus": {
|
|
91414
|
+
"PrimitiveType": "String"
|
|
91415
|
+
},
|
|
91416
|
+
"ServiceRole": {
|
|
91417
|
+
"PrimitiveType": "String"
|
|
91418
|
+
}
|
|
91419
|
+
},
|
|
91420
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instance.html",
|
|
91421
|
+
"Properties": {
|
|
91422
|
+
"Attributes": {
|
|
91423
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instance.html#cfn-connect-instance-attributes",
|
|
91424
|
+
"Required": true,
|
|
91425
|
+
"Type": "Attributes",
|
|
91426
|
+
"UpdateType": "Mutable"
|
|
91427
|
+
},
|
|
91428
|
+
"DirectoryId": {
|
|
91429
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instance.html#cfn-connect-instance-directoryid",
|
|
91430
|
+
"PrimitiveType": "String",
|
|
91431
|
+
"Required": false,
|
|
91432
|
+
"UpdateType": "Immutable"
|
|
91433
|
+
},
|
|
91434
|
+
"IdentityManagementType": {
|
|
91435
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instance.html#cfn-connect-instance-identitymanagementtype",
|
|
91436
|
+
"PrimitiveType": "String",
|
|
91437
|
+
"Required": true,
|
|
91438
|
+
"UpdateType": "Immutable"
|
|
91439
|
+
},
|
|
91440
|
+
"InstanceAlias": {
|
|
91441
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instance.html#cfn-connect-instance-instancealias",
|
|
91442
|
+
"PrimitiveType": "String",
|
|
91443
|
+
"Required": false,
|
|
91444
|
+
"UpdateType": "Immutable"
|
|
91445
|
+
}
|
|
91446
|
+
}
|
|
91447
|
+
},
|
|
91448
|
+
"AWS::Connect::InstanceStorageConfig": {
|
|
91449
|
+
"Attributes": {
|
|
91450
|
+
"AssociationId": {
|
|
91451
|
+
"PrimitiveType": "String"
|
|
91452
|
+
}
|
|
91453
|
+
},
|
|
91454
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instancestorageconfig.html",
|
|
91455
|
+
"Properties": {
|
|
91456
|
+
"InstanceArn": {
|
|
91457
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instancestorageconfig.html#cfn-connect-instancestorageconfig-instancearn",
|
|
91458
|
+
"PrimitiveType": "String",
|
|
91459
|
+
"Required": true,
|
|
91460
|
+
"UpdateType": "Immutable"
|
|
91461
|
+
},
|
|
91462
|
+
"KinesisFirehoseConfig": {
|
|
91463
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instancestorageconfig.html#cfn-connect-instancestorageconfig-kinesisfirehoseconfig",
|
|
91464
|
+
"Required": false,
|
|
91465
|
+
"Type": "KinesisFirehoseConfig",
|
|
91466
|
+
"UpdateType": "Mutable"
|
|
91467
|
+
},
|
|
91468
|
+
"KinesisStreamConfig": {
|
|
91469
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instancestorageconfig.html#cfn-connect-instancestorageconfig-kinesisstreamconfig",
|
|
91470
|
+
"Required": false,
|
|
91471
|
+
"Type": "KinesisStreamConfig",
|
|
91472
|
+
"UpdateType": "Mutable"
|
|
91473
|
+
},
|
|
91474
|
+
"KinesisVideoStreamConfig": {
|
|
91475
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instancestorageconfig.html#cfn-connect-instancestorageconfig-kinesisvideostreamconfig",
|
|
91476
|
+
"Required": false,
|
|
91477
|
+
"Type": "KinesisVideoStreamConfig",
|
|
91478
|
+
"UpdateType": "Mutable"
|
|
91479
|
+
},
|
|
91480
|
+
"ResourceType": {
|
|
91481
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instancestorageconfig.html#cfn-connect-instancestorageconfig-resourcetype",
|
|
91482
|
+
"PrimitiveType": "String",
|
|
91483
|
+
"Required": true,
|
|
91484
|
+
"UpdateType": "Immutable"
|
|
91485
|
+
},
|
|
91486
|
+
"S3Config": {
|
|
91487
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instancestorageconfig.html#cfn-connect-instancestorageconfig-s3config",
|
|
91488
|
+
"Required": false,
|
|
91489
|
+
"Type": "S3Config",
|
|
91490
|
+
"UpdateType": "Mutable"
|
|
91491
|
+
},
|
|
91492
|
+
"StorageType": {
|
|
91493
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instancestorageconfig.html#cfn-connect-instancestorageconfig-storagetype",
|
|
91494
|
+
"PrimitiveType": "String",
|
|
91495
|
+
"Required": true,
|
|
91496
|
+
"UpdateType": "Mutable"
|
|
91497
|
+
}
|
|
91498
|
+
}
|
|
91499
|
+
},
|
|
90958
91500
|
"AWS::Connect::PhoneNumber": {
|
|
90959
91501
|
"Attributes": {
|
|
90960
91502
|
"Address": {
|
|
@@ -91224,6 +91766,23 @@
|
|
|
91224
91766
|
}
|
|
91225
91767
|
}
|
|
91226
91768
|
},
|
|
91769
|
+
"AWS::ControlTower::EnabledControl": {
|
|
91770
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html",
|
|
91771
|
+
"Properties": {
|
|
91772
|
+
"ControlIdentifier": {
|
|
91773
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html#cfn-controltower-enabledcontrol-controlidentifier",
|
|
91774
|
+
"PrimitiveType": "String",
|
|
91775
|
+
"Required": true,
|
|
91776
|
+
"UpdateType": "Immutable"
|
|
91777
|
+
},
|
|
91778
|
+
"TargetIdentifier": {
|
|
91779
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html#cfn-controltower-enabledcontrol-targetidentifier",
|
|
91780
|
+
"PrimitiveType": "String",
|
|
91781
|
+
"Required": true,
|
|
91782
|
+
"UpdateType": "Immutable"
|
|
91783
|
+
}
|
|
91784
|
+
}
|
|
91785
|
+
},
|
|
91227
91786
|
"AWS::CustomerProfiles::Domain": {
|
|
91228
91787
|
"Attributes": {
|
|
91229
91788
|
"CreatedAt": {
|
|
@@ -98554,6 +99113,9 @@
|
|
|
98554
99113
|
"Endpoint": {
|
|
98555
99114
|
"PrimitiveType": "String"
|
|
98556
99115
|
},
|
|
99116
|
+
"Id": {
|
|
99117
|
+
"PrimitiveType": "String"
|
|
99118
|
+
},
|
|
98557
99119
|
"KubernetesNetworkConfig.ServiceIpv6Cidr": {
|
|
98558
99120
|
"PrimitiveType": "String"
|
|
98559
99121
|
},
|
|
@@ -98588,6 +99150,12 @@
|
|
|
98588
99150
|
"Required": false,
|
|
98589
99151
|
"UpdateType": "Immutable"
|
|
98590
99152
|
},
|
|
99153
|
+
"OutpostConfig": {
|
|
99154
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-outpostconfig",
|
|
99155
|
+
"Required": false,
|
|
99156
|
+
"Type": "OutpostConfig",
|
|
99157
|
+
"UpdateType": "Immutable"
|
|
99158
|
+
},
|
|
98591
99159
|
"ResourcesVpcConfig": {
|
|
98592
99160
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-resourcesvpcconfig",
|
|
98593
99161
|
"Required": true,
|
|
@@ -103016,9 +103584,16 @@
|
|
|
103016
103584
|
"DnsName": {
|
|
103017
103585
|
"PrimitiveType": "String"
|
|
103018
103586
|
},
|
|
103587
|
+
"DualStackDnsName": {
|
|
103588
|
+
"PrimitiveType": "String"
|
|
103589
|
+
},
|
|
103019
103590
|
"Ipv4Addresses": {
|
|
103020
103591
|
"PrimitiveItemType": "String",
|
|
103021
103592
|
"Type": "List"
|
|
103593
|
+
},
|
|
103594
|
+
"Ipv6Addresses": {
|
|
103595
|
+
"PrimitiveItemType": "String",
|
|
103596
|
+
"Type": "List"
|
|
103022
103597
|
}
|
|
103023
103598
|
},
|
|
103024
103599
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html",
|
|
@@ -108741,9 +109316,6 @@
|
|
|
108741
109316
|
},
|
|
108742
109317
|
"Id": {
|
|
108743
109318
|
"PrimitiveType": "String"
|
|
108744
|
-
},
|
|
108745
|
-
"ThingName": {
|
|
108746
|
-
"PrimitiveType": "String"
|
|
108747
109319
|
}
|
|
108748
109320
|
},
|
|
108749
109321
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html",
|
|
@@ -108785,6 +109357,12 @@
|
|
|
108785
109357
|
"PrimitiveType": "String",
|
|
108786
109358
|
"Required": false,
|
|
108787
109359
|
"UpdateType": "Mutable"
|
|
109360
|
+
},
|
|
109361
|
+
"ThingName": {
|
|
109362
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html#cfn-iotwireless-wirelessgateway-thingname",
|
|
109363
|
+
"PrimitiveType": "String",
|
|
109364
|
+
"Required": false,
|
|
109365
|
+
"UpdateType": "Mutable"
|
|
108788
109366
|
}
|
|
108789
109367
|
}
|
|
108790
109368
|
},
|
|
@@ -111981,28 +112559,33 @@
|
|
|
111981
112559
|
}
|
|
111982
112560
|
},
|
|
111983
112561
|
"AWS::Logs::SubscriptionFilter": {
|
|
112562
|
+
"Attributes": {
|
|
112563
|
+
"FilterName": {
|
|
112564
|
+
"PrimitiveType": "String"
|
|
112565
|
+
}
|
|
112566
|
+
},
|
|
111984
112567
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html",
|
|
111985
112568
|
"Properties": {
|
|
111986
112569
|
"DestinationArn": {
|
|
111987
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-
|
|
112570
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-logs-subscriptionfilter-destinationarn",
|
|
111988
112571
|
"PrimitiveType": "String",
|
|
111989
112572
|
"Required": true,
|
|
111990
112573
|
"UpdateType": "Immutable"
|
|
111991
112574
|
},
|
|
111992
112575
|
"FilterPattern": {
|
|
111993
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-
|
|
112576
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-logs-subscriptionfilter-filterpattern",
|
|
111994
112577
|
"PrimitiveType": "String",
|
|
111995
112578
|
"Required": true,
|
|
111996
112579
|
"UpdateType": "Immutable"
|
|
111997
112580
|
},
|
|
111998
112581
|
"LogGroupName": {
|
|
111999
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-
|
|
112582
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-logs-subscriptionfilter-loggroupname",
|
|
112000
112583
|
"PrimitiveType": "String",
|
|
112001
112584
|
"Required": true,
|
|
112002
112585
|
"UpdateType": "Immutable"
|
|
112003
112586
|
},
|
|
112004
112587
|
"RoleArn": {
|
|
112005
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-
|
|
112588
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-logs-subscriptionfilter-rolearn",
|
|
112006
112589
|
"PrimitiveType": "String",
|
|
112007
112590
|
"Required": false,
|
|
112008
112591
|
"UpdateType": "Immutable"
|
|
@@ -112172,6 +112755,95 @@
|
|
|
112172
112755
|
}
|
|
112173
112756
|
}
|
|
112174
112757
|
},
|
|
112758
|
+
"AWS::M2::Environment": {
|
|
112759
|
+
"Attributes": {
|
|
112760
|
+
"EnvironmentArn": {
|
|
112761
|
+
"PrimitiveType": "String"
|
|
112762
|
+
},
|
|
112763
|
+
"EnvironmentId": {
|
|
112764
|
+
"PrimitiveType": "String"
|
|
112765
|
+
}
|
|
112766
|
+
},
|
|
112767
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html",
|
|
112768
|
+
"Properties": {
|
|
112769
|
+
"Description": {
|
|
112770
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-description",
|
|
112771
|
+
"PrimitiveType": "String",
|
|
112772
|
+
"Required": false,
|
|
112773
|
+
"UpdateType": "Immutable"
|
|
112774
|
+
},
|
|
112775
|
+
"EngineType": {
|
|
112776
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-enginetype",
|
|
112777
|
+
"PrimitiveType": "String",
|
|
112778
|
+
"Required": true,
|
|
112779
|
+
"UpdateType": "Immutable"
|
|
112780
|
+
},
|
|
112781
|
+
"EngineVersion": {
|
|
112782
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-engineversion",
|
|
112783
|
+
"PrimitiveType": "String",
|
|
112784
|
+
"Required": false,
|
|
112785
|
+
"UpdateType": "Mutable"
|
|
112786
|
+
},
|
|
112787
|
+
"HighAvailabilityConfig": {
|
|
112788
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-highavailabilityconfig",
|
|
112789
|
+
"Required": false,
|
|
112790
|
+
"Type": "HighAvailabilityConfig",
|
|
112791
|
+
"UpdateType": "Mutable"
|
|
112792
|
+
},
|
|
112793
|
+
"InstanceType": {
|
|
112794
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-instancetype",
|
|
112795
|
+
"PrimitiveType": "String",
|
|
112796
|
+
"Required": true,
|
|
112797
|
+
"UpdateType": "Mutable"
|
|
112798
|
+
},
|
|
112799
|
+
"Name": {
|
|
112800
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-name",
|
|
112801
|
+
"PrimitiveType": "String",
|
|
112802
|
+
"Required": true,
|
|
112803
|
+
"UpdateType": "Immutable"
|
|
112804
|
+
},
|
|
112805
|
+
"PreferredMaintenanceWindow": {
|
|
112806
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-preferredmaintenancewindow",
|
|
112807
|
+
"PrimitiveType": "String",
|
|
112808
|
+
"Required": false,
|
|
112809
|
+
"UpdateType": "Mutable"
|
|
112810
|
+
},
|
|
112811
|
+
"PubliclyAccessible": {
|
|
112812
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-publiclyaccessible",
|
|
112813
|
+
"PrimitiveType": "Boolean",
|
|
112814
|
+
"Required": false,
|
|
112815
|
+
"UpdateType": "Immutable"
|
|
112816
|
+
},
|
|
112817
|
+
"SecurityGroupIds": {
|
|
112818
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-securitygroupids",
|
|
112819
|
+
"PrimitiveItemType": "String",
|
|
112820
|
+
"Required": false,
|
|
112821
|
+
"Type": "List",
|
|
112822
|
+
"UpdateType": "Immutable"
|
|
112823
|
+
},
|
|
112824
|
+
"StorageConfigurations": {
|
|
112825
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-storageconfigurations",
|
|
112826
|
+
"ItemType": "StorageConfiguration",
|
|
112827
|
+
"Required": false,
|
|
112828
|
+
"Type": "List",
|
|
112829
|
+
"UpdateType": "Immutable"
|
|
112830
|
+
},
|
|
112831
|
+
"SubnetIds": {
|
|
112832
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-subnetids",
|
|
112833
|
+
"PrimitiveItemType": "String",
|
|
112834
|
+
"Required": false,
|
|
112835
|
+
"Type": "List",
|
|
112836
|
+
"UpdateType": "Immutable"
|
|
112837
|
+
},
|
|
112838
|
+
"Tags": {
|
|
112839
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-tags",
|
|
112840
|
+
"PrimitiveItemType": "String",
|
|
112841
|
+
"Required": false,
|
|
112842
|
+
"Type": "Map",
|
|
112843
|
+
"UpdateType": "Mutable"
|
|
112844
|
+
}
|
|
112845
|
+
}
|
|
112846
|
+
},
|
|
112175
112847
|
"AWS::MSK::BatchScramSecret": {
|
|
112176
112848
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-batchscramsecret.html",
|
|
112177
112849
|
"Properties": {
|
|
@@ -112493,6 +113165,47 @@
|
|
|
112493
113165
|
}
|
|
112494
113166
|
}
|
|
112495
113167
|
},
|
|
113168
|
+
"AWS::Macie::AllowList": {
|
|
113169
|
+
"Attributes": {
|
|
113170
|
+
"Arn": {
|
|
113171
|
+
"PrimitiveType": "String"
|
|
113172
|
+
},
|
|
113173
|
+
"Id": {
|
|
113174
|
+
"PrimitiveType": "String"
|
|
113175
|
+
},
|
|
113176
|
+
"Status": {
|
|
113177
|
+
"PrimitiveType": "String"
|
|
113178
|
+
}
|
|
113179
|
+
},
|
|
113180
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-allowlist.html",
|
|
113181
|
+
"Properties": {
|
|
113182
|
+
"Criteria": {
|
|
113183
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-allowlist.html#cfn-macie-allowlist-criteria",
|
|
113184
|
+
"Required": true,
|
|
113185
|
+
"Type": "Criteria",
|
|
113186
|
+
"UpdateType": "Mutable"
|
|
113187
|
+
},
|
|
113188
|
+
"Description": {
|
|
113189
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-allowlist.html#cfn-macie-allowlist-description",
|
|
113190
|
+
"PrimitiveType": "String",
|
|
113191
|
+
"Required": false,
|
|
113192
|
+
"UpdateType": "Mutable"
|
|
113193
|
+
},
|
|
113194
|
+
"Name": {
|
|
113195
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-allowlist.html#cfn-macie-allowlist-name",
|
|
113196
|
+
"PrimitiveType": "String",
|
|
113197
|
+
"Required": true,
|
|
113198
|
+
"UpdateType": "Mutable"
|
|
113199
|
+
},
|
|
113200
|
+
"Tags": {
|
|
113201
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-allowlist.html#cfn-macie-allowlist-tags",
|
|
113202
|
+
"ItemType": "Tag",
|
|
113203
|
+
"Required": false,
|
|
113204
|
+
"Type": "List",
|
|
113205
|
+
"UpdateType": "Mutable"
|
|
113206
|
+
}
|
|
113207
|
+
}
|
|
113208
|
+
},
|
|
112496
113209
|
"AWS::Macie::CustomDataIdentifier": {
|
|
112497
113210
|
"Attributes": {
|
|
112498
113211
|
"Arn": {
|
|
@@ -118919,30 +119632,33 @@
|
|
|
118919
119632
|
}
|
|
118920
119633
|
},
|
|
118921
119634
|
"AWS::RDS::DBParameterGroup": {
|
|
118922
|
-
"
|
|
119635
|
+
"Attributes": {
|
|
119636
|
+
"DBParameterGroupName": {
|
|
119637
|
+
"PrimitiveType": "String"
|
|
119638
|
+
}
|
|
119639
|
+
},
|
|
119640
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbparametergroup.html",
|
|
118923
119641
|
"Properties": {
|
|
118924
119642
|
"Description": {
|
|
118925
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
119643
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description",
|
|
118926
119644
|
"PrimitiveType": "String",
|
|
118927
119645
|
"Required": true,
|
|
118928
|
-
"UpdateType": "
|
|
119646
|
+
"UpdateType": "Immutable"
|
|
118929
119647
|
},
|
|
118930
119648
|
"Family": {
|
|
118931
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
119649
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family",
|
|
118932
119650
|
"PrimitiveType": "String",
|
|
118933
119651
|
"Required": true,
|
|
118934
|
-
"UpdateType": "
|
|
119652
|
+
"UpdateType": "Immutable"
|
|
118935
119653
|
},
|
|
118936
119654
|
"Parameters": {
|
|
118937
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
118938
|
-
"
|
|
118939
|
-
"PrimitiveItemType": "String",
|
|
119655
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbparametergroup.html#cfn-rds-dbparametergroup-parameters",
|
|
119656
|
+
"PrimitiveType": "Json",
|
|
118940
119657
|
"Required": false,
|
|
118941
|
-
"Type": "Map",
|
|
118942
119658
|
"UpdateType": "Mutable"
|
|
118943
119659
|
},
|
|
118944
119660
|
"Tags": {
|
|
118945
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
119661
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbparametergroup.html#cfn-rds-dbparametergroup-tags",
|
|
118946
119662
|
"DuplicatesAllowed": true,
|
|
118947
119663
|
"ItemType": "Tag",
|
|
118948
119664
|
"Required": false,
|
|
@@ -119711,6 +120427,11 @@
|
|
|
119711
120427
|
}
|
|
119712
120428
|
},
|
|
119713
120429
|
"AWS::Redshift::ClusterParameterGroup": {
|
|
120430
|
+
"Attributes": {
|
|
120431
|
+
"ParameterGroupName": {
|
|
120432
|
+
"PrimitiveType": "String"
|
|
120433
|
+
}
|
|
120434
|
+
},
|
|
119714
120435
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html",
|
|
119715
120436
|
"Properties": {
|
|
119716
120437
|
"Description": {
|
|
@@ -122689,38 +123410,48 @@
|
|
|
122689
123410
|
},
|
|
122690
123411
|
"AWS::SNS::Topic": {
|
|
122691
123412
|
"Attributes": {
|
|
123413
|
+
"TopicArn": {
|
|
123414
|
+
"PrimitiveType": "String"
|
|
123415
|
+
},
|
|
122692
123416
|
"TopicName": {
|
|
122693
123417
|
"PrimitiveType": "String"
|
|
122694
123418
|
}
|
|
122695
123419
|
},
|
|
122696
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
123420
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html",
|
|
122697
123421
|
"Properties": {
|
|
122698
123422
|
"ContentBasedDeduplication": {
|
|
122699
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
123423
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html#cfn-sns-topic-contentbaseddeduplication",
|
|
122700
123424
|
"PrimitiveType": "Boolean",
|
|
122701
123425
|
"Required": false,
|
|
122702
123426
|
"UpdateType": "Mutable"
|
|
122703
123427
|
},
|
|
123428
|
+
"DataProtectionPolicy": {
|
|
123429
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html#cfn-sns-topic-dataprotectionpolicy",
|
|
123430
|
+
"PrimitiveType": "Json",
|
|
123431
|
+
"Required": false,
|
|
123432
|
+
"ScrutinyType": "InlineResourcePolicy",
|
|
123433
|
+
"UpdateType": "Mutable"
|
|
123434
|
+
},
|
|
122704
123435
|
"DisplayName": {
|
|
122705
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
123436
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html#cfn-sns-topic-displayname",
|
|
122706
123437
|
"PrimitiveType": "String",
|
|
122707
123438
|
"Required": false,
|
|
122708
123439
|
"UpdateType": "Mutable"
|
|
122709
123440
|
},
|
|
122710
123441
|
"FifoTopic": {
|
|
122711
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
123442
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html#cfn-sns-topic-fifotopic",
|
|
122712
123443
|
"PrimitiveType": "Boolean",
|
|
122713
123444
|
"Required": false,
|
|
122714
123445
|
"UpdateType": "Immutable"
|
|
122715
123446
|
},
|
|
122716
123447
|
"KmsMasterKeyId": {
|
|
122717
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
123448
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html#cfn-sns-topic-kmsmasterkeyid",
|
|
122718
123449
|
"PrimitiveType": "String",
|
|
122719
123450
|
"Required": false,
|
|
122720
123451
|
"UpdateType": "Mutable"
|
|
122721
123452
|
},
|
|
122722
123453
|
"Subscription": {
|
|
122723
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
123454
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html#cfn-sns-topic-subscription",
|
|
122724
123455
|
"DuplicatesAllowed": true,
|
|
122725
123456
|
"ItemType": "Subscription",
|
|
122726
123457
|
"Required": false,
|
|
@@ -122728,7 +123459,7 @@
|
|
|
122728
123459
|
"UpdateType": "Mutable"
|
|
122729
123460
|
},
|
|
122730
123461
|
"Tags": {
|
|
122731
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
123462
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html#cfn-sns-topic-tags",
|
|
122732
123463
|
"DuplicatesAllowed": true,
|
|
122733
123464
|
"ItemType": "Tag",
|
|
122734
123465
|
"Required": false,
|
|
@@ -122736,7 +123467,7 @@
|
|
|
122736
123467
|
"UpdateType": "Mutable"
|
|
122737
123468
|
},
|
|
122738
123469
|
"TopicName": {
|
|
122739
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
123470
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html#cfn-sns-topic-topicname",
|
|
122740
123471
|
"PrimitiveType": "String",
|
|
122741
123472
|
"Required": false,
|
|
122742
123473
|
"UpdateType": "Immutable"
|
|
@@ -127066,6 +127797,75 @@
|
|
|
127066
127797
|
}
|
|
127067
127798
|
}
|
|
127068
127799
|
},
|
|
127800
|
+
"AWS::SupportApp::AccountAlias": {
|
|
127801
|
+
"Attributes": {
|
|
127802
|
+
"AccountAliasResourceId": {
|
|
127803
|
+
"PrimitiveType": "String"
|
|
127804
|
+
}
|
|
127805
|
+
},
|
|
127806
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-accountalias.html",
|
|
127807
|
+
"Properties": {
|
|
127808
|
+
"AccountAlias": {
|
|
127809
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-accountalias.html#cfn-supportapp-accountalias-accountalias",
|
|
127810
|
+
"PrimitiveType": "String",
|
|
127811
|
+
"Required": true,
|
|
127812
|
+
"UpdateType": "Mutable"
|
|
127813
|
+
}
|
|
127814
|
+
}
|
|
127815
|
+
},
|
|
127816
|
+
"AWS::SupportApp::SlackChannelConfiguration": {
|
|
127817
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html",
|
|
127818
|
+
"Properties": {
|
|
127819
|
+
"ChannelId": {
|
|
127820
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html#cfn-supportapp-slackchannelconfiguration-channelid",
|
|
127821
|
+
"PrimitiveType": "String",
|
|
127822
|
+
"Required": true,
|
|
127823
|
+
"UpdateType": "Immutable"
|
|
127824
|
+
},
|
|
127825
|
+
"ChannelName": {
|
|
127826
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html#cfn-supportapp-slackchannelconfiguration-channelname",
|
|
127827
|
+
"PrimitiveType": "String",
|
|
127828
|
+
"Required": false,
|
|
127829
|
+
"UpdateType": "Mutable"
|
|
127830
|
+
},
|
|
127831
|
+
"ChannelRoleArn": {
|
|
127832
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html#cfn-supportapp-slackchannelconfiguration-channelrolearn",
|
|
127833
|
+
"PrimitiveType": "String",
|
|
127834
|
+
"Required": true,
|
|
127835
|
+
"UpdateType": "Mutable"
|
|
127836
|
+
},
|
|
127837
|
+
"NotifyOnAddCorrespondenceToCase": {
|
|
127838
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html#cfn-supportapp-slackchannelconfiguration-notifyonaddcorrespondencetocase",
|
|
127839
|
+
"PrimitiveType": "Boolean",
|
|
127840
|
+
"Required": false,
|
|
127841
|
+
"UpdateType": "Mutable"
|
|
127842
|
+
},
|
|
127843
|
+
"NotifyOnCaseSeverity": {
|
|
127844
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html#cfn-supportapp-slackchannelconfiguration-notifyoncaseseverity",
|
|
127845
|
+
"PrimitiveType": "String",
|
|
127846
|
+
"Required": true,
|
|
127847
|
+
"UpdateType": "Mutable"
|
|
127848
|
+
},
|
|
127849
|
+
"NotifyOnCreateOrReopenCase": {
|
|
127850
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html#cfn-supportapp-slackchannelconfiguration-notifyoncreateorreopencase",
|
|
127851
|
+
"PrimitiveType": "Boolean",
|
|
127852
|
+
"Required": false,
|
|
127853
|
+
"UpdateType": "Mutable"
|
|
127854
|
+
},
|
|
127855
|
+
"NotifyOnResolveCase": {
|
|
127856
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html#cfn-supportapp-slackchannelconfiguration-notifyonresolvecase",
|
|
127857
|
+
"PrimitiveType": "Boolean",
|
|
127858
|
+
"Required": false,
|
|
127859
|
+
"UpdateType": "Mutable"
|
|
127860
|
+
},
|
|
127861
|
+
"TeamId": {
|
|
127862
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html#cfn-supportapp-slackchannelconfiguration-teamid",
|
|
127863
|
+
"PrimitiveType": "String",
|
|
127864
|
+
"Required": true,
|
|
127865
|
+
"UpdateType": "Immutable"
|
|
127866
|
+
}
|
|
127867
|
+
}
|
|
127868
|
+
},
|
|
127069
127869
|
"AWS::Synthetics::Canary": {
|
|
127070
127870
|
"Attributes": {
|
|
127071
127871
|
"Id": {
|