@pulumi/aws-native 1.34.0-alpha.1757569035 → 1.34.0-alpha.1757597165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/applicationautoscaling/getScalableTarget.d.ts +52 -44
- package/applicationautoscaling/getScalableTarget.js.map +1 -1
- package/applicationautoscaling/scalableTarget.d.ts +52 -44
- package/applicationautoscaling/scalableTarget.js.map +1 -1
- package/bedrock/automatedReasoningPolicy.d.ts +42 -0
- package/bedrock/automatedReasoningPolicy.js.map +1 -1
- package/bedrock/automatedReasoningPolicyVersion.d.ts +39 -0
- package/bedrock/automatedReasoningPolicyVersion.js.map +1 -1
- package/bedrock/getAutomatedReasoningPolicy.d.ts +36 -0
- package/bedrock/getAutomatedReasoningPolicy.js.map +1 -1
- package/bedrock/getAutomatedReasoningPolicyVersion.d.ts +33 -0
- package/bedrock/getAutomatedReasoningPolicyVersion.js.map +1 -1
- package/ec2/getTransitGatewayConnectPeer.d.ts +40 -0
- package/ec2/getTransitGatewayConnectPeer.js +28 -0
- package/ec2/getTransitGatewayConnectPeer.js.map +1 -0
- package/ec2/index.d.ts +6 -0
- package/ec2/index.js +11 -4
- package/ec2/index.js.map +1 -1
- package/ec2/transitGatewayConnectPeer.d.ts +71 -0
- package/ec2/transitGatewayConnectPeer.js +74 -0
- package/ec2/transitGatewayConnectPeer.js.map +1 -0
- package/ecs/service.d.ts +2 -2
- package/elasticloadbalancingv2/loadBalancer.d.ts +2 -0
- package/elasticloadbalancingv2/loadBalancer.js +2 -0
- package/elasticloadbalancingv2/loadBalancer.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/iotcoredeviceadvisor/getSuiteDefinition.d.ts +1 -27
- package/iotcoredeviceadvisor/getSuiteDefinition.js.map +1 -1
- package/iotcoredeviceadvisor/suiteDefinition.d.ts +2 -54
- package/iotcoredeviceadvisor/suiteDefinition.js.map +1 -1
- package/lex/bot.d.ts +2 -0
- package/lex/bot.js +2 -0
- package/lex/bot.js.map +1 -1
- package/lex/getBot.d.ts +1 -0
- package/lex/getBot.js.map +1 -1
- package/omics/workflowVersion.d.ts +40 -0
- package/omics/workflowVersion.js +11 -1
- package/omics/workflowVersion.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/s3/bucket.d.ts +2 -6
- package/s3/bucket.js.map +1 -1
- package/s3/getBucket.d.ts +1 -3
- package/s3/getBucket.js.map +1 -1
- package/sagemaker/cluster.d.ts +10 -0
- package/sagemaker/cluster.js +4 -0
- package/sagemaker/cluster.js.map +1 -1
- package/sagemaker/getCluster.d.ts +5 -0
- package/sagemaker/getCluster.js.map +1 -1
- package/smsvoice/configurationSet.d.ts +84 -0
- package/smsvoice/configurationSet.js +70 -0
- package/smsvoice/configurationSet.js.map +1 -0
- package/smsvoice/getConfigurationSet.d.ts +45 -0
- package/smsvoice/getConfigurationSet.js +28 -0
- package/smsvoice/getConfigurationSet.js.map +1 -0
- package/smsvoice/getOptOutList.d.ts +32 -0
- package/smsvoice/getOptOutList.js +28 -0
- package/smsvoice/getOptOutList.js.map +1 -0
- package/smsvoice/getPhoneNumber.d.ts +49 -0
- package/smsvoice/getPhoneNumber.js +28 -0
- package/smsvoice/getPhoneNumber.js.map +1 -0
- package/smsvoice/getPool.d.ts +56 -0
- package/smsvoice/getPool.js +28 -0
- package/smsvoice/getPool.js.map +1 -0
- package/smsvoice/getProtectConfiguration.d.ts +44 -0
- package/smsvoice/getProtectConfiguration.js +28 -0
- package/smsvoice/getProtectConfiguration.js.map +1 -0
- package/smsvoice/getResourcePolicy.d.ts +29 -0
- package/smsvoice/getResourcePolicy.js +28 -0
- package/smsvoice/getResourcePolicy.js.map +1 -0
- package/smsvoice/getSenderId.d.ts +44 -0
- package/smsvoice/getSenderId.js +30 -0
- package/smsvoice/getSenderId.js.map +1 -0
- package/smsvoice/index.d.ts +43 -0
- package/smsvoice/index.js +83 -0
- package/smsvoice/index.js.map +1 -0
- package/smsvoice/optOutList.d.ts +55 -0
- package/smsvoice/optOutList.js +62 -0
- package/smsvoice/optOutList.js.map +1 -0
- package/smsvoice/phoneNumber.d.ts +119 -0
- package/smsvoice/phoneNumber.js +94 -0
- package/smsvoice/phoneNumber.js.map +1 -0
- package/smsvoice/pool.d.ts +109 -0
- package/smsvoice/pool.js +82 -0
- package/smsvoice/pool.js.map +1 -0
- package/smsvoice/protectConfiguration.d.ts +67 -0
- package/smsvoice/protectConfiguration.js +64 -0
- package/smsvoice/protectConfiguration.js.map +1 -0
- package/smsvoice/resourcePolicy.d.ts +53 -0
- package/smsvoice/resourcePolicy.js +66 -0
- package/smsvoice/resourcePolicy.js.map +1 -0
- package/smsvoice/senderId.d.ts +71 -0
- package/smsvoice/senderId.js +72 -0
- package/smsvoice/senderId.js.map +1 -0
- package/types/enums/cloudfront/index.d.ts +3 -0
- package/types/enums/cloudfront/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +3 -1
- package/types/enums/index.js.map +1 -1
- package/types/enums/ivs/index.d.ts +4 -4
- package/types/enums/ivs/index.js +3 -3
- package/types/enums/ivs/index.js.map +1 -1
- package/types/enums/omics/index.d.ts +9 -0
- package/types/enums/omics/index.js +6 -1
- package/types/enums/omics/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +5 -0
- package/types/enums/quicksight/index.js +9 -5
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/s3/index.d.ts +4 -5
- package/types/enums/s3/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +15 -0
- package/types/enums/sagemaker/index.js +10 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/smsvoice/index.d.ts +38 -0
- package/types/enums/smsvoice/index.js +33 -0
- package/types/enums/smsvoice/index.js.map +1 -0
- package/types/input.d.ts +283 -93
- package/types/output.d.ts +283 -93
- package/types/output.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -4143,7 +4143,7 @@ export declare namespace applicationautoscaling {
|
|
|
4143
4143
|
/**
|
|
4144
4144
|
* The schedule for this action. The following formats are supported:
|
|
4145
4145
|
* + At expressions - "``at(yyyy-mm-ddThh:mm:ss)``"
|
|
4146
|
-
* + Rate expressions - "``rate(
|
|
4146
|
+
* + Rate expressions - "``rate(valueunit)``"
|
|
4147
4147
|
* + Cron expressions - "``cron(fields)``"
|
|
4148
4148
|
*
|
|
4149
4149
|
* At expressions are useful for one-time schedules. Cron expressions are useful for scheduled actions that run periodically at a specified date and time, and rate expressions are useful for scheduled actions that run at a regular interval.
|
|
@@ -8949,7 +8949,7 @@ export declare namespace batch {
|
|
|
8949
8949
|
*
|
|
8950
8950
|
* > Starting end of October 2025 Amazon EKS optimized Amazon Linux 2023 AMIs will be the default on AWS Batch for EKS versions prior to 1.33. Starting from Kubernetes version 1.33, EKS optimized Amazon Linux 2023 AMIs will be the default when it becomes supported on AWS Batch .
|
|
8951
8951
|
* >
|
|
8952
|
-
* > AWS will end support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue using AWS Batch -provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute environments beyond the 11/26/25 end-of-support date, these compute environments will no longer receive any new software updates, security patches, or bug fixes from AWS . For more information on upgrading from AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023](https://docs.aws.amazon.com/) in the *AWS Batch User Guide* .
|
|
8952
|
+
* > AWS will end support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue using AWS Batch -provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute environments beyond the 11/26/25 end-of-support date, these compute environments will no longer receive any new software updates, security patches, or bug fixes from AWS . For more information on upgrading from AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023](https://docs.aws.amazon.com/batch/latest/userguide/eks-migration-2023.html) in the *AWS Batch User Guide* .
|
|
8953
8953
|
*
|
|
8954
8954
|
* - **EKS_AL2** - [Amazon Linux 2](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all non-GPU instance families.
|
|
8955
8955
|
* - **EKS_AL2_NVIDIA** - [Amazon Linux 2 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all GPU instance families (for example, `P4` and `G4` ) and can be used for all non AWS Graviton-based instance types.
|
|
@@ -14702,6 +14702,7 @@ export declare namespace cloudfront {
|
|
|
14702
14702
|
* This configuration determines the following:
|
|
14703
14703
|
* + The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
|
|
14704
14704
|
* + The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
|
|
14705
|
+
* If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the ``Cache-Control: no-cache``, ``no-store``, or ``private`` directives are present in the origin headers.
|
|
14705
14706
|
*
|
|
14706
14707
|
* The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find a valid object in its cache that matches the request's cache key. If you want to send values to the origin but *not* include them in the cache key, use ``OriginRequestPolicy``.
|
|
14707
14708
|
*/
|
|
@@ -14939,7 +14940,8 @@ export declare namespace cloudfront {
|
|
|
14939
14940
|
* If you don't want to specify any cache behaviors, include only an empty ``CacheBehaviors`` element. Don't specify an empty individual ``CacheBehavior`` element, because this is invalid. For more information, see [CacheBehaviors](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CacheBehaviors.html).
|
|
14940
14941
|
* To delete all cache behaviors in an existing distribution, update the distribution configuration and include only an empty ``CacheBehaviors`` element.
|
|
14941
14942
|
* To add, change, or remove one or more cache behaviors, update the distribution configuration and specify all of the cache behaviors that you want to include in the updated distribution.
|
|
14942
|
-
*
|
|
14943
|
+
* If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the ``Cache-Control: no-cache``, ``no-store``, or ``private`` directives are present in the origin headers.
|
|
14944
|
+
* For more information about cache behaviors, see [Cache Behavior Settings](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior) in the *Amazon CloudFront Developer Guide*.
|
|
14943
14945
|
*/
|
|
14944
14946
|
interface DistributionCacheBehaviorArgs {
|
|
14945
14947
|
/**
|
|
@@ -15090,7 +15092,7 @@ export declare namespace cloudfront {
|
|
|
15090
15092
|
*/
|
|
15091
15093
|
comment?: pulumi.Input<string>;
|
|
15092
15094
|
/**
|
|
15093
|
-
* This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants(tenant-only).
|
|
15095
|
+
* This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
|
|
15094
15096
|
*/
|
|
15095
15097
|
connectionMode?: pulumi.Input<enums.cloudfront.DistributionConnectionMode>;
|
|
15096
15098
|
/**
|
|
@@ -15278,6 +15280,9 @@ export declare namespace cloudfront {
|
|
|
15278
15280
|
* The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.
|
|
15279
15281
|
*/
|
|
15280
15282
|
httpsPort?: pulumi.Input<number>;
|
|
15283
|
+
/**
|
|
15284
|
+
* Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose `dualstack` to help optimize reliability.
|
|
15285
|
+
*/
|
|
15281
15286
|
ipAddressType?: pulumi.Input<enums.cloudfront.DistributionCustomOriginConfigIpAddressType>;
|
|
15282
15287
|
/**
|
|
15283
15288
|
* 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.
|
|
@@ -15293,7 +15298,7 @@ export declare namespace cloudfront {
|
|
|
15293
15298
|
originProtocolPolicy: pulumi.Input<string>;
|
|
15294
15299
|
/**
|
|
15295
15300
|
* 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.
|
|
15296
|
-
* For more information, see [Response timeout
|
|
15301
|
+
* For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
|
|
15297
15302
|
*/
|
|
15298
15303
|
originReadTimeout?: pulumi.Input<number>;
|
|
15299
15304
|
/**
|
|
@@ -15304,6 +15309,7 @@ export declare namespace cloudfront {
|
|
|
15304
15309
|
}
|
|
15305
15310
|
/**
|
|
15306
15311
|
* A complex type that describes the default cache behavior if you don't specify a ``CacheBehavior`` element or if request URLs don't match any of the values of ``PathPattern`` in ``CacheBehavior`` elements. You must create exactly one default cache behavior.
|
|
15312
|
+
* If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the ``Cache-Control: no-cache``, ``no-store``, or ``private`` directives are present in the origin headers.
|
|
15307
15313
|
*/
|
|
15308
15314
|
interface DistributionDefaultCacheBehaviorArgs {
|
|
15309
15315
|
/**
|
|
@@ -15648,10 +15654,8 @@ export declare namespace cloudfront {
|
|
|
15648
15654
|
originShield?: pulumi.Input<inputs.cloudfront.DistributionOriginShieldArgs>;
|
|
15649
15655
|
/**
|
|
15650
15656
|
* The time (in seconds) that a request from CloudFront to the origin can stay open and wait for a response. If the complete response isn't received from the origin by this time, CloudFront ends the connection.
|
|
15651
|
-
*
|
|
15652
|
-
*
|
|
15653
|
-
*
|
|
15654
|
-
* For more information, see [Response completion timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#response-completion-timeout) in the *Amazon CloudFront Developer Guide* .
|
|
15657
|
+
* The value for ``ResponseCompletionTimeout`` must be equal to or greater than the value for ``OriginReadTimeout``. If you don't set a value for ``ResponseCompletionTimeout``, CloudFront doesn't enforce a maximum value.
|
|
15658
|
+
* For more information, see [Response completion timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#response-completion-timeout) in the *Amazon CloudFront Developer Guide*.
|
|
15655
15659
|
*/
|
|
15656
15660
|
responseCompletionTimeout?: pulumi.Input<number>;
|
|
15657
15661
|
/**
|
|
@@ -15808,9 +15812,8 @@ export declare namespace cloudfront {
|
|
|
15808
15812
|
*/
|
|
15809
15813
|
originAccessIdentity?: pulumi.Input<string>;
|
|
15810
15814
|
/**
|
|
15811
|
-
* Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout
|
|
15812
|
-
*
|
|
15813
|
-
* For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide* .
|
|
15815
|
+
* 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.
|
|
15816
|
+
* For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
|
|
15814
15817
|
*/
|
|
15815
15818
|
originReadTimeout?: pulumi.Input<number>;
|
|
15816
15819
|
}
|
|
@@ -15986,7 +15989,7 @@ export declare namespace cloudfront {
|
|
|
15986
15989
|
originKeepaliveTimeout?: pulumi.Input<number>;
|
|
15987
15990
|
/**
|
|
15988
15991
|
* 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.
|
|
15989
|
-
* For more information, see [Response timeout
|
|
15992
|
+
* For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
|
|
15990
15993
|
*/
|
|
15991
15994
|
originReadTimeout?: pulumi.Input<number>;
|
|
15992
15995
|
/**
|
|
@@ -19100,7 +19103,7 @@ export declare namespace connect {
|
|
|
19100
19103
|
*/
|
|
19101
19104
|
effectiveFrom: pulumi.Input<string>;
|
|
19102
19105
|
/**
|
|
19103
|
-
* The date
|
|
19106
|
+
* The date until the hours of operation override is effective.
|
|
19104
19107
|
*/
|
|
19105
19108
|
effectiveTill: pulumi.Input<string>;
|
|
19106
19109
|
/**
|
|
@@ -27942,6 +27945,50 @@ export declare namespace ec2 {
|
|
|
27942
27945
|
*/
|
|
27943
27946
|
protocol?: pulumi.Input<string>;
|
|
27944
27947
|
}
|
|
27948
|
+
interface TransitGatewayConnectPeerConfigurationArgs {
|
|
27949
|
+
/**
|
|
27950
|
+
* The BGP configuration details.
|
|
27951
|
+
*/
|
|
27952
|
+
bgpConfigurations?: pulumi.Input<pulumi.Input<inputs.ec2.TransitGatewayConnectPeerTransitGatewayAttachmentBgpConfigurationArgs>[]>;
|
|
27953
|
+
/**
|
|
27954
|
+
* The range of interior BGP peer IP addresses.
|
|
27955
|
+
*/
|
|
27956
|
+
insideCidrBlocks: pulumi.Input<pulumi.Input<string>[]>;
|
|
27957
|
+
/**
|
|
27958
|
+
* The peer IP address (GRE outer IP address) on the appliance side of the Connect peer.
|
|
27959
|
+
*/
|
|
27960
|
+
peerAddress: pulumi.Input<string>;
|
|
27961
|
+
/**
|
|
27962
|
+
* The tunnel protocol.
|
|
27963
|
+
*/
|
|
27964
|
+
protocol?: pulumi.Input<string>;
|
|
27965
|
+
/**
|
|
27966
|
+
* The Connect peer IP address on the transit gateway side of the tunnel.
|
|
27967
|
+
*/
|
|
27968
|
+
transitGatewayAddress?: pulumi.Input<string>;
|
|
27969
|
+
}
|
|
27970
|
+
interface TransitGatewayConnectPeerTransitGatewayAttachmentBgpConfigurationArgs {
|
|
27971
|
+
/**
|
|
27972
|
+
* The BGP status.
|
|
27973
|
+
*/
|
|
27974
|
+
bgpStatus?: pulumi.Input<string>;
|
|
27975
|
+
/**
|
|
27976
|
+
* The interior BGP peer IP address for the appliance.
|
|
27977
|
+
*/
|
|
27978
|
+
peerAddress?: pulumi.Input<string>;
|
|
27979
|
+
/**
|
|
27980
|
+
* The peer Autonomous System Number (ASN).
|
|
27981
|
+
*/
|
|
27982
|
+
peerAsn?: pulumi.Input<number>;
|
|
27983
|
+
/**
|
|
27984
|
+
* The interior BGP peer IP address for the transit gateway.
|
|
27985
|
+
*/
|
|
27986
|
+
transitGatewayAddress?: pulumi.Input<string>;
|
|
27987
|
+
/**
|
|
27988
|
+
* The transit gateway Autonomous System Number (ASN).
|
|
27989
|
+
*/
|
|
27990
|
+
transitGatewayAsn?: pulumi.Input<number>;
|
|
27991
|
+
}
|
|
27945
27992
|
/**
|
|
27946
27993
|
* The options for cidr type endpoint.
|
|
27947
27994
|
*/
|
|
@@ -28906,7 +28953,12 @@ export declare namespace ecs {
|
|
|
28906
28953
|
*/
|
|
28907
28954
|
interface ServiceCapacityProviderStrategyItemArgs {
|
|
28908
28955
|
/**
|
|
28909
|
-
* The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of ``0`` is used.
|
|
28956
|
+
* The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider for each service. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of ``0`` is used.
|
|
28957
|
+
* Base value characteristics:
|
|
28958
|
+
* + Only one capacity provider in a strategy can have a base defined
|
|
28959
|
+
* + Default value is ``0`` if not specified
|
|
28960
|
+
* + Valid range: 0 to 100,000
|
|
28961
|
+
* + Base requirements are satisfied first before weight distribution
|
|
28910
28962
|
*/
|
|
28911
28963
|
base?: pulumi.Input<number>;
|
|
28912
28964
|
/**
|
|
@@ -28916,7 +28968,20 @@ export declare namespace ecs {
|
|
|
28916
28968
|
/**
|
|
28917
28969
|
* The *weight* value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The ``weight`` value is taken into consideration after the ``base`` value, if defined, is satisfied.
|
|
28918
28970
|
* If no ``weight`` value is specified, the default value of ``0`` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of ``0`` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of ``0``, any ``RunTask`` or ``CreateService`` actions using the capacity provider strategy will fail.
|
|
28919
|
-
*
|
|
28971
|
+
* Weight value characteristics:
|
|
28972
|
+
* + Weight is considered after the base value is satisfied
|
|
28973
|
+
* + Default value is ``0`` if not specified
|
|
28974
|
+
* + Valid range: 0 to 1,000
|
|
28975
|
+
* + At least one capacity provider must have a weight greater than zero
|
|
28976
|
+
* + Capacity providers with weight of ``0`` cannot place tasks
|
|
28977
|
+
*
|
|
28978
|
+
* Task distribution logic:
|
|
28979
|
+
* 1. Base satisfaction: The minimum number of tasks specified by the base value are placed on that capacity provider
|
|
28980
|
+
* 1. Weight distribution: After base requirements are met, additional tasks are distributed according to weight ratios
|
|
28981
|
+
*
|
|
28982
|
+
* Examples:
|
|
28983
|
+
* Equal Distribution: Two capacity providers both with weight ``1`` will split tasks evenly after base requirements are met.
|
|
28984
|
+
* Weighted Distribution: If capacityProviderA has weight ``1`` and capacityProviderB has weight ``4``, then for every 1 task on A, 4 tasks will run on B.
|
|
28920
28985
|
*/
|
|
28921
28986
|
weight?: pulumi.Input<number>;
|
|
28922
28987
|
}
|
|
@@ -29320,7 +29385,7 @@ export declare namespace ecs {
|
|
|
29320
29385
|
* The options you can specify depend on the log driver. Some of the options you can specify when you use the ``awslogs`` log driver to route logs to Amazon CloudWatch include the following:
|
|
29321
29386
|
* + awslogs-create-group Required: No Specify whether you want the log group to be created automatically. If this option isn't specified, it defaults to false. Your IAM policy must include the logs:CreateLogGroup permission before you attempt to use awslogs-create-group. + awslogs-region Required: Yes Specify the Region that the awslogs log driver is to send your Docker logs to. You can choose to send all of your logs from clusters in different Regions to a single region in CloudWatch Logs. This is so that they're all visible in one location. Otherwise, you can separate them by Region for more granularity. Make sure that the specified log group exists in the Region that you specify with this option. + awslogs-group Required: Yes Make sure to specify a log group that the awslogs log driver sends its log streams to. + awslogs-stream-prefix Required: Yes, when using Fargate.Optional when using EC2. Use the awslogs-stream-prefix option to associate a log stream with the specified prefix, the container name, and the ID of the Amazon ECS task that the container belongs to. If you specify a prefix with this option, then the log stream takes the format prefix-name/container-name/ecs-task-id. If you don't specify a prefix with this option, then the log stream is named after the container ID that's assigned by the Docker daemon on the container instance. Because it's difficult to trace logs back to the container that sent them with just the Docker container ID (which is only available on the container instance), we recommend that you specify a prefix with this option. For Amazon ECS services, you can use the service name as the prefix. Doing so, you can trace log streams to the service that the container belongs to, the name of the container that sent them, and the ID of the task that the container belongs to. You must specify a stream-prefix for your logs to have your logs appear in the Log pane when using the Amazon ECS console. + awslogs-datetime-format Required: No This option defines a multiline start pattern in Python strftime format. A log message consists of a line that matches the pattern and any following lines that don’t match the pattern. The matched line is the delimiter between log messages. One example of a use case for using this format is for parsing output such as a stack dump, which might otherwise be logged in multiple entries. The correct pattern allows it to be captured in a single entry. For more information, see awslogs-datetime-format. You cannot configure both the awslogs-datetime-format and awslogs-multiline-pattern options. Multiline logging performs regular expression parsing and matching of all log messages. This might have a negative impact on logging performance. + awslogs-multiline-pattern Required: No This option defines a multiline start pattern that uses a regular expression. A log message consists of a line that matches the pattern and any following lines that don’t match the pattern. The matched line is the delimiter between log messages. For more information, see awslogs-multiline-pattern. This option is ignored if awslogs-datetime-format is also configured. You cannot configure both the awslogs-datetime-format and awslogs-multiline-pattern options. Multiline logging performs regular expression parsing and matching of all log messages. This might have a negative impact on logging performance.
|
|
29322
29387
|
* The following options apply to all supported log drivers.
|
|
29323
|
-
* + mode Required: No Valid values: non-blocking | blocking This option defines the delivery mode of log messages from the container to the log driver specified using logDriver. The delivery mode you choose affects application availability when the flow of logs from container is interrupted. If you use the blocking mode and the flow of logs is interrupted, calls from container code to write to the stdout and stderr streams will block. The logging thread of the application will block as a result. This may cause the application to become unresponsive and lead to container healthcheck failure. If you use the non-blocking mode, the container's logs are instead stored in an in-memory intermediate buffer configured with the max-buffer-size option. This prevents the application from becoming unresponsive when logs cannot be sent. We recommend using this mode if you want to ensure service availability and are okay with some log loss. For more information, see Preventing log loss with non-blocking mode in the awslogs container log driver. You can set a default mode for all containers in a specific Region by using the defaultLogDriverMode account setting. If you don't specify the mode option or configure the account setting, Amazon ECS will default to the non-blocking mode. For more information about the account setting, see Default log driver mode in the Amazon Elastic Container Service Developer Guide. On June 25, 2025, Amazon ECS changed the default log driver mode from blocking to non-blocking to prioritize task availability over logging. To continue using the blocking mode after this change, do one of the following: Set the mode option in your container definition's logConfiguration as blocking. Set the defaultLogDriverMode account setting to blocking. + max-buffer-size Required: No Default value:
|
|
29388
|
+
* + mode Required: No Valid values: non-blocking | blocking This option defines the delivery mode of log messages from the container to the log driver specified using logDriver. The delivery mode you choose affects application availability when the flow of logs from container is interrupted. If you use the blocking mode and the flow of logs is interrupted, calls from container code to write to the stdout and stderr streams will block. The logging thread of the application will block as a result. This may cause the application to become unresponsive and lead to container healthcheck failure. If you use the non-blocking mode, the container's logs are instead stored in an in-memory intermediate buffer configured with the max-buffer-size option. This prevents the application from becoming unresponsive when logs cannot be sent. We recommend using this mode if you want to ensure service availability and are okay with some log loss. For more information, see Preventing log loss with non-blocking mode in the awslogs container log driver. You can set a default mode for all containers in a specific Region by using the defaultLogDriverMode account setting. If you don't specify the mode option or configure the account setting, Amazon ECS will default to the non-blocking mode. For more information about the account setting, see Default log driver mode in the Amazon Elastic Container Service Developer Guide. On June 25, 2025, Amazon ECS changed the default log driver mode from blocking to non-blocking to prioritize task availability over logging. To continue using the blocking mode after this change, do one of the following: Set the mode option in your container definition's logConfiguration as blocking. Set the defaultLogDriverMode account setting to blocking. + max-buffer-size Required: No Default value: 10m When non-blocking mode is used, the max-buffer-size log option controls the size of the buffer that's used for intermediate message storage. Make sure to specify an adequate buffer size based on your application. When the buffer fills up, further logs cannot be stored. Logs that cannot be stored are lost.
|
|
29324
29389
|
* To route logs using the ``splunk`` log router, you need to specify a ``splunk-token`` and a ``splunk-url``.
|
|
29325
29390
|
* When you use the ``awsfirelens`` log router to route logs to an AWS Service or AWS Partner Network destination for log storage and analytics, you can set the ``log-driver-buffer-limit`` option to limit the number of events that are buffered in memory, before being sent to the log router container. It can help to resolve potential log loss issue because high throughput might result in memory running out for the buffer inside of Docker.
|
|
29326
29391
|
* Other options you can specify when using ``awsfirelens`` to route logs depend on the destination. When you export logs to Amazon Data Firehose, you can specify the AWS Region with ``region`` and a name for the log stream with ``delivery_stream``.
|
|
@@ -32142,11 +32207,12 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
32142
32207
|
* + If the value is ``preserve`` the Application Load Balancer preserves the ``X-Forwarded-For`` header in the HTTP request, and sends it to targets without any change.
|
|
32143
32208
|
* + If the value is ``remove``, the Application Load Balancer removes the ``X-Forwarded-For`` header in the HTTP request before it sends it to targets.
|
|
32144
32209
|
*
|
|
32145
|
-
* + ``routing.http2.enabled`` - Indicates whether HTTP/2
|
|
32210
|
+
* + ``routing.http2.enabled`` - Indicates whether clients can connect to the load balancer using HTTP/2. If ``true``, clients can connect using HTTP/2 or HTTP/1.1. However, all client requests are subject to the stricter HTTP/2 header validation rules. For example, message header names must contain only alphanumeric characters and hyphens. If ``false``, clients must connect using HTTP/1.1. The default is ``true``.
|
|
32146
32211
|
* + ``waf.fail_open.enabled`` - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
32147
32212
|
*
|
|
32148
32213
|
* The following attributes are supported by only Network Load Balancers:
|
|
32149
32214
|
* + ``dns_record.client_routing_policy`` - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are ``availability_zone_affinity`` with 100 percent zonal affinity, ``partial_availability_zone_affinity`` with 85 percent zonal affinity, and ``any_availability_zone`` with 0 percent zonal affinity.
|
|
32215
|
+
* + ``secondary_ips.auto_assigned.per_subnet`` - The number of secondary IP addresses to configure for your load balancer nodes. Use to address port allocation errors if you can't add targets. The valid range is 0 to 7. The default is 0. After you set this value, you can't decrease it.
|
|
32150
32216
|
*/
|
|
32151
32217
|
key?: pulumi.Input<string>;
|
|
32152
32218
|
/**
|
|
@@ -40584,33 +40650,7 @@ export declare namespace iotanalytics {
|
|
|
40584
40650
|
}
|
|
40585
40651
|
export declare namespace iotcoredeviceadvisor {
|
|
40586
40652
|
/**
|
|
40587
|
-
*
|
|
40588
|
-
*
|
|
40589
|
-
* - ***devicePermissionRoleArn*** - The device permission arn.
|
|
40590
|
-
*
|
|
40591
|
-
* This is a required element.
|
|
40592
|
-
*
|
|
40593
|
-
* *Type:* String
|
|
40594
|
-
* - ***devices*** - The list of configured devices under test. For more information on devices under test, see [DeviceUnderTest](https://docs.aws.amazon.com/iot/latest/apireference/API_iotdeviceadvisor_DeviceUnderTest.html)
|
|
40595
|
-
*
|
|
40596
|
-
* Not a required element.
|
|
40597
|
-
*
|
|
40598
|
-
* *Type:* List of devices under test
|
|
40599
|
-
* - ***intendedForQualification*** - The tests intended for qualification in a suite.
|
|
40600
|
-
*
|
|
40601
|
-
* Not a required element.
|
|
40602
|
-
*
|
|
40603
|
-
* *Type:* Boolean
|
|
40604
|
-
* - ***rootGroup*** - The test suite root group. For more information on creating and using root groups see the [Device Advisor workflow](https://docs.aws.amazon.com/iot/latest/developerguide/device-advisor-workflow.html) .
|
|
40605
|
-
*
|
|
40606
|
-
* This is a required element.
|
|
40607
|
-
*
|
|
40608
|
-
* *Type:* String
|
|
40609
|
-
* - ***suiteDefinitionName*** - The Suite Definition Configuration name.
|
|
40610
|
-
*
|
|
40611
|
-
* This is a required element.
|
|
40612
|
-
*
|
|
40613
|
-
* *Type:* String
|
|
40653
|
+
* Gets the suite definition configuration.
|
|
40614
40654
|
*/
|
|
40615
40655
|
interface SuiteDefinitionConfigurationPropertiesArgs {
|
|
40616
40656
|
/**
|
|
@@ -43069,7 +43109,7 @@ export declare namespace ivs {
|
|
|
43069
43109
|
/**
|
|
43070
43110
|
* HLS configuration object for individual participant recording.
|
|
43071
43111
|
*/
|
|
43072
|
-
hlsConfiguration?: pulumi.Input<inputs.ivs.
|
|
43112
|
+
hlsConfiguration?: pulumi.Input<inputs.ivs.StageHlsConfigurationArgs>;
|
|
43073
43113
|
/**
|
|
43074
43114
|
* Types of media to be recorded. Default: AUDIO_VIDEO.
|
|
43075
43115
|
*/
|
|
@@ -43085,21 +43125,21 @@ export declare namespace ivs {
|
|
|
43085
43125
|
/**
|
|
43086
43126
|
* A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
|
|
43087
43127
|
*/
|
|
43088
|
-
thumbnailConfiguration?: pulumi.Input<inputs.ivs.
|
|
43128
|
+
thumbnailConfiguration?: pulumi.Input<inputs.ivs.StageThumbnailConfigurationArgs>;
|
|
43089
43129
|
}
|
|
43090
43130
|
/**
|
|
43091
43131
|
* HLS configuration object for individual participant recording.
|
|
43092
43132
|
*/
|
|
43093
|
-
interface
|
|
43133
|
+
interface StageHlsConfigurationArgs {
|
|
43094
43134
|
/**
|
|
43095
|
-
*
|
|
43135
|
+
* Object specifying a configuration of participant HLS recordings for individual participant recording.
|
|
43096
43136
|
*/
|
|
43097
|
-
participantRecordingHlsConfiguration?: pulumi.Input<inputs.ivs.
|
|
43137
|
+
participantRecordingHlsConfiguration?: pulumi.Input<inputs.ivs.StageParticipantRecordingHlsConfigurationArgs>;
|
|
43098
43138
|
}
|
|
43099
43139
|
/**
|
|
43100
43140
|
* An object representing a configuration of participant HLS recordings for individual participant recording.
|
|
43101
43141
|
*/
|
|
43102
|
-
interface
|
|
43142
|
+
interface StageParticipantRecordingHlsConfigurationArgs {
|
|
43103
43143
|
/**
|
|
43104
43144
|
* Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.
|
|
43105
43145
|
*/
|
|
@@ -43108,24 +43148,24 @@ export declare namespace ivs {
|
|
|
43108
43148
|
/**
|
|
43109
43149
|
* A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
|
|
43110
43150
|
*/
|
|
43111
|
-
interface
|
|
43151
|
+
interface StageThumbnailConfigurationArgs {
|
|
43112
43152
|
/**
|
|
43113
43153
|
* An object representing a configuration of thumbnails for recorded video from an individual participant.
|
|
43114
43154
|
*/
|
|
43115
|
-
participantThumbnailConfiguration?: pulumi.Input<inputs.ivs.
|
|
43155
|
+
participantThumbnailConfiguration?: pulumi.Input<inputs.ivs.StageThumbnailConfigurationParticipantThumbnailConfigurationPropertiesArgs>;
|
|
43116
43156
|
}
|
|
43117
43157
|
/**
|
|
43118
43158
|
* An object representing a configuration of thumbnails for recorded video from an individual participant.
|
|
43119
43159
|
*/
|
|
43120
|
-
interface
|
|
43160
|
+
interface StageThumbnailConfigurationParticipantThumbnailConfigurationPropertiesArgs {
|
|
43121
43161
|
/**
|
|
43122
43162
|
* Thumbnail recording mode. Default: DISABLED.
|
|
43123
43163
|
*/
|
|
43124
|
-
recordingMode?: pulumi.Input<enums.ivs.
|
|
43164
|
+
recordingMode?: pulumi.Input<enums.ivs.StageThumbnailConfigurationParticipantThumbnailConfigurationPropertiesRecordingMode>;
|
|
43125
43165
|
/**
|
|
43126
43166
|
* Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
|
|
43127
43167
|
*/
|
|
43128
|
-
storage?: pulumi.Input<pulumi.Input<enums.ivs.
|
|
43168
|
+
storage?: pulumi.Input<pulumi.Input<enums.ivs.StageThumbnailConfigurationParticipantThumbnailConfigurationPropertiesStorageItem>[]>;
|
|
43129
43169
|
/**
|
|
43130
43170
|
* The targeted thumbnail-generation interval in seconds. This is configurable only if recordingMode is INTERVAL. Default: 60.
|
|
43131
43171
|
*/
|
|
@@ -48338,6 +48378,9 @@ export declare namespace lex {
|
|
|
48338
48378
|
*/
|
|
48339
48379
|
childDirected: pulumi.Input<boolean>;
|
|
48340
48380
|
}
|
|
48381
|
+
interface ErrorLogSettingsPropertiesArgs {
|
|
48382
|
+
enabled: pulumi.Input<boolean>;
|
|
48383
|
+
}
|
|
48341
48384
|
/**
|
|
48342
48385
|
* A resource policy to add to the resource. The policy is a JSON structure following the IAM syntax that contains one or more statements that define the policy.
|
|
48343
48386
|
*/
|
|
@@ -54309,6 +54352,34 @@ export declare namespace omics {
|
|
|
54309
54352
|
*/
|
|
54310
54353
|
value?: pulumi.Input<string>;
|
|
54311
54354
|
}
|
|
54355
|
+
interface WorkflowVersionDefinitionRepositoryArgs {
|
|
54356
|
+
/**
|
|
54357
|
+
* The Amazon Resource Name (ARN) of the connection to the source code repository.
|
|
54358
|
+
*/
|
|
54359
|
+
connectionArn?: pulumi.Input<string>;
|
|
54360
|
+
/**
|
|
54361
|
+
* A list of file patterns to exclude when retrieving the workflow definition from the repository.
|
|
54362
|
+
*/
|
|
54363
|
+
excludeFilePatterns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
54364
|
+
/**
|
|
54365
|
+
* The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
|
|
54366
|
+
*/
|
|
54367
|
+
fullRepositoryId?: pulumi.Input<string>;
|
|
54368
|
+
/**
|
|
54369
|
+
* The source reference for the repository, such as a branch name, tag, or commit ID.
|
|
54370
|
+
*/
|
|
54371
|
+
sourceReference?: pulumi.Input<inputs.omics.WorkflowVersionSourceReferenceArgs>;
|
|
54372
|
+
}
|
|
54373
|
+
interface WorkflowVersionSourceReferenceArgs {
|
|
54374
|
+
/**
|
|
54375
|
+
* The type of source reference, such as branch, tag, or commit.
|
|
54376
|
+
*/
|
|
54377
|
+
type?: pulumi.Input<enums.omics.WorkflowVersionSourceReferencetype>;
|
|
54378
|
+
/**
|
|
54379
|
+
* The value of the source reference, such as the branch name, tag name, or commit ID.
|
|
54380
|
+
*/
|
|
54381
|
+
value?: pulumi.Input<string>;
|
|
54382
|
+
}
|
|
54312
54383
|
interface WorkflowVersionWorkflowParameterArgs {
|
|
54313
54384
|
/**
|
|
54314
54385
|
* The parameter's description.
|
|
@@ -66214,6 +66285,8 @@ export declare namespace quicksight {
|
|
|
66214
66285
|
arcThickness?: pulumi.Input<enums.quicksight.DashboardArcThickness>;
|
|
66215
66286
|
}
|
|
66216
66287
|
interface DashboardAssetOptionsArgs {
|
|
66288
|
+
excludedDataSetArns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
66289
|
+
qBusinessInsightsStatus?: pulumi.Input<enums.quicksight.DashboardQBusinessInsightsStatus>;
|
|
66217
66290
|
/**
|
|
66218
66291
|
* Determines the timezone for the analysis.
|
|
66219
66292
|
*/
|
|
@@ -67703,6 +67776,9 @@ export declare namespace quicksight {
|
|
|
67703
67776
|
*/
|
|
67704
67777
|
availabilityStatus?: pulumi.Input<enums.quicksight.DashboardBehavior>;
|
|
67705
67778
|
}
|
|
67779
|
+
interface DashboardDataQaEnabledOptionArgs {
|
|
67780
|
+
availabilityStatus?: pulumi.Input<enums.quicksight.DashboardBehavior>;
|
|
67781
|
+
}
|
|
67706
67782
|
interface DashboardDataSetIdentifierDeclarationArgs {
|
|
67707
67783
|
/**
|
|
67708
67784
|
* The Amazon Resource Name (ARN) of the data set.
|
|
@@ -72249,6 +72325,7 @@ export declare namespace quicksight {
|
|
|
72249
72325
|
* The data point tool tip options of a dashboard.
|
|
72250
72326
|
*/
|
|
72251
72327
|
dataPointTooltipOption?: pulumi.Input<inputs.quicksight.DashboardDataPointTooltipOptionArgs>;
|
|
72328
|
+
dataQaEnabledOption?: pulumi.Input<inputs.quicksight.DashboardDataQaEnabledOptionArgs>;
|
|
72252
72329
|
/**
|
|
72253
72330
|
* Export to .csv option.
|
|
72254
72331
|
*/
|
|
@@ -87465,7 +87542,7 @@ export declare namespace s3 {
|
|
|
87465
87542
|
tierings: pulumi.Input<pulumi.Input<inputs.s3.BucketTieringArgs>[]>;
|
|
87466
87543
|
}
|
|
87467
87544
|
/**
|
|
87468
|
-
* Specifies the
|
|
87545
|
+
* Specifies the inventory configuration for an Amazon S3 bucket. For more information, see [GET Bucket inventory](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the *Amazon S3 API Reference*.
|
|
87469
87546
|
*/
|
|
87470
87547
|
interface BucketInventoryConfigurationArgs {
|
|
87471
87548
|
/**
|
|
@@ -87497,12 +87574,9 @@ export declare namespace s3 {
|
|
|
87497
87574
|
*/
|
|
87498
87575
|
scheduleFrequency: pulumi.Input<enums.s3.BucketInventoryConfigurationScheduleFrequency>;
|
|
87499
87576
|
}
|
|
87500
|
-
/**
|
|
87501
|
-
* The inventory table configuration for an S3 Metadata configuration.
|
|
87502
|
-
*/
|
|
87503
87577
|
interface BucketInventoryTableConfigurationArgs {
|
|
87504
87578
|
/**
|
|
87505
|
-
*
|
|
87579
|
+
* Specifies whether inventory table configuration is enabled or disabled.
|
|
87506
87580
|
*/
|
|
87507
87581
|
configurationState: pulumi.Input<enums.s3.BucketInventoryTableConfigurationConfigurationState>;
|
|
87508
87582
|
/**
|
|
@@ -87510,7 +87584,7 @@ export declare namespace s3 {
|
|
|
87510
87584
|
*/
|
|
87511
87585
|
encryptionConfiguration?: pulumi.Input<inputs.s3.BucketMetadataTableEncryptionConfigurationArgs>;
|
|
87512
87586
|
/**
|
|
87513
|
-
* The
|
|
87587
|
+
* The ARN of the inventory table.
|
|
87514
87588
|
*/
|
|
87515
87589
|
tableArn?: pulumi.Input<string>;
|
|
87516
87590
|
/**
|
|
@@ -87518,9 +87592,6 @@ export declare namespace s3 {
|
|
|
87518
87592
|
*/
|
|
87519
87593
|
tableName?: pulumi.Input<string>;
|
|
87520
87594
|
}
|
|
87521
|
-
/**
|
|
87522
|
-
* The journal table configuration for an S3 Metadata configuration.
|
|
87523
|
-
*/
|
|
87524
87595
|
interface BucketJournalTableConfigurationArgs {
|
|
87525
87596
|
/**
|
|
87526
87597
|
* The encryption configuration for the journal table.
|
|
@@ -87531,7 +87602,7 @@ export declare namespace s3 {
|
|
|
87531
87602
|
*/
|
|
87532
87603
|
recordExpiration: pulumi.Input<inputs.s3.BucketRecordExpirationArgs>;
|
|
87533
87604
|
/**
|
|
87534
|
-
* The
|
|
87605
|
+
* The ARN of the journal table.
|
|
87535
87606
|
*/
|
|
87536
87607
|
tableArn?: pulumi.Input<string>;
|
|
87537
87608
|
/**
|
|
@@ -87592,44 +87663,36 @@ export declare namespace s3 {
|
|
|
87592
87663
|
*/
|
|
87593
87664
|
targetObjectKeyFormat?: pulumi.Input<inputs.s3.BucketTargetObjectKeyFormatArgs>;
|
|
87594
87665
|
}
|
|
87595
|
-
/**
|
|
87596
|
-
* Creates a V2 S3 Metadata configuration of a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide*.
|
|
87597
|
-
*/
|
|
87598
87666
|
interface BucketMetadataConfigurationArgs {
|
|
87599
87667
|
/**
|
|
87600
|
-
* The destination information for the
|
|
87668
|
+
* The destination information for the metadata configuration.
|
|
87601
87669
|
*/
|
|
87602
87670
|
destination?: pulumi.Input<inputs.s3.BucketMetadataDestinationArgs>;
|
|
87603
87671
|
/**
|
|
87604
|
-
* The
|
|
87672
|
+
* The configuration for the inventory table.
|
|
87605
87673
|
*/
|
|
87606
87674
|
inventoryTableConfiguration?: pulumi.Input<inputs.s3.BucketInventoryTableConfigurationArgs>;
|
|
87607
87675
|
/**
|
|
87608
|
-
* The
|
|
87676
|
+
* The configuration for the journal table.
|
|
87609
87677
|
*/
|
|
87610
87678
|
journalTableConfiguration: pulumi.Input<inputs.s3.BucketJournalTableConfigurationArgs>;
|
|
87611
87679
|
}
|
|
87612
|
-
/**
|
|
87613
|
-
* The destination information for the S3 Metadata configuration.
|
|
87614
|
-
*/
|
|
87615
87680
|
interface BucketMetadataDestinationArgs {
|
|
87616
87681
|
/**
|
|
87617
|
-
* The
|
|
87682
|
+
* The ARN of the table bucket.
|
|
87618
87683
|
*/
|
|
87619
87684
|
tableBucketArn?: pulumi.Input<string>;
|
|
87620
87685
|
/**
|
|
87621
|
-
* The type of the table bucket
|
|
87686
|
+
* The type of the table bucket.
|
|
87622
87687
|
*/
|
|
87623
87688
|
tableBucketType: pulumi.Input<enums.s3.BucketMetadataDestinationTableBucketType>;
|
|
87624
87689
|
/**
|
|
87625
|
-
* The namespace
|
|
87690
|
+
* The namespace of the table.
|
|
87626
87691
|
*/
|
|
87627
87692
|
tableNamespace?: pulumi.Input<string>;
|
|
87628
87693
|
}
|
|
87629
87694
|
/**
|
|
87630
|
-
*
|
|
87631
|
-
* If you created your S3 Metadata configuration before July 15, 2025, we recommend that you delete and re-create your configuration by using the [MetadataConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-metadataconfiguration.html) resource type so that you can expire journal table records and create a live inventory table.
|
|
87632
|
-
* Creates a V1 S3 Metadata configuration for a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide*.
|
|
87695
|
+
* The metadata table configuration of an S3 general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) and [Setting up permissions for configuring metadata tables](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-permissions.html).
|
|
87633
87696
|
*/
|
|
87634
87697
|
interface BucketMetadataTableConfigurationArgs {
|
|
87635
87698
|
/**
|
|
@@ -87637,16 +87700,13 @@ export declare namespace s3 {
|
|
|
87637
87700
|
*/
|
|
87638
87701
|
s3TablesDestination: pulumi.Input<inputs.s3.BucketS3TablesDestinationArgs>;
|
|
87639
87702
|
}
|
|
87640
|
-
/**
|
|
87641
|
-
* The encryption settings for an S3 Metadata journal table or inventory table configuration.
|
|
87642
|
-
*/
|
|
87643
87703
|
interface BucketMetadataTableEncryptionConfigurationArgs {
|
|
87644
87704
|
/**
|
|
87645
|
-
*
|
|
87705
|
+
* The ARN of the KMS key. Required if SseAlgorithm is aws:kms.
|
|
87646
87706
|
*/
|
|
87647
87707
|
kmsKeyArn?: pulumi.Input<string>;
|
|
87648
87708
|
/**
|
|
87649
|
-
*
|
|
87709
|
+
* Specifies the server-side encryption algorithm to use for encrypting tables.
|
|
87650
87710
|
*/
|
|
87651
87711
|
sseAlgorithm: pulumi.Input<enums.s3.BucketMetadataTableEncryptionConfigurationSseAlgorithm>;
|
|
87652
87712
|
}
|
|
@@ -87836,16 +87896,13 @@ export declare namespace s3 {
|
|
|
87836
87896
|
*/
|
|
87837
87897
|
queue: pulumi.Input<string>;
|
|
87838
87898
|
}
|
|
87839
|
-
/**
|
|
87840
|
-
* The journal table record expiration settings for a journal table in an S3 Metadata configuration.
|
|
87841
|
-
*/
|
|
87842
87899
|
interface BucketRecordExpirationArgs {
|
|
87843
87900
|
/**
|
|
87844
|
-
*
|
|
87901
|
+
* The number of days after which records expire. Required if Expiration is ENABLED.
|
|
87845
87902
|
*/
|
|
87846
87903
|
days?: pulumi.Input<number>;
|
|
87847
87904
|
/**
|
|
87848
|
-
* Specifies whether
|
|
87905
|
+
* Specifies whether record expiration is enabled or disabled.
|
|
87849
87906
|
*/
|
|
87850
87907
|
expiration: pulumi.Input<enums.s3.BucketRecordExpirationExpiration>;
|
|
87851
87908
|
}
|
|
@@ -87944,7 +88001,6 @@ export declare namespace s3 {
|
|
|
87944
88001
|
/**
|
|
87945
88002
|
* The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica.
|
|
87946
88003
|
* For valid values, see the ``StorageClass`` element of the [PUT Bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html) action in the *Amazon S3 API Reference*.
|
|
87947
|
-
* ``FSX_OPENZFS`` is not an accepted value when replicating objects.
|
|
87948
88004
|
*/
|
|
87949
88005
|
storageClass?: pulumi.Input<enums.s3.BucketReplicationDestinationStorageClass>;
|
|
87950
88006
|
}
|
|
@@ -88160,7 +88216,7 @@ export declare namespace s3 {
|
|
|
88160
88216
|
rules: pulumi.Input<pulumi.Input<inputs.s3.BucketFilterRuleArgs>[]>;
|
|
88161
88217
|
}
|
|
88162
88218
|
/**
|
|
88163
|
-
* The destination information for
|
|
88219
|
+
* The destination information for the metadata table configuration. The destination table bucket must be in the same Region and AWS-account as the general purpose bucket. The specified metadata table name must be unique within the ``aws_s3_metadata`` namespace in the destination table bucket.
|
|
88164
88220
|
*/
|
|
88165
88221
|
interface BucketS3TablesDestinationArgs {
|
|
88166
88222
|
/**
|
|
@@ -89257,6 +89313,19 @@ export declare namespace sagemaker {
|
|
|
89257
89313
|
*/
|
|
89258
89314
|
alarmName: pulumi.Input<string>;
|
|
89259
89315
|
}
|
|
89316
|
+
/**
|
|
89317
|
+
* Configuration for cluster auto-scaling
|
|
89318
|
+
*/
|
|
89319
|
+
interface ClusterAutoScalingConfigArgs {
|
|
89320
|
+
/**
|
|
89321
|
+
* The type of auto-scaler to use
|
|
89322
|
+
*/
|
|
89323
|
+
autoScalerType?: pulumi.Input<enums.sagemaker.ClusterAutoScalingConfigAutoScalerType>;
|
|
89324
|
+
/**
|
|
89325
|
+
* The auto-scaling mode for the cluster
|
|
89326
|
+
*/
|
|
89327
|
+
mode: pulumi.Input<enums.sagemaker.ClusterAutoScalingConfigMode>;
|
|
89328
|
+
}
|
|
89260
89329
|
/**
|
|
89261
89330
|
* The configuration of the size measurements of the AMI update. Using this configuration, you can specify whether SageMaker should update your instance group by an amount or percentage of instances.
|
|
89262
89331
|
*/
|
|
@@ -96650,6 +96719,124 @@ export declare namespace simspaceweaver {
|
|
|
96650
96719
|
objectKey: pulumi.Input<string>;
|
|
96651
96720
|
}
|
|
96652
96721
|
}
|
|
96722
|
+
export declare namespace smsvoice {
|
|
96723
|
+
interface ConfigurationSetCloudWatchLogsDestinationArgs {
|
|
96724
|
+
/**
|
|
96725
|
+
* The Amazon Resource Name (ARN) of an AWS Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.
|
|
96726
|
+
*/
|
|
96727
|
+
iamRoleArn: pulumi.Input<string>;
|
|
96728
|
+
/**
|
|
96729
|
+
* The name of the Amazon CloudWatch log group that you want to record events in.
|
|
96730
|
+
*/
|
|
96731
|
+
logGroupArn: pulumi.Input<string>;
|
|
96732
|
+
}
|
|
96733
|
+
/**
|
|
96734
|
+
* An event destination is a location where you send message events. The event options are Amazon CloudWatch, Amazon Data Firehose, or Amazon SNS. For example, when a message is delivered successfully, you can send information about that event to an event destination, or send notifications to endpoints that are subscribed to an Amazon SNS topic.
|
|
96735
|
+
*/
|
|
96736
|
+
interface ConfigurationSetEventDestinationArgs {
|
|
96737
|
+
/**
|
|
96738
|
+
* An object that contains IamRoleArn and LogGroupArn associated with an Amazon CloudWatch event destination.
|
|
96739
|
+
*/
|
|
96740
|
+
cloudWatchLogsDestination?: pulumi.Input<inputs.smsvoice.ConfigurationSetCloudWatchLogsDestinationArgs>;
|
|
96741
|
+
/**
|
|
96742
|
+
* When set to true events will be logged. By default this is set to true
|
|
96743
|
+
*/
|
|
96744
|
+
enabled: pulumi.Input<boolean>;
|
|
96745
|
+
/**
|
|
96746
|
+
* The name that identifies the event destination.
|
|
96747
|
+
*/
|
|
96748
|
+
eventDestinationName: pulumi.Input<string>;
|
|
96749
|
+
/**
|
|
96750
|
+
* An object that contains IamRoleArn and DeliveryStreamArn associated with an Amazon Kinesis Firehose event destination.
|
|
96751
|
+
*/
|
|
96752
|
+
kinesisFirehoseDestination?: pulumi.Input<inputs.smsvoice.ConfigurationSetKinesisFirehoseDestinationArgs>;
|
|
96753
|
+
/**
|
|
96754
|
+
* An array of event types that determine which events to log. If 'ALL' is used, then AWS End User Messaging SMS and Voice logs every event type.
|
|
96755
|
+
*/
|
|
96756
|
+
matchingEventTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
96757
|
+
/**
|
|
96758
|
+
* An object that contains SNS TopicArn event destination.
|
|
96759
|
+
*/
|
|
96760
|
+
snsDestination?: pulumi.Input<inputs.smsvoice.ConfigurationSetSnsDestinationArgs>;
|
|
96761
|
+
}
|
|
96762
|
+
interface ConfigurationSetKinesisFirehoseDestinationArgs {
|
|
96763
|
+
/**
|
|
96764
|
+
* The Amazon Resource Name (ARN) of the delivery stream.
|
|
96765
|
+
*/
|
|
96766
|
+
deliveryStreamArn: pulumi.Input<string>;
|
|
96767
|
+
/**
|
|
96768
|
+
* The Amazon Resource Name (ARN) of an AWS Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.
|
|
96769
|
+
*/
|
|
96770
|
+
iamRoleArn: pulumi.Input<string>;
|
|
96771
|
+
}
|
|
96772
|
+
interface ConfigurationSetSnsDestinationArgs {
|
|
96773
|
+
/**
|
|
96774
|
+
* The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.
|
|
96775
|
+
*/
|
|
96776
|
+
topicArn: pulumi.Input<string>;
|
|
96777
|
+
}
|
|
96778
|
+
/**
|
|
96779
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
|
|
96780
|
+
*/
|
|
96781
|
+
interface MandatoryKeywordsPropertiesArgs {
|
|
96782
|
+
help: pulumi.Input<inputs.smsvoice.PoolMandatoryKeywordArgs>;
|
|
96783
|
+
stop: pulumi.Input<inputs.smsvoice.PoolMandatoryKeywordArgs>;
|
|
96784
|
+
}
|
|
96785
|
+
/**
|
|
96786
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message.
|
|
96787
|
+
*/
|
|
96788
|
+
interface PhoneNumberOptionalKeywordArgs {
|
|
96789
|
+
action: pulumi.Input<enums.smsvoice.PhoneNumberOptionalKeywordAction>;
|
|
96790
|
+
keyword: pulumi.Input<string>;
|
|
96791
|
+
message: pulumi.Input<string>;
|
|
96792
|
+
}
|
|
96793
|
+
/**
|
|
96794
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
|
|
96795
|
+
*/
|
|
96796
|
+
interface PoolMandatoryKeywordArgs {
|
|
96797
|
+
message: pulumi.Input<string>;
|
|
96798
|
+
}
|
|
96799
|
+
/**
|
|
96800
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message.
|
|
96801
|
+
*/
|
|
96802
|
+
interface PoolOptionalKeywordArgs {
|
|
96803
|
+
action: pulumi.Input<enums.smsvoice.PoolOptionalKeywordAction>;
|
|
96804
|
+
keyword: pulumi.Input<string>;
|
|
96805
|
+
message: pulumi.Input<string>;
|
|
96806
|
+
}
|
|
96807
|
+
interface ProtectConfigurationCountryRuleArgs {
|
|
96808
|
+
/**
|
|
96809
|
+
* The two-letter ISO country code
|
|
96810
|
+
*/
|
|
96811
|
+
countryCode: pulumi.Input<string>;
|
|
96812
|
+
/**
|
|
96813
|
+
* The types of protection that can be used.
|
|
96814
|
+
*/
|
|
96815
|
+
protectStatus: pulumi.Input<enums.smsvoice.ProtectConfigurationCountryRuleProtectStatus>;
|
|
96816
|
+
}
|
|
96817
|
+
interface ProtectConfigurationCountryRuleSetArgs {
|
|
96818
|
+
mms?: pulumi.Input<pulumi.Input<inputs.smsvoice.ProtectConfigurationCountryRuleArgs>[]>;
|
|
96819
|
+
sms?: pulumi.Input<pulumi.Input<inputs.smsvoice.ProtectConfigurationCountryRuleArgs>[]>;
|
|
96820
|
+
voice?: pulumi.Input<pulumi.Input<inputs.smsvoice.ProtectConfigurationCountryRuleArgs>[]>;
|
|
96821
|
+
}
|
|
96822
|
+
/**
|
|
96823
|
+
* When you set up two-way SMS, you can receive incoming messages from your customers. When one of your customers sends a message to your phone number, the message body is sent to an Amazon SNS topic or Amazon Connect for processing.
|
|
96824
|
+
*/
|
|
96825
|
+
interface TwoWayPropertiesArgs {
|
|
96826
|
+
/**
|
|
96827
|
+
* The Amazon Resource Name (ARN) of the two way channel.
|
|
96828
|
+
*/
|
|
96829
|
+
channelArn?: pulumi.Input<string>;
|
|
96830
|
+
/**
|
|
96831
|
+
* An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
|
|
96832
|
+
*/
|
|
96833
|
+
channelRole?: pulumi.Input<string>;
|
|
96834
|
+
/**
|
|
96835
|
+
* By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
|
|
96836
|
+
*/
|
|
96837
|
+
enabled: pulumi.Input<boolean>;
|
|
96838
|
+
}
|
|
96839
|
+
}
|
|
96653
96840
|
export declare namespace sns {
|
|
96654
96841
|
/**
|
|
96655
96842
|
* The ``LoggingConfig`` property type specifies the ``Delivery`` status logging configuration for an [AWS::SNS::Topic](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html).
|
|
@@ -97844,6 +98031,9 @@ export declare namespace synthetics {
|
|
|
97844
98031
|
screenshotName: pulumi.Input<string>;
|
|
97845
98032
|
}
|
|
97846
98033
|
interface CanaryBrowserConfigArgs {
|
|
98034
|
+
/**
|
|
98035
|
+
* The browser type associated with this browser configuration.
|
|
98036
|
+
*/
|
|
97847
98037
|
browserType: pulumi.Input<enums.synthetics.CanaryBrowserType>;
|
|
97848
98038
|
}
|
|
97849
98039
|
interface CanaryCodeArgs {
|