@awboost/cfntypes 0.100.255 → 0.100.257
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.
|
@@ -293,7 +293,7 @@ export type ACMPCACertificateCustomAttribute = {
|
|
|
293
293
|
/**
|
|
294
294
|
* Type definition for `AWS::ACMPCA::Certificate.CustomExtension`.
|
|
295
295
|
* Specifies the X.509 extension information for a certificate.
|
|
296
|
-
Extensions present in ``CustomExtensions`` follow the ``ApiPassthrough``
|
|
296
|
+
Extensions present in ``CustomExtensions`` follow the ``ApiPassthrough``[template rules](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html#template-order-of-operations).
|
|
297
297
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-customextension.html}
|
|
298
298
|
*/
|
|
299
299
|
export type ACMPCACertificateCustomExtension = {
|
|
@@ -30705,7 +30705,8 @@ export type CloudFrontDistributionCacheBehavior = {
|
|
|
30705
30705
|
*/
|
|
30706
30706
|
Compress?: boolean;
|
|
30707
30707
|
/**
|
|
30708
|
-
* This field
|
|
30708
|
+
* 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*.
|
|
30709
|
+
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*.
|
|
30709
30710
|
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*.
|
|
30710
30711
|
*/
|
|
30711
30712
|
DefaultTTL?: number;
|
|
@@ -30734,12 +30735,14 @@ export type CloudFrontDistributionCacheBehavior = {
|
|
|
30734
30735
|
*/
|
|
30735
30736
|
LambdaFunctionAssociations?: CloudFrontDistributionLambdaFunctionAssociation[];
|
|
30736
30737
|
/**
|
|
30737
|
-
* This field
|
|
30738
|
+
* 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*.
|
|
30739
|
+
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*.
|
|
30738
30740
|
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*.
|
|
30739
30741
|
*/
|
|
30740
30742
|
MaxTTL?: number;
|
|
30741
30743
|
/**
|
|
30742
|
-
* This field
|
|
30744
|
+
* 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*.
|
|
30745
|
+
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*.
|
|
30743
30746
|
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*.
|
|
30744
30747
|
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``).
|
|
30745
30748
|
*/
|
|
@@ -30764,8 +30767,9 @@ export type CloudFrontDistributionCacheBehavior = {
|
|
|
30764
30767
|
*/
|
|
30765
30768
|
ResponseHeadersPolicyId?: string;
|
|
30766
30769
|
/**
|
|
30767
|
-
|
|
30768
|
-
|
|
30770
|
+
* 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*.
|
|
30771
|
+
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``.
|
|
30772
|
+
*/
|
|
30769
30773
|
SmoothStreaming?: boolean;
|
|
30770
30774
|
/**
|
|
30771
30775
|
* The value of ``ID`` for the origin that you want CloudFront to route requests to when they match this cache behavior.
|
|
@@ -30778,6 +30782,7 @@ export type CloudFrontDistributionCacheBehavior = {
|
|
|
30778
30782
|
TrustedKeyGroups?: string[];
|
|
30779
30783
|
/**
|
|
30780
30784
|
* We recommend using ``TrustedKeyGroups`` instead of ``TrustedSigners``.
|
|
30785
|
+
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*.
|
|
30781
30786
|
A list of AWS-account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
|
|
30782
30787
|
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*.
|
|
30783
30788
|
*/
|
|
@@ -30877,9 +30882,10 @@ export type CloudFrontDistributionCustomOriginConfig = {
|
|
|
30877
30882
|
* The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.
|
|
30878
30883
|
*/
|
|
30879
30884
|
HTTPSPort?: number;
|
|
30885
|
+
IpAddressType?: "ipv4" | "ipv6" | "dualstack";
|
|
30880
30886
|
/**
|
|
30881
|
-
* Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is
|
|
30882
|
-
For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
30887
|
+
* 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.
|
|
30888
|
+
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*.
|
|
30883
30889
|
*/
|
|
30884
30890
|
OriginKeepaliveTimeout?: number;
|
|
30885
30891
|
/**
|
|
@@ -30890,13 +30896,13 @@ export type CloudFrontDistributionCustomOriginConfig = {
|
|
|
30890
30896
|
*/
|
|
30891
30897
|
OriginProtocolPolicy: string;
|
|
30892
30898
|
/**
|
|
30893
|
-
* 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
|
|
30894
|
-
For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
30899
|
+
* 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.
|
|
30900
|
+
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*.
|
|
30895
30901
|
*/
|
|
30896
30902
|
OriginReadTimeout?: number;
|
|
30897
30903
|
/**
|
|
30898
30904
|
* 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``.
|
|
30899
|
-
For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
30905
|
+
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*.
|
|
30900
30906
|
*/
|
|
30901
30907
|
OriginSSLProtocols?: string[];
|
|
30902
30908
|
};
|
|
@@ -30933,7 +30939,8 @@ export type CloudFrontDistributionDefaultCacheBehavior = {
|
|
|
30933
30939
|
*/
|
|
30934
30940
|
Compress?: boolean;
|
|
30935
30941
|
/**
|
|
30936
|
-
* This field
|
|
30942
|
+
* 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*.
|
|
30943
|
+
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*.
|
|
30937
30944
|
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*.
|
|
30938
30945
|
*/
|
|
30939
30946
|
DefaultTTL?: number;
|
|
@@ -30962,12 +30969,14 @@ export type CloudFrontDistributionDefaultCacheBehavior = {
|
|
|
30962
30969
|
*/
|
|
30963
30970
|
LambdaFunctionAssociations?: CloudFrontDistributionLambdaFunctionAssociation[];
|
|
30964
30971
|
/**
|
|
30965
|
-
* This field
|
|
30972
|
+
* 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*.
|
|
30973
|
+
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*.
|
|
30966
30974
|
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*.
|
|
30967
30975
|
*/
|
|
30968
30976
|
MaxTTL?: number;
|
|
30969
30977
|
/**
|
|
30970
|
-
* This field
|
|
30978
|
+
* 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*.
|
|
30979
|
+
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*.
|
|
30971
30980
|
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*.
|
|
30972
30981
|
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``).
|
|
30973
30982
|
*/
|
|
@@ -30985,8 +30994,9 @@ export type CloudFrontDistributionDefaultCacheBehavior = {
|
|
|
30985
30994
|
*/
|
|
30986
30995
|
ResponseHeadersPolicyId?: string;
|
|
30987
30996
|
/**
|
|
30988
|
-
|
|
30989
|
-
|
|
30997
|
+
* 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*.
|
|
30998
|
+
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``.
|
|
30999
|
+
*/
|
|
30990
31000
|
SmoothStreaming?: boolean;
|
|
30991
31001
|
/**
|
|
30992
31002
|
* The value of ``ID`` for the origin that you want CloudFront to route requests to when they use the default cache behavior.
|
|
@@ -30999,6 +31009,7 @@ export type CloudFrontDistributionDefaultCacheBehavior = {
|
|
|
30999
31009
|
TrustedKeyGroups?: string[];
|
|
31000
31010
|
/**
|
|
31001
31011
|
* We recommend using ``TrustedKeyGroups`` instead of ``TrustedSigners``.
|
|
31012
|
+
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*.
|
|
31002
31013
|
A list of AWS-account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
|
|
31003
31014
|
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*.
|
|
31004
31015
|
*/
|
|
@@ -31021,12 +31032,14 @@ export type CloudFrontDistributionDefaultCacheBehavior = {
|
|
|
31021
31032
|
*/
|
|
31022
31033
|
export type CloudFrontDistributionDistributionConfig = {
|
|
31023
31034
|
/**
|
|
31024
|
-
|
|
31025
|
-
|
|
31035
|
+
* 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*.
|
|
31036
|
+
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
|
|
31037
|
+
*/
|
|
31026
31038
|
Aliases?: string[];
|
|
31027
31039
|
/**
|
|
31028
|
-
|
|
31029
|
-
|
|
31040
|
+
* 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).
|
|
31041
|
+
ID of the Anycast static IP list that is associated with the distribution.
|
|
31042
|
+
*/
|
|
31030
31043
|
AnycastIpListId?: string;
|
|
31031
31044
|
/**
|
|
31032
31045
|
* An alias for the CF distribution's domain name.
|
|
@@ -31042,12 +31055,13 @@ export type CloudFrontDistributionDistributionConfig = {
|
|
|
31042
31055
|
*/
|
|
31043
31056
|
Comment?: string;
|
|
31044
31057
|
/**
|
|
31045
|
-
*
|
|
31058
|
+
* This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants(tenant-only).
|
|
31046
31059
|
*/
|
|
31047
31060
|
ConnectionMode?: CloudFrontDistributionConnectionMode;
|
|
31048
31061
|
/**
|
|
31049
|
-
|
|
31050
|
-
|
|
31062
|
+
* 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*.
|
|
31063
|
+
The identifier of a continuous deployment policy. For more information, see ``CreateContinuousDeploymentPolicy``.
|
|
31064
|
+
*/
|
|
31051
31065
|
ContinuousDeploymentPolicyId?: string;
|
|
31052
31066
|
/**
|
|
31053
31067
|
* A complex type that controls the following:
|
|
@@ -31086,7 +31100,8 @@ export type CloudFrontDistributionDistributionConfig = {
|
|
|
31086
31100
|
*/
|
|
31087
31101
|
HttpVersion?: string;
|
|
31088
31102
|
/**
|
|
31089
|
-
*
|
|
31103
|
+
* 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).
|
|
31104
|
+
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.
|
|
31090
31105
|
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*.
|
|
31091
31106
|
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:
|
|
31092
31107
|
+ You enable IPv6 for the distribution
|
|
@@ -31112,7 +31127,8 @@ export type CloudFrontDistributionDistributionConfig = {
|
|
|
31112
31127
|
*/
|
|
31113
31128
|
Origins?: CloudFrontDistributionOrigin[];
|
|
31114
31129
|
/**
|
|
31115
|
-
*
|
|
31130
|
+
* 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*.
|
|
31131
|
+
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.
|
|
31116
31132
|
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.
|
|
31117
31133
|
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/).
|
|
31118
31134
|
*/
|
|
@@ -31127,12 +31143,14 @@ export type CloudFrontDistributionDistributionConfig = {
|
|
|
31127
31143
|
*/
|
|
31128
31144
|
S3Origin?: CloudFrontDistributionLegacyS3Origin;
|
|
31129
31145
|
/**
|
|
31130
|
-
|
|
31131
|
-
|
|
31146
|
+
* 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*.
|
|
31147
|
+
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.
|
|
31148
|
+
*/
|
|
31132
31149
|
Staging?: boolean;
|
|
31133
31150
|
/**
|
|
31134
|
-
|
|
31135
|
-
|
|
31151
|
+
* 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*.
|
|
31152
|
+
A distribution tenant configuration.
|
|
31153
|
+
*/
|
|
31136
31154
|
TenantConfig?: {
|
|
31137
31155
|
ParameterDefinitions?: CloudFrontDistributionParameterDefinition[];
|
|
31138
31156
|
};
|
|
@@ -31141,14 +31159,16 @@ export type CloudFrontDistributionDistributionConfig = {
|
|
|
31141
31159
|
*/
|
|
31142
31160
|
ViewerCertificate?: CloudFrontDistributionViewerCertificate;
|
|
31143
31161
|
/**
|
|
31144
|
-
*
|
|
31162
|
+
* Multi-tenant distributions only support WAF V2 web ACLs.
|
|
31163
|
+
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``.
|
|
31145
31164
|
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).
|
|
31146
31165
|
*/
|
|
31147
31166
|
WebACLId?: string;
|
|
31148
31167
|
};
|
|
31149
31168
|
/**
|
|
31150
31169
|
* Type definition for `AWS::CloudFront::Distribution.ForwardedValues`.
|
|
31151
|
-
* This field
|
|
31170
|
+
* 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*.
|
|
31171
|
+
This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
|
|
31152
31172
|
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*.
|
|
31153
31173
|
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*.
|
|
31154
31174
|
A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.
|
|
@@ -31633,7 +31653,8 @@ export type CloudFrontDistributionViewerCertificate = {
|
|
|
31633
31653
|
*/
|
|
31634
31654
|
CloudFrontDefaultCertificate?: boolean;
|
|
31635
31655
|
/**
|
|
31636
|
-
*
|
|
31656
|
+
* 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*.
|
|
31657
|
+
In CloudFormation, this field name is ``IamCertificateId``. Note the different capitalization.
|
|
31637
31658
|
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.
|
|
31638
31659
|
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.)
|
|
31639
31660
|
*/
|
|
@@ -31667,13 +31688,13 @@ export type CloudFrontDistributionViewerCertificate = {
|
|
|
31667
31688
|
*/
|
|
31668
31689
|
export type CloudFrontDistributionVpcOriginConfig = {
|
|
31669
31690
|
/**
|
|
31670
|
-
* Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is
|
|
31671
|
-
For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
31691
|
+
* 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.
|
|
31692
|
+
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*.
|
|
31672
31693
|
*/
|
|
31673
31694
|
OriginKeepaliveTimeout?: number;
|
|
31674
31695
|
/**
|
|
31675
|
-
* 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
|
|
31676
|
-
For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
31696
|
+
* 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.
|
|
31697
|
+
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*.
|
|
31677
31698
|
*/
|
|
31678
31699
|
OriginReadTimeout?: number;
|
|
31679
31700
|
/**
|
|
@@ -32869,7 +32890,7 @@ export type CloudFrontVpcOriginVpcOriginEndpointConfig = {
|
|
|
32869
32890
|
OriginProtocolPolicy?: string;
|
|
32870
32891
|
/**
|
|
32871
32892
|
* 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``.
|
|
32872
|
-
For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
32893
|
+
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*.
|
|
32873
32894
|
*/
|
|
32874
32895
|
OriginSSLProtocols?: string[];
|
|
32875
32896
|
};
|
|
@@ -52876,6 +52897,7 @@ export type DynamoDBGlobalTableCapacityAutoScalingSettings = {
|
|
|
52876
52897
|
*/
|
|
52877
52898
|
export type DynamoDBGlobalTableContributorInsightsSpecification = {
|
|
52878
52899
|
Enabled: boolean;
|
|
52900
|
+
Mode?: "ACCESSED_AND_THROTTLED_KEYS" | "THROTTLED_KEYS";
|
|
52879
52901
|
};
|
|
52880
52902
|
/**
|
|
52881
52903
|
* Type definition for `AWS::DynamoDB::GlobalTable.GlobalSecondaryIndex`.
|
|
@@ -53262,6 +53284,7 @@ export type DynamoDBTableContributorInsightsSpecification = {
|
|
|
53262
53284
|
* Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
|
|
53263
53285
|
*/
|
|
53264
53286
|
Enabled: boolean;
|
|
53287
|
+
Mode?: "ACCESSED_AND_THROTTLED_KEYS" | "THROTTLED_KEYS";
|
|
53265
53288
|
};
|
|
53266
53289
|
/**
|
|
53267
53290
|
* Type definition for `AWS::DynamoDB::Table.Csv`.
|
|
@@ -55903,6 +55926,30 @@ export type EC2IPAMScopeTag = {
|
|
|
55903
55926
|
*/
|
|
55904
55927
|
Value: string;
|
|
55905
55928
|
};
|
|
55929
|
+
/**
|
|
55930
|
+
* Resource Type definition for AWS::EC2::IpPoolRouteTableAssociation
|
|
55931
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html}
|
|
55932
|
+
*/
|
|
55933
|
+
export type EC2IpPoolRouteTableAssociationProps = {
|
|
55934
|
+
/**
|
|
55935
|
+
* The ID of the public IPv4 pool.
|
|
55936
|
+
*/
|
|
55937
|
+
PublicIpv4Pool: string;
|
|
55938
|
+
/**
|
|
55939
|
+
* The ID of the route table.
|
|
55940
|
+
*/
|
|
55941
|
+
RouteTableId: string;
|
|
55942
|
+
};
|
|
55943
|
+
/**
|
|
55944
|
+
* Attribute type definition for `AWS::EC2::IpPoolRouteTableAssociation`.
|
|
55945
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html#aws-resource-ec2-ippoolroutetableassociation-return-values}
|
|
55946
|
+
*/
|
|
55947
|
+
export type EC2IpPoolRouteTableAssociationAttributes = {
|
|
55948
|
+
/**
|
|
55949
|
+
* The route table association ID.
|
|
55950
|
+
*/
|
|
55951
|
+
AssociationId: string;
|
|
55952
|
+
};
|
|
55906
55953
|
/**
|
|
55907
55954
|
* Resource type definition for `AWS::EC2::KeyPair`.
|
|
55908
55955
|
* Specifies a key pair for use with an EC2long instance as follows:
|
|
@@ -76104,6 +76151,7 @@ export type FSxFileSystemProps = {
|
|
|
76104
76151
|
FileSystemTypeVersion?: string;
|
|
76105
76152
|
KmsKeyId?: string;
|
|
76106
76153
|
LustreConfiguration?: FSxFileSystemLustreConfiguration;
|
|
76154
|
+
NetworkType?: string;
|
|
76107
76155
|
OntapConfiguration?: FSxFileSystemOntapConfiguration;
|
|
76108
76156
|
OpenZFSConfiguration?: FSxFileSystemOpenZFSConfiguration;
|
|
76109
76157
|
SecurityGroupIds?: string[];
|
|
@@ -76224,6 +76272,7 @@ export type FSxFileSystemOpenZFSConfiguration = {
|
|
|
76224
76272
|
DeploymentType: string;
|
|
76225
76273
|
DiskIopsConfiguration?: FSxFileSystemDiskIopsConfiguration;
|
|
76226
76274
|
EndpointIpAddressRange?: string;
|
|
76275
|
+
EndpointIpv6AddressRange?: string;
|
|
76227
76276
|
Options?: string[];
|
|
76228
76277
|
PreferredSubnetId?: string;
|
|
76229
76278
|
ReadCacheConfiguration?: FSxFileSystemReadCacheConfiguration;
|
|
@@ -80404,6 +80453,15 @@ export type GlueTableOptimizerIcebergConfiguration = {
|
|
|
80404
80453
|
Location?: string;
|
|
80405
80454
|
OrphanFileRetentionPeriodInDays?: number;
|
|
80406
80455
|
};
|
|
80456
|
+
/**
|
|
80457
|
+
* Type definition for `AWS::Glue::TableOptimizer.IcebergRetentionConfiguration`.
|
|
80458
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergretentionconfiguration.html}
|
|
80459
|
+
*/
|
|
80460
|
+
export type GlueTableOptimizerIcebergRetentionConfiguration = {
|
|
80461
|
+
CleanExpiredFiles?: boolean;
|
|
80462
|
+
NumberOfSnapshotsToRetain?: number;
|
|
80463
|
+
SnapshotRetentionPeriodInDays?: number;
|
|
80464
|
+
};
|
|
80407
80465
|
/**
|
|
80408
80466
|
* Type definition for `AWS::Glue::TableOptimizer.OrphanFileDeletionConfiguration`.
|
|
80409
80467
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-orphanfiledeletionconfiguration.html}
|
|
@@ -80416,7 +80474,7 @@ export type GlueTableOptimizerOrphanFileDeletionConfiguration = {
|
|
|
80416
80474
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-retentionconfiguration.html}
|
|
80417
80475
|
*/
|
|
80418
80476
|
export type GlueTableOptimizerRetentionConfiguration = {
|
|
80419
|
-
IcebergConfiguration?:
|
|
80477
|
+
IcebergConfiguration?: GlueTableOptimizerIcebergRetentionConfiguration;
|
|
80420
80478
|
};
|
|
80421
80479
|
/**
|
|
80422
80480
|
* Type definition for `AWS::Glue::TableOptimizer.TableOptimizerConfiguration`.
|
|
@@ -82948,6 +83006,58 @@ export type GuardDutyPublishingDestinationTagItem = {
|
|
|
82948
83006
|
*/
|
|
82949
83007
|
Value: string;
|
|
82950
83008
|
};
|
|
83009
|
+
/**
|
|
83010
|
+
* Resource Type definition for AWS::GuardDuty::ThreatEntitySet
|
|
83011
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html}
|
|
83012
|
+
*/
|
|
83013
|
+
export type GuardDutyThreatEntitySetProps = {
|
|
83014
|
+
Activate?: boolean;
|
|
83015
|
+
/**
|
|
83016
|
+
* @minLength `1`
|
|
83017
|
+
* @maxLength `32`
|
|
83018
|
+
*/
|
|
83019
|
+
DetectorId?: string;
|
|
83020
|
+
ExpectedBucketOwner?: string;
|
|
83021
|
+
/**
|
|
83022
|
+
* @minLength `1`
|
|
83023
|
+
* @maxLength `300`
|
|
83024
|
+
*/
|
|
83025
|
+
Format: string;
|
|
83026
|
+
/**
|
|
83027
|
+
* @minLength `1`
|
|
83028
|
+
* @maxLength `300`
|
|
83029
|
+
*/
|
|
83030
|
+
Location: string;
|
|
83031
|
+
Name?: string;
|
|
83032
|
+
Tags?: GuardDutyThreatEntitySetTagItem[];
|
|
83033
|
+
};
|
|
83034
|
+
/**
|
|
83035
|
+
* Attribute type definition for `AWS::GuardDuty::ThreatEntitySet`.
|
|
83036
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#aws-resource-guardduty-threatentityset-return-values}
|
|
83037
|
+
*/
|
|
83038
|
+
export type GuardDutyThreatEntitySetAttributes = {
|
|
83039
|
+
CreatedAt: string;
|
|
83040
|
+
ErrorDetails: string;
|
|
83041
|
+
Id: string;
|
|
83042
|
+
Status: "INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED";
|
|
83043
|
+
UpdatedAt: string;
|
|
83044
|
+
};
|
|
83045
|
+
/**
|
|
83046
|
+
* Type definition for `AWS::GuardDuty::ThreatEntitySet.TagItem`.
|
|
83047
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-threatentityset-tagitem.html}
|
|
83048
|
+
*/
|
|
83049
|
+
export type GuardDutyThreatEntitySetTagItem = {
|
|
83050
|
+
/**
|
|
83051
|
+
* @minLength `1`
|
|
83052
|
+
* @maxLength `128`
|
|
83053
|
+
*/
|
|
83054
|
+
Key: string;
|
|
83055
|
+
/**
|
|
83056
|
+
* @minLength `0`
|
|
83057
|
+
* @maxLength `256`
|
|
83058
|
+
*/
|
|
83059
|
+
Value: string;
|
|
83060
|
+
};
|
|
82951
83061
|
/**
|
|
82952
83062
|
* Resource Type definition for AWS::GuardDuty::ThreatIntelSet
|
|
82953
83063
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html}
|
|
@@ -82996,6 +83106,58 @@ export type GuardDutyThreatIntelSetTagItem = {
|
|
|
82996
83106
|
*/
|
|
82997
83107
|
Value: string;
|
|
82998
83108
|
};
|
|
83109
|
+
/**
|
|
83110
|
+
* Resource Type definition for AWS::GuardDuty::TrustedEntitySet
|
|
83111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html}
|
|
83112
|
+
*/
|
|
83113
|
+
export type GuardDutyTrustedEntitySetProps = {
|
|
83114
|
+
Activate?: boolean;
|
|
83115
|
+
/**
|
|
83116
|
+
* @minLength `1`
|
|
83117
|
+
* @maxLength `32`
|
|
83118
|
+
*/
|
|
83119
|
+
DetectorId?: string;
|
|
83120
|
+
ExpectedBucketOwner?: string;
|
|
83121
|
+
/**
|
|
83122
|
+
* @minLength `1`
|
|
83123
|
+
* @maxLength `300`
|
|
83124
|
+
*/
|
|
83125
|
+
Format: string;
|
|
83126
|
+
/**
|
|
83127
|
+
* @minLength `1`
|
|
83128
|
+
* @maxLength `300`
|
|
83129
|
+
*/
|
|
83130
|
+
Location: string;
|
|
83131
|
+
Name?: string;
|
|
83132
|
+
Tags?: GuardDutyTrustedEntitySetTagItem[];
|
|
83133
|
+
};
|
|
83134
|
+
/**
|
|
83135
|
+
* Attribute type definition for `AWS::GuardDuty::TrustedEntitySet`.
|
|
83136
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#aws-resource-guardduty-trustedentityset-return-values}
|
|
83137
|
+
*/
|
|
83138
|
+
export type GuardDutyTrustedEntitySetAttributes = {
|
|
83139
|
+
CreatedAt: string;
|
|
83140
|
+
ErrorDetails: string;
|
|
83141
|
+
Id: string;
|
|
83142
|
+
Status: "INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED";
|
|
83143
|
+
UpdatedAt: string;
|
|
83144
|
+
};
|
|
83145
|
+
/**
|
|
83146
|
+
* Type definition for `AWS::GuardDuty::TrustedEntitySet.TagItem`.
|
|
83147
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-trustedentityset-tagitem.html}
|
|
83148
|
+
*/
|
|
83149
|
+
export type GuardDutyTrustedEntitySetTagItem = {
|
|
83150
|
+
/**
|
|
83151
|
+
* @minLength `1`
|
|
83152
|
+
* @maxLength `128`
|
|
83153
|
+
*/
|
|
83154
|
+
Key: string;
|
|
83155
|
+
/**
|
|
83156
|
+
* @minLength `0`
|
|
83157
|
+
* @maxLength `256`
|
|
83158
|
+
*/
|
|
83159
|
+
Value: string;
|
|
83160
|
+
};
|
|
82999
83161
|
/**
|
|
83000
83162
|
* Definition of AWS::HealthImaging::Datastore Resource Type
|
|
83001
83163
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html}
|
|
@@ -85745,6 +85907,244 @@ export type InspectorV2CisScanConfigurationWeeklySchedule = {
|
|
|
85745
85907
|
Days: InspectorV2CisScanConfigurationDay[];
|
|
85746
85908
|
StartTime: InspectorV2CisScanConfigurationTime;
|
|
85747
85909
|
};
|
|
85910
|
+
/**
|
|
85911
|
+
* Resource type definition for `AWS::InspectorV2::CodeSecurityIntegration`.
|
|
85912
|
+
* Inspector CodeSecurityIntegration resource schema
|
|
85913
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html}
|
|
85914
|
+
*/
|
|
85915
|
+
export type InspectorV2CodeSecurityIntegrationProps = {
|
|
85916
|
+
/**
|
|
85917
|
+
* Create Integration Details
|
|
85918
|
+
*/
|
|
85919
|
+
CreateIntegrationDetails?: InspectorV2CodeSecurityIntegrationCreateDetails;
|
|
85920
|
+
/**
|
|
85921
|
+
* Code Security Integration name
|
|
85922
|
+
* @minLength `1`
|
|
85923
|
+
* @maxLength `60`
|
|
85924
|
+
* @pattern `^[a-zA-Z0-9-_$:.]*$`
|
|
85925
|
+
*/
|
|
85926
|
+
Name?: string;
|
|
85927
|
+
Tags?: InspectorV2CodeSecurityIntegrationTagMap;
|
|
85928
|
+
/**
|
|
85929
|
+
* Integration Type
|
|
85930
|
+
*/
|
|
85931
|
+
Type?: InspectorV2CodeSecurityIntegrationIntegrationType;
|
|
85932
|
+
/**
|
|
85933
|
+
* Update Integration Details
|
|
85934
|
+
*/
|
|
85935
|
+
UpdateIntegrationDetails?: InspectorV2CodeSecurityIntegrationUpdateDetails;
|
|
85936
|
+
};
|
|
85937
|
+
/**
|
|
85938
|
+
* Attribute type definition for `AWS::InspectorV2::CodeSecurityIntegration`.
|
|
85939
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#aws-resource-inspectorv2-codesecurityintegration-return-values}
|
|
85940
|
+
*/
|
|
85941
|
+
export type InspectorV2CodeSecurityIntegrationAttributes = {
|
|
85942
|
+
/**
|
|
85943
|
+
* Code Security Integration ARN
|
|
85944
|
+
* @pattern `^arn:(aws[a-zA-Z-]*)?:inspector2:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:codesecurity-integration/[a-f0-9-]{36}$`
|
|
85945
|
+
*/
|
|
85946
|
+
Arn: string;
|
|
85947
|
+
/**
|
|
85948
|
+
* Authorization URL for OAuth flow
|
|
85949
|
+
* @pattern `^https://[-a-zA-Z0-9()@:%_+.~#?&//=]{1,1024}$`
|
|
85950
|
+
*/
|
|
85951
|
+
AuthorizationUrl: string;
|
|
85952
|
+
/**
|
|
85953
|
+
* Creation timestamp
|
|
85954
|
+
*/
|
|
85955
|
+
CreatedAt: string;
|
|
85956
|
+
/**
|
|
85957
|
+
* Last update timestamp
|
|
85958
|
+
*/
|
|
85959
|
+
LastUpdatedAt: string;
|
|
85960
|
+
/**
|
|
85961
|
+
* Integration Status
|
|
85962
|
+
*/
|
|
85963
|
+
Status: InspectorV2CodeSecurityIntegrationIntegrationStatus;
|
|
85964
|
+
/**
|
|
85965
|
+
* Reason for the current status
|
|
85966
|
+
*/
|
|
85967
|
+
StatusReason: string;
|
|
85968
|
+
};
|
|
85969
|
+
/**
|
|
85970
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityIntegration.CreateDetails`.
|
|
85971
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-createdetails.html}
|
|
85972
|
+
*/
|
|
85973
|
+
export type InspectorV2CodeSecurityIntegrationCreateDetails = {
|
|
85974
|
+
gitlabSelfManaged: InspectorV2CodeSecurityIntegrationCreateGitLabSelfManagedIntegrationDetail;
|
|
85975
|
+
};
|
|
85976
|
+
/**
|
|
85977
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityIntegration.CreateGitLabSelfManagedIntegrationDetail`.
|
|
85978
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-creategitlabselfmanagedintegrationdetail.html}
|
|
85979
|
+
*/
|
|
85980
|
+
export type InspectorV2CodeSecurityIntegrationCreateGitLabSelfManagedIntegrationDetail = {
|
|
85981
|
+
accessToken: string;
|
|
85982
|
+
/**
|
|
85983
|
+
* @pattern `^https://[-a-zA-Z0-9()@:%_+.~#?&//=]{1,1024}$`
|
|
85984
|
+
*/
|
|
85985
|
+
instanceUrl: string;
|
|
85986
|
+
};
|
|
85987
|
+
/**
|
|
85988
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityIntegration.IntegrationStatus`.
|
|
85989
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-integrationstatus.html}
|
|
85990
|
+
*/
|
|
85991
|
+
export type InspectorV2CodeSecurityIntegrationIntegrationStatus = "PENDING" | "IN_PROGRESS" | "ACTIVE" | "INACTIVE" | "DISABLING";
|
|
85992
|
+
/**
|
|
85993
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityIntegration.IntegrationType`.
|
|
85994
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-integrationtype.html}
|
|
85995
|
+
*/
|
|
85996
|
+
export type InspectorV2CodeSecurityIntegrationIntegrationType = "GITLAB_SELF_MANAGED" | "GITHUB";
|
|
85997
|
+
/**
|
|
85998
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityIntegration.TagMap`.
|
|
85999
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-tagmap.html}
|
|
86000
|
+
*/
|
|
86001
|
+
export type InspectorV2CodeSecurityIntegrationTagMap = Record<string, string>;
|
|
86002
|
+
/**
|
|
86003
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityIntegration.UpdateDetails`.
|
|
86004
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updatedetails.html}
|
|
86005
|
+
*/
|
|
86006
|
+
export type InspectorV2CodeSecurityIntegrationUpdateDetails = {
|
|
86007
|
+
github?: InspectorV2CodeSecurityIntegrationUpdateGitHubIntegrationDetail;
|
|
86008
|
+
gitlabSelfManaged?: InspectorV2CodeSecurityIntegrationUpdateGitLabSelfManagedIntegrationDetail;
|
|
86009
|
+
};
|
|
86010
|
+
/**
|
|
86011
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityIntegration.UpdateGitHubIntegrationDetail`.
|
|
86012
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updategithubintegrationdetail.html}
|
|
86013
|
+
*/
|
|
86014
|
+
export type InspectorV2CodeSecurityIntegrationUpdateGitHubIntegrationDetail = {
|
|
86015
|
+
/**
|
|
86016
|
+
* @minLength `1`
|
|
86017
|
+
* @maxLength `1024`
|
|
86018
|
+
*/
|
|
86019
|
+
code: string;
|
|
86020
|
+
/**
|
|
86021
|
+
* @minLength `1`
|
|
86022
|
+
* @maxLength `1024`
|
|
86023
|
+
*/
|
|
86024
|
+
installationId: string;
|
|
86025
|
+
};
|
|
86026
|
+
/**
|
|
86027
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityIntegration.UpdateGitLabSelfManagedIntegrationDetail`.
|
|
86028
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updategitlabselfmanagedintegrationdetail.html}
|
|
86029
|
+
*/
|
|
86030
|
+
export type InspectorV2CodeSecurityIntegrationUpdateGitLabSelfManagedIntegrationDetail = {
|
|
86031
|
+
/**
|
|
86032
|
+
* @minLength `1`
|
|
86033
|
+
* @maxLength `1024`
|
|
86034
|
+
*/
|
|
86035
|
+
authCode: string;
|
|
86036
|
+
};
|
|
86037
|
+
/**
|
|
86038
|
+
* Resource type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration`.
|
|
86039
|
+
* Inspector CodeSecurityScanConfiguration resource schema
|
|
86040
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityscanconfiguration.html}
|
|
86041
|
+
*/
|
|
86042
|
+
export type InspectorV2CodeSecurityScanConfigurationProps = {
|
|
86043
|
+
/**
|
|
86044
|
+
* Code Security Scan Configuration
|
|
86045
|
+
*/
|
|
86046
|
+
Configuration?: InspectorV2CodeSecurityScanConfigurationCodeSecurityScanConfiguration;
|
|
86047
|
+
/**
|
|
86048
|
+
* Configuration Level
|
|
86049
|
+
*/
|
|
86050
|
+
Level?: InspectorV2CodeSecurityScanConfigurationConfigurationLevel;
|
|
86051
|
+
/**
|
|
86052
|
+
* Code Security Scan Configuration name
|
|
86053
|
+
* @minLength `1`
|
|
86054
|
+
* @maxLength `60`
|
|
86055
|
+
* @pattern `^[a-zA-Z0-9-_$:.]*$`
|
|
86056
|
+
*/
|
|
86057
|
+
Name?: string;
|
|
86058
|
+
/**
|
|
86059
|
+
* Scope Settings
|
|
86060
|
+
*/
|
|
86061
|
+
ScopeSettings?: InspectorV2CodeSecurityScanConfigurationScopeSettings;
|
|
86062
|
+
Tags?: InspectorV2CodeSecurityScanConfigurationTagMap;
|
|
86063
|
+
};
|
|
86064
|
+
/**
|
|
86065
|
+
* Attribute type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration`.
|
|
86066
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityscanconfiguration.html#aws-resource-inspectorv2-codesecurityscanconfiguration-return-values}
|
|
86067
|
+
*/
|
|
86068
|
+
export type InspectorV2CodeSecurityScanConfigurationAttributes = {
|
|
86069
|
+
/**
|
|
86070
|
+
* Code Security Scan Configuration ARN
|
|
86071
|
+
* @pattern `^arn:(aws[a-zA-Z-]*)?:inspector2:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:owner/(\d{12}|o-[a-z0-9]{10,32})/codesecurity-configuration/[a-f0-9-]{36}$`
|
|
86072
|
+
*/
|
|
86073
|
+
Arn: string;
|
|
86074
|
+
};
|
|
86075
|
+
/**
|
|
86076
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration.CodeSecurityScanConfiguration`.
|
|
86077
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-codesecurityscanconfiguration.html}
|
|
86078
|
+
*/
|
|
86079
|
+
export type InspectorV2CodeSecurityScanConfigurationCodeSecurityScanConfiguration = {
|
|
86080
|
+
continuousIntegrationScanConfiguration?: InspectorV2CodeSecurityScanConfigurationContinuousIntegrationScanConfiguration;
|
|
86081
|
+
periodicScanConfiguration?: InspectorV2CodeSecurityScanConfigurationPeriodicScanConfiguration;
|
|
86082
|
+
/**
|
|
86083
|
+
* @minLength `1`
|
|
86084
|
+
* @maxLength `3`
|
|
86085
|
+
*/
|
|
86086
|
+
ruleSetCategories: InspectorV2CodeSecurityScanConfigurationRuleSetCategory[];
|
|
86087
|
+
};
|
|
86088
|
+
/**
|
|
86089
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration.ConfigurationLevel`.
|
|
86090
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-configurationlevel.html}
|
|
86091
|
+
*/
|
|
86092
|
+
export type InspectorV2CodeSecurityScanConfigurationConfigurationLevel = "ORGANIZATION" | "ACCOUNT";
|
|
86093
|
+
/**
|
|
86094
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration.ContinuousIntegrationScanConfiguration`.
|
|
86095
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-continuousintegrationscanconfiguration.html}
|
|
86096
|
+
*/
|
|
86097
|
+
export type InspectorV2CodeSecurityScanConfigurationContinuousIntegrationScanConfiguration = {
|
|
86098
|
+
/**
|
|
86099
|
+
* @minLength `1`
|
|
86100
|
+
* @maxLength `2`
|
|
86101
|
+
*/
|
|
86102
|
+
supportedEvents: InspectorV2CodeSecurityScanConfigurationContinuousIntegrationScanEvent[];
|
|
86103
|
+
};
|
|
86104
|
+
/**
|
|
86105
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration.ContinuousIntegrationScanEvent`.
|
|
86106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-continuousintegrationscanevent.html}
|
|
86107
|
+
*/
|
|
86108
|
+
export type InspectorV2CodeSecurityScanConfigurationContinuousIntegrationScanEvent = "PULL_REQUEST" | "PUSH";
|
|
86109
|
+
/**
|
|
86110
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration.PeriodicScanConfiguration`.
|
|
86111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-periodicscanconfiguration.html}
|
|
86112
|
+
*/
|
|
86113
|
+
export type InspectorV2CodeSecurityScanConfigurationPeriodicScanConfiguration = {
|
|
86114
|
+
frequency?: InspectorV2CodeSecurityScanConfigurationPeriodicScanFrequency;
|
|
86115
|
+
/**
|
|
86116
|
+
* @minLength `1`
|
|
86117
|
+
* @maxLength `256`
|
|
86118
|
+
*/
|
|
86119
|
+
frequencyExpression?: string;
|
|
86120
|
+
};
|
|
86121
|
+
/**
|
|
86122
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration.PeriodicScanFrequency`.
|
|
86123
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-periodicscanfrequency.html}
|
|
86124
|
+
*/
|
|
86125
|
+
export type InspectorV2CodeSecurityScanConfigurationPeriodicScanFrequency = "WEEKLY" | "MONTHLY" | "NEVER";
|
|
86126
|
+
/**
|
|
86127
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration.ProjectSelectionScope`.
|
|
86128
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-projectselectionscope.html}
|
|
86129
|
+
*/
|
|
86130
|
+
export type InspectorV2CodeSecurityScanConfigurationProjectSelectionScope = "ALL";
|
|
86131
|
+
/**
|
|
86132
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration.RuleSetCategory`.
|
|
86133
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-rulesetcategory.html}
|
|
86134
|
+
*/
|
|
86135
|
+
export type InspectorV2CodeSecurityScanConfigurationRuleSetCategory = "SAST" | "IAC" | "SCA";
|
|
86136
|
+
/**
|
|
86137
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration.ScopeSettings`.
|
|
86138
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-scopesettings.html}
|
|
86139
|
+
*/
|
|
86140
|
+
export type InspectorV2CodeSecurityScanConfigurationScopeSettings = {
|
|
86141
|
+
projectSelectionScope?: InspectorV2CodeSecurityScanConfigurationProjectSelectionScope;
|
|
86142
|
+
};
|
|
86143
|
+
/**
|
|
86144
|
+
* Type definition for `AWS::InspectorV2::CodeSecurityScanConfiguration.TagMap`.
|
|
86145
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-tagmap.html}
|
|
86146
|
+
*/
|
|
86147
|
+
export type InspectorV2CodeSecurityScanConfigurationTagMap = Record<string, string>;
|
|
85748
86148
|
/**
|
|
85749
86149
|
* Resource type definition for `AWS::InspectorV2::Filter`.
|
|
85750
86150
|
* Inspector Filter resource schema
|
|
@@ -204960,6 +205360,7 @@ export interface ResourceTypes {
|
|
|
204960
205360
|
"AWS::EC2::IPAMResourceDiscovery": EC2IPAMResourceDiscoveryProps;
|
|
204961
205361
|
"AWS::EC2::IPAMResourceDiscoveryAssociation": EC2IPAMResourceDiscoveryAssociationProps;
|
|
204962
205362
|
"AWS::EC2::IPAMScope": EC2IPAMScopeProps;
|
|
205363
|
+
"AWS::EC2::IpPoolRouteTableAssociation": EC2IpPoolRouteTableAssociationProps;
|
|
204963
205364
|
"AWS::EC2::KeyPair": EC2KeyPairProps;
|
|
204964
205365
|
"AWS::EC2::LaunchTemplate": EC2LaunchTemplateProps;
|
|
204965
205366
|
"AWS::EC2::LocalGatewayRoute": EC2LocalGatewayRouteProps;
|
|
@@ -205200,7 +205601,9 @@ export interface ResourceTypes {
|
|
|
205200
205601
|
"AWS::GuardDuty::Master": GuardDutyMasterProps;
|
|
205201
205602
|
"AWS::GuardDuty::Member": GuardDutyMemberProps;
|
|
205202
205603
|
"AWS::GuardDuty::PublishingDestination": GuardDutyPublishingDestinationProps;
|
|
205604
|
+
"AWS::GuardDuty::ThreatEntitySet": GuardDutyThreatEntitySetProps;
|
|
205203
205605
|
"AWS::GuardDuty::ThreatIntelSet": GuardDutyThreatIntelSetProps;
|
|
205606
|
+
"AWS::GuardDuty::TrustedEntitySet": GuardDutyTrustedEntitySetProps;
|
|
205204
205607
|
"AWS::HealthImaging::Datastore": HealthImagingDatastoreProps;
|
|
205205
205608
|
"AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreProps;
|
|
205206
205609
|
"AWS::IAM::AccessKey": IAMAccessKeyProps;
|
|
@@ -205234,6 +205637,8 @@ export interface ResourceTypes {
|
|
|
205234
205637
|
"AWS::Inspector::AssessmentTemplate": InspectorAssessmentTemplateProps;
|
|
205235
205638
|
"AWS::Inspector::ResourceGroup": InspectorResourceGroupProps;
|
|
205236
205639
|
"AWS::InspectorV2::CisScanConfiguration": InspectorV2CisScanConfigurationProps;
|
|
205640
|
+
"AWS::InspectorV2::CodeSecurityIntegration": InspectorV2CodeSecurityIntegrationProps;
|
|
205641
|
+
"AWS::InspectorV2::CodeSecurityScanConfiguration": InspectorV2CodeSecurityScanConfigurationProps;
|
|
205237
205642
|
"AWS::InspectorV2::Filter": InspectorV2FilterProps;
|
|
205238
205643
|
"AWS::InternetMonitor::Monitor": InternetMonitorMonitorProps;
|
|
205239
205644
|
"AWS::Invoicing::InvoiceUnit": InvoicingInvoiceUnitProps;
|
|
@@ -206345,6 +206750,7 @@ export interface AttributeTypes {
|
|
|
206345
206750
|
"AWS::EC2::IPAMResourceDiscovery": EC2IPAMResourceDiscoveryAttributes;
|
|
206346
206751
|
"AWS::EC2::IPAMResourceDiscoveryAssociation": EC2IPAMResourceDiscoveryAssociationAttributes;
|
|
206347
206752
|
"AWS::EC2::IPAMScope": EC2IPAMScopeAttributes;
|
|
206753
|
+
"AWS::EC2::IpPoolRouteTableAssociation": EC2IpPoolRouteTableAssociationAttributes;
|
|
206348
206754
|
"AWS::EC2::KeyPair": EC2KeyPairAttributes;
|
|
206349
206755
|
"AWS::EC2::LaunchTemplate": EC2LaunchTemplateAttributes;
|
|
206350
206756
|
"AWS::EC2::LocalGatewayRoute": EC2LocalGatewayRouteAttributes;
|
|
@@ -206554,7 +206960,9 @@ export interface AttributeTypes {
|
|
|
206554
206960
|
"AWS::GuardDuty::IPSet": GuardDutyIPSetAttributes;
|
|
206555
206961
|
"AWS::GuardDuty::MalwareProtectionPlan": GuardDutyMalwareProtectionPlanAttributes;
|
|
206556
206962
|
"AWS::GuardDuty::PublishingDestination": GuardDutyPublishingDestinationAttributes;
|
|
206963
|
+
"AWS::GuardDuty::ThreatEntitySet": GuardDutyThreatEntitySetAttributes;
|
|
206557
206964
|
"AWS::GuardDuty::ThreatIntelSet": GuardDutyThreatIntelSetAttributes;
|
|
206965
|
+
"AWS::GuardDuty::TrustedEntitySet": GuardDutyTrustedEntitySetAttributes;
|
|
206558
206966
|
"AWS::HealthImaging::Datastore": HealthImagingDatastoreAttributes;
|
|
206559
206967
|
"AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreAttributes;
|
|
206560
206968
|
"AWS::IAM::AccessKey": IAMAccessKeyAttributes;
|
|
@@ -206585,6 +206993,8 @@ export interface AttributeTypes {
|
|
|
206585
206993
|
"AWS::Inspector::AssessmentTemplate": InspectorAssessmentTemplateAttributes;
|
|
206586
206994
|
"AWS::Inspector::ResourceGroup": InspectorResourceGroupAttributes;
|
|
206587
206995
|
"AWS::InspectorV2::CisScanConfiguration": InspectorV2CisScanConfigurationAttributes;
|
|
206996
|
+
"AWS::InspectorV2::CodeSecurityIntegration": InspectorV2CodeSecurityIntegrationAttributes;
|
|
206997
|
+
"AWS::InspectorV2::CodeSecurityScanConfiguration": InspectorV2CodeSecurityScanConfigurationAttributes;
|
|
206588
206998
|
"AWS::InspectorV2::Filter": InspectorV2FilterAttributes;
|
|
206589
206999
|
"AWS::InternetMonitor::Monitor": InternetMonitorMonitorAttributes;
|
|
206590
207000
|
"AWS::Invoicing::InvoiceUnit": InvoicingInvoiceUnitAttributes;
|
|
@@ -207665,6 +208075,7 @@ export declare const ResourceType: {
|
|
|
207665
208075
|
readonly EC2IPAMResourceDiscovery: "AWS::EC2::IPAMResourceDiscovery";
|
|
207666
208076
|
readonly EC2IPAMResourceDiscoveryAssociation: "AWS::EC2::IPAMResourceDiscoveryAssociation";
|
|
207667
208077
|
readonly EC2IPAMScope: "AWS::EC2::IPAMScope";
|
|
208078
|
+
readonly EC2IpPoolRouteTableAssociation: "AWS::EC2::IpPoolRouteTableAssociation";
|
|
207668
208079
|
readonly EC2KeyPair: "AWS::EC2::KeyPair";
|
|
207669
208080
|
readonly EC2LaunchTemplate: "AWS::EC2::LaunchTemplate";
|
|
207670
208081
|
readonly EC2LocalGatewayRoute: "AWS::EC2::LocalGatewayRoute";
|
|
@@ -207905,7 +208316,9 @@ export declare const ResourceType: {
|
|
|
207905
208316
|
readonly GuardDutyMaster: "AWS::GuardDuty::Master";
|
|
207906
208317
|
readonly GuardDutyMember: "AWS::GuardDuty::Member";
|
|
207907
208318
|
readonly GuardDutyPublishingDestination: "AWS::GuardDuty::PublishingDestination";
|
|
208319
|
+
readonly GuardDutyThreatEntitySet: "AWS::GuardDuty::ThreatEntitySet";
|
|
207908
208320
|
readonly GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet";
|
|
208321
|
+
readonly GuardDutyTrustedEntitySet: "AWS::GuardDuty::TrustedEntitySet";
|
|
207909
208322
|
readonly HealthImagingDatastore: "AWS::HealthImaging::Datastore";
|
|
207910
208323
|
readonly HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore";
|
|
207911
208324
|
readonly IAMAccessKey: "AWS::IAM::AccessKey";
|
|
@@ -207939,6 +208352,8 @@ export declare const ResourceType: {
|
|
|
207939
208352
|
readonly InspectorAssessmentTemplate: "AWS::Inspector::AssessmentTemplate";
|
|
207940
208353
|
readonly InspectorResourceGroup: "AWS::Inspector::ResourceGroup";
|
|
207941
208354
|
readonly InspectorV2CisScanConfiguration: "AWS::InspectorV2::CisScanConfiguration";
|
|
208355
|
+
readonly InspectorV2CodeSecurityIntegration: "AWS::InspectorV2::CodeSecurityIntegration";
|
|
208356
|
+
readonly InspectorV2CodeSecurityScanConfiguration: "AWS::InspectorV2::CodeSecurityScanConfiguration";
|
|
207942
208357
|
readonly InspectorV2Filter: "AWS::InspectorV2::Filter";
|
|
207943
208358
|
readonly InternetMonitorMonitor: "AWS::InternetMonitor::Monitor";
|
|
207944
208359
|
readonly InvoicingInvoiceUnit: "AWS::Invoicing::InvoiceUnit";
|