Skip to content

Commit c2d2ee5

Browse files
author
AWS
committed
Amazon CloudFront Update: Adding an optional field IpAddressType in CustomOriginConfig
1 parent 7f75557 commit c2d2ee5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudFront",
4+
"contributor": "",
5+
"description": "Adding an optional field IpAddressType in CustomOriginConfig"
6+
}

services/cloudfront/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5381,6 +5381,10 @@
53815381
"OriginKeepaliveTimeout":{
53825382
"shape":"integer",
53835383
"documentation":"<p>Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout\">Keep-alive timeout (custom origins only)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
5384+
},
5385+
"IpAddressType":{
5386+
"shape":"IpAddressType",
5387+
"documentation":"<p>Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose <code>dualstack</code> to help optimize reliability.</p>"
53845388
}
53855389
},
53865390
"documentation":"<p>A custom origin. A custom origin is any origin that is <i>not</i> an Amazon S3 bucket, with one exception. An Amazon S3 bucket that is <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html\">configured with static website hosting</a> <i>is</i> a custom origin.</p>"
@@ -9017,6 +9021,14 @@
90179021
"locationName":"InvalidationSummary"
90189022
}
90199023
},
9024+
"IpAddressType":{
9025+
"type":"string",
9026+
"enum":[
9027+
"ipv4",
9028+
"ipv6",
9029+
"dualstack"
9030+
]
9031+
},
90209032
"ItemSelection":{
90219033
"type":"string",
90229034
"enum":[

0 commit comments

Comments
 (0)