@awboost/cfn-resource-types 0.1.401 → 0.1.402

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.
@@ -62,7 +62,8 @@ export type CacheBehavior = {
62
62
  */
63
63
  Compress?: boolean;
64
64
  /**
65
- * This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
65
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
66
+ This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
66
67
  The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
67
68
  */
68
69
  DefaultTTL?: number;
@@ -91,12 +92,14 @@ export type CacheBehavior = {
91
92
  */
92
93
  LambdaFunctionAssociations?: LambdaFunctionAssociation[];
93
94
  /**
94
- * This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
95
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
96
+ This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
95
97
  The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
96
98
  */
97
99
  MaxTTL?: number;
98
100
  /**
99
- * This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
101
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
102
+ This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
100
103
  The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
101
104
  You must specify ``0`` for ``MinTTL`` if you configure CloudFront to forward all headers to your origin (under ``Headers``, if you specify ``1`` for ``Quantity`` and ``*`` for ``Name``).
102
105
  */
@@ -121,8 +124,9 @@ export type CacheBehavior = {
121
124
  */
122
125
  ResponseHeadersPolicyId?: string;
123
126
  /**
124
- * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
125
- */
127
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
128
+ Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
129
+ */
126
130
  SmoothStreaming?: boolean;
127
131
  /**
128
132
  * The value of ``ID`` for the origin that you want CloudFront to route requests to when they match this cache behavior.
@@ -135,6 +139,7 @@ export type CacheBehavior = {
135
139
  TrustedKeyGroups?: string[];
136
140
  /**
137
141
  * We recommend using ``TrustedKeyGroups`` instead of ``TrustedSigners``.
142
+ This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
138
143
  A list of AWS-account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
139
144
  When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in the trusted signer's AWS-account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see [Serving private content](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the *Amazon CloudFront Developer Guide*.
140
145
  */
@@ -234,9 +239,10 @@ export type CustomOriginConfig = {
234
239
  * The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.
235
240
  */
236
241
  HTTPSPort?: number;
242
+ IpAddressType?: "ipv4" | "ipv6" | "dualstack";
237
243
  /**
238
- * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 5 seconds.
239
- For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
244
+ * 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.
245
+ For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
240
246
  */
241
247
  OriginKeepaliveTimeout?: number;
242
248
  /**
@@ -247,13 +253,13 @@ export type CustomOriginConfig = {
247
253
  */
248
254
  OriginProtocolPolicy: string;
249
255
  /**
250
- * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 30 seconds.
251
- For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
256
+ * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
257
+ For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
252
258
  */
253
259
  OriginReadTimeout?: number;
254
260
  /**
255
261
  * Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include ``SSLv3``, ``TLSv1``, ``TLSv1.1``, and ``TLSv1.2``.
256
- For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
262
+ For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
257
263
  */
258
264
  OriginSSLProtocols?: string[];
259
265
  };
@@ -290,7 +296,8 @@ export type DefaultCacheBehavior = {
290
296
  */
291
297
  Compress?: boolean;
292
298
  /**
293
- * This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
299
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
300
+ This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
294
301
  The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
295
302
  */
296
303
  DefaultTTL?: number;
@@ -319,12 +326,14 @@ export type DefaultCacheBehavior = {
319
326
  */
320
327
  LambdaFunctionAssociations?: LambdaFunctionAssociation[];
321
328
  /**
322
- * This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
329
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
330
+ This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
323
331
  The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
324
332
  */
325
333
  MaxTTL?: number;
326
334
  /**
327
- * This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
335
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
336
+ This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
328
337
  The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
329
338
  You must specify ``0`` for ``MinTTL`` if you configure CloudFront to forward all headers to your origin (under ``Headers``, if you specify ``1`` for ``Quantity`` and ``*`` for ``Name``).
330
339
  */
@@ -342,8 +351,9 @@ export type DefaultCacheBehavior = {
342
351
  */
343
352
  ResponseHeadersPolicyId?: string;
344
353
  /**
345
- * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
346
- */
354
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
355
+ Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
356
+ */
347
357
  SmoothStreaming?: boolean;
348
358
  /**
349
359
  * The value of ``ID`` for the origin that you want CloudFront to route requests to when they use the default cache behavior.
@@ -356,6 +366,7 @@ export type DefaultCacheBehavior = {
356
366
  TrustedKeyGroups?: string[];
357
367
  /**
358
368
  * We recommend using ``TrustedKeyGroups`` instead of ``TrustedSigners``.
369
+ This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
359
370
  A list of AWS-account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
360
371
  When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in a trusted signer's AWS-account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see [Serving private content](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the *Amazon CloudFront Developer Guide*.
361
372
  */
@@ -378,12 +389,14 @@ export type DefaultCacheBehavior = {
378
389
  */
379
390
  export type DistributionConfig = {
380
391
  /**
381
- * A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
382
- */
392
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
393
+ A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
394
+ */
383
395
  Aliases?: string[];
384
396
  /**
385
- * ID of the Anycast static IP list that is associated with the distribution.
386
- */
397
+ * To use this field for a multi-tenant distribution, use a connection group instead. For more information, see [ConnectionGroup](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ConnectionGroup.html).
398
+ ID of the Anycast static IP list that is associated with the distribution.
399
+ */
387
400
  AnycastIpListId?: string;
388
401
  /**
389
402
  * An alias for the CF distribution's domain name.
@@ -399,12 +412,13 @@ export type DistributionConfig = {
399
412
  */
400
413
  Comment?: string;
401
414
  /**
402
- * The connection mode to filter distributions by.
415
+ * This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants(tenant-only).
403
416
  */
404
417
  ConnectionMode?: ConnectionMode;
405
418
  /**
406
- * The identifier of a continuous deployment policy. For more information, see ``CreateContinuousDeploymentPolicy``.
407
- */
419
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
420
+ The identifier of a continuous deployment policy. For more information, see ``CreateContinuousDeploymentPolicy``.
421
+ */
408
422
  ContinuousDeploymentPolicyId?: string;
409
423
  /**
410
424
  * A complex type that controls the following:
@@ -443,7 +457,8 @@ export type DistributionConfig = {
443
457
  */
444
458
  HttpVersion?: string;
445
459
  /**
446
- * If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify ``true``. If you specify ``false``, CloudFront responds to IPv6 DNS requests with the DNS response code ``NOERROR`` and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.
460
+ * To use this field for a multi-tenant distribution, use a connection group instead. For more information, see [ConnectionGroup](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ConnectionGroup.html).
461
+ If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify ``true``. If you specify ``false``, CloudFront responds to IPv6 DNS requests with the DNS response code ``NOERROR`` and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.
447
462
  In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the ``IpAddress`` parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see [Creating a Signed URL Using a Custom Policy](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html) in the *Amazon CloudFront Developer Guide*.
448
463
  If you're using an R53AWSIntlong alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:
449
464
  + You enable IPv6 for the distribution
@@ -469,7 +484,8 @@ export type DistributionConfig = {
469
484
  */
470
485
  Origins?: Origin[];
471
486
  /**
472
- * The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify ``PriceClass_All``, CloudFront responds to requests for your objects from all CloudFront edge locations.
487
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
488
+ The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify ``PriceClass_All``, CloudFront responds to requests for your objects from all CloudFront edge locations.
473
489
  If you specify a price class other than ``PriceClass_All``, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.
474
490
  For more information about price classes, see [Choosing the Price Class for a CloudFront Distribution](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html) in the *Amazon CloudFront Developer Guide*. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see [Amazon CloudFront Pricing](https://docs.aws.amazon.com/cloudfront/pricing/).
475
491
  */
@@ -484,12 +500,14 @@ export type DistributionConfig = {
484
500
  */
485
501
  S3Origin?: LegacyS3Origin;
486
502
  /**
487
- * A Boolean that indicates whether this is a staging distribution. When this value is ``true``, this is a staging distribution. When this value is ``false``, this is not a staging distribution.
488
- */
503
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
504
+ A Boolean that indicates whether this is a staging distribution. When this value is ``true``, this is a staging distribution. When this value is ``false``, this is not a staging distribution.
505
+ */
489
506
  Staging?: boolean;
490
507
  /**
491
- * A distribution tenant configuration.
492
- */
508
+ * This field only supports multi-tenant distributions. You can't specify this field for standard distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
509
+ A distribution tenant configuration.
510
+ */
493
511
  TenantConfig?: {
494
512
  ParameterDefinitions?: ParameterDefinition[];
495
513
  };
@@ -498,14 +516,16 @@ export type DistributionConfig = {
498
516
  */
499
517
  ViewerCertificate?: ViewerCertificate;
500
518
  /**
501
- * A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example ``arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``. To specify a web ACL created using WAF Classic, use the ACL ID, for example ``a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``.
519
+ * Multi-tenant distributions only support WAF V2 web ACLs.
520
+ A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example ``arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``. To specify a web ACL created using WAF Classic, use the ACL ID, for example ``a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``.
502
521
  WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about WAF, see the [Developer Guide](https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html).
503
522
  */
504
523
  WebACLId?: string;
505
524
  };
506
525
  /**
507
526
  * Type definition for `AWS::CloudFront::Distribution.ForwardedValues`.
508
- * This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
527
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
528
+ This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
509
529
  If you want to include values in the cache key, use a cache policy. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) in the *Amazon CloudFront Developer Guide*.
510
530
  If you want to send values to the origin but not include them in the cache key, use an origin request policy. For more information, see [Creating origin request policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy) in the *Amazon CloudFront Developer Guide*.
511
531
  A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.
@@ -990,7 +1010,8 @@ export type ViewerCertificate = {
990
1010
  */
991
1011
  CloudFrontDefaultCertificate?: boolean;
992
1012
  /**
993
- * In CloudFormation, this field name is ``IamCertificateId``. Note the different capitalization.
1013
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
1014
+ In CloudFormation, this field name is ``IamCertificateId``. Note the different capitalization.
994
1015
  If the distribution uses ``Aliases`` (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in [(IAM)](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html), provide the ID of the IAM certificate.
995
1016
  If you specify an IAM certificate ID, you must also specify values for ``MinimumProtocolVersion`` and ``SSLSupportMethod``. (In CloudFormation, the field name is ``SslSupportMethod``. Note the different capitalization.)
996
1017
  */
@@ -1024,13 +1045,13 @@ export type ViewerCertificate = {
1024
1045
  */
1025
1046
  export type VpcOriginConfig = {
1026
1047
  /**
1027
- * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 5 seconds.
1028
- For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
1048
+ * 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.
1049
+ For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
1029
1050
  */
1030
1051
  OriginKeepaliveTimeout?: number;
1031
1052
  /**
1032
- * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 30 seconds.
1033
- For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
1053
+ * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
1054
+ For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
1034
1055
  */
1035
1056
  OriginReadTimeout?: number;
1036
1057
  /**
@@ -71,7 +71,7 @@ export type VpcOriginEndpointConfig = {
71
71
  OriginProtocolPolicy?: string;
72
72
  /**
73
73
  * Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include ``SSLv3``, ``TLSv1``, ``TLSv1.1``, and ``TLSv1.2``.
74
- For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
74
+ For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
75
75
  */
76
76
  OriginSSLProtocols?: string[];
77
77
  };
@@ -10,6 +10,7 @@ export type FSxFileSystemProperties = {
10
10
  FileSystemTypeVersion?: string;
11
11
  KmsKeyId?: string;
12
12
  LustreConfiguration?: LustreConfiguration;
13
+ NetworkType?: string;
13
14
  OntapConfiguration?: OntapConfiguration;
14
15
  OpenZFSConfiguration?: OpenZFSConfiguration;
15
16
  SecurityGroupIds?: string[];
@@ -130,6 +131,7 @@ export type OpenZFSConfiguration = {
130
131
  DeploymentType: string;
131
132
  DiskIopsConfiguration?: DiskIopsConfiguration;
132
133
  EndpointIpAddressRange?: string;
134
+ EndpointIpv6AddressRange?: string;
133
135
  Options?: string[];
134
136
  PreferredSubnetId?: string;
135
137
  ReadCacheConfiguration?: ReadCacheConfiguration;
@@ -26,6 +26,15 @@ export type IcebergConfiguration = {
26
26
  Location?: string;
27
27
  OrphanFileRetentionPeriodInDays?: number;
28
28
  };
29
+ /**
30
+ * Type definition for `AWS::Glue::TableOptimizer.IcebergRetentionConfiguration`.
31
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergretentionconfiguration.html}
32
+ */
33
+ export type IcebergRetentionConfiguration = {
34
+ CleanExpiredFiles?: boolean;
35
+ NumberOfSnapshotsToRetain?: number;
36
+ SnapshotRetentionPeriodInDays?: number;
37
+ };
29
38
  /**
30
39
  * Type definition for `AWS::Glue::TableOptimizer.OrphanFileDeletionConfiguration`.
31
40
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-orphanfiledeletionconfiguration.html}
@@ -38,7 +47,7 @@ export type OrphanFileDeletionConfiguration = {
38
47
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-retentionconfiguration.html}
39
48
  */
40
49
  export type RetentionConfiguration = {
41
- IcebergConfiguration?: IcebergConfiguration;
50
+ IcebergConfiguration?: IcebergRetentionConfiguration;
42
51
  };
43
52
  /**
44
53
  * Type definition for `AWS::Glue::TableOptimizer.TableOptimizerConfiguration`.
@@ -0,0 +1,63 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Resource Type definition for AWS::GuardDuty::ThreatEntitySet
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html}
6
+ */
7
+ export type GuardDutyThreatEntitySetProperties = {
8
+ Activate?: boolean;
9
+ /**
10
+ * @minLength `1`
11
+ * @maxLength `32`
12
+ */
13
+ DetectorId?: string;
14
+ ExpectedBucketOwner?: string;
15
+ /**
16
+ * @minLength `1`
17
+ * @maxLength `300`
18
+ */
19
+ Format: string;
20
+ /**
21
+ * @minLength `1`
22
+ * @maxLength `300`
23
+ */
24
+ Location: string;
25
+ Name?: string;
26
+ Tags?: TagItem[];
27
+ };
28
+ /**
29
+ * Attribute type definition for `AWS::GuardDuty::ThreatEntitySet`.
30
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#aws-resource-guardduty-threatentityset-return-values}
31
+ */
32
+ export type GuardDutyThreatEntitySetAttributes = {
33
+ CreatedAt: string;
34
+ ErrorDetails: string;
35
+ Id: string;
36
+ Status: "INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED";
37
+ UpdatedAt: string;
38
+ };
39
+ /**
40
+ * Type definition for `AWS::GuardDuty::ThreatEntitySet.TagItem`.
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-threatentityset-tagitem.html}
42
+ */
43
+ export type TagItem = {
44
+ /**
45
+ * @minLength `1`
46
+ * @maxLength `128`
47
+ */
48
+ Key: string;
49
+ /**
50
+ * @minLength `0`
51
+ * @maxLength `256`
52
+ */
53
+ Value: string;
54
+ };
55
+ /**
56
+ * Resource Type definition for AWS::GuardDuty::ThreatEntitySet
57
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html}
58
+ */
59
+ export declare class GuardDutyThreatEntitySet extends $Resource<"AWS::GuardDuty::ThreatEntitySet", GuardDutyThreatEntitySetProperties, GuardDutyThreatEntitySetAttributes> {
60
+ static readonly Type = "AWS::GuardDuty::ThreatEntitySet";
61
+ constructor(logicalId: string, properties: GuardDutyThreatEntitySetProperties, options?: $ResourceOptions);
62
+ }
63
+ //# sourceMappingURL=AWS-GuardDuty-ThreatEntitySet.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource Type definition for AWS::GuardDuty::ThreatEntitySet
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html}
5
+ */
6
+ export class GuardDutyThreatEntitySet extends $Resource {
7
+ static Type = "AWS::GuardDuty::ThreatEntitySet";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, GuardDutyThreatEntitySet.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-GuardDuty-ThreatEntitySet.js.map
@@ -0,0 +1,63 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Resource Type definition for AWS::GuardDuty::TrustedEntitySet
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html}
6
+ */
7
+ export type GuardDutyTrustedEntitySetProperties = {
8
+ Activate?: boolean;
9
+ /**
10
+ * @minLength `1`
11
+ * @maxLength `32`
12
+ */
13
+ DetectorId?: string;
14
+ ExpectedBucketOwner?: string;
15
+ /**
16
+ * @minLength `1`
17
+ * @maxLength `300`
18
+ */
19
+ Format: string;
20
+ /**
21
+ * @minLength `1`
22
+ * @maxLength `300`
23
+ */
24
+ Location: string;
25
+ Name?: string;
26
+ Tags?: TagItem[];
27
+ };
28
+ /**
29
+ * Attribute type definition for `AWS::GuardDuty::TrustedEntitySet`.
30
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#aws-resource-guardduty-trustedentityset-return-values}
31
+ */
32
+ export type GuardDutyTrustedEntitySetAttributes = {
33
+ CreatedAt: string;
34
+ ErrorDetails: string;
35
+ Id: string;
36
+ Status: "INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED";
37
+ UpdatedAt: string;
38
+ };
39
+ /**
40
+ * Type definition for `AWS::GuardDuty::TrustedEntitySet.TagItem`.
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-trustedentityset-tagitem.html}
42
+ */
43
+ export type TagItem = {
44
+ /**
45
+ * @minLength `1`
46
+ * @maxLength `128`
47
+ */
48
+ Key: string;
49
+ /**
50
+ * @minLength `0`
51
+ * @maxLength `256`
52
+ */
53
+ Value: string;
54
+ };
55
+ /**
56
+ * Resource Type definition for AWS::GuardDuty::TrustedEntitySet
57
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html}
58
+ */
59
+ export declare class GuardDutyTrustedEntitySet extends $Resource<"AWS::GuardDuty::TrustedEntitySet", GuardDutyTrustedEntitySetProperties, GuardDutyTrustedEntitySetAttributes> {
60
+ static readonly Type = "AWS::GuardDuty::TrustedEntitySet";
61
+ constructor(logicalId: string, properties: GuardDutyTrustedEntitySetProperties, options?: $ResourceOptions);
62
+ }
63
+ //# sourceMappingURL=AWS-GuardDuty-TrustedEntitySet.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource Type definition for AWS::GuardDuty::TrustedEntitySet
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html}
5
+ */
6
+ export class GuardDutyTrustedEntitySet extends $Resource {
7
+ static Type = "AWS::GuardDuty::TrustedEntitySet";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, GuardDutyTrustedEntitySet.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-GuardDuty-TrustedEntitySet.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.401",
3
+ "version": "0.1.402",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },