@propulsionworks/cloudformation 0.1.33 → 0.1.34
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/out/exports/resources.generated/aws-appstream-fleet.d.ts +0 -4
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +0 -4
- package/out/exports/resources.generated/aws-aps-anomalydetector.d.ts +34 -12
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +3 -0
- package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicy.d.ts +15 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-browsercustom.d.ts +16 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +103 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-workloadidentity.d.ts +61 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +1 -1
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +9 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +15 -1
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +30 -3
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +1 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +32 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +532 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +5 -5
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +5 -5
- package/out/exports/resources.generated/aws-ecs-service.d.ts +42 -5
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +4 -4
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +5 -5
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +1 -1
- package/out/exports/resources.generated/aws-glue-integrationresourceproperty.d.ts +74 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +1 -1
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +1 -1
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +19 -19
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +7 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +1 -1
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +1 -1
- package/out/exports/resources.generated/aws-location-apikey.d.ts +39 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +1 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +1 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +5 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +3 -3
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +987 -27
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +1 -1
- package/out/exports/resources.generated/aws-rtbfabric-link.d.ts +48 -3
- package/out/exports/resources.generated/aws-rtbfabric-requestergateway.d.ts +7 -5
- package/out/exports/resources.generated/aws-rtbfabric-respondergateway.d.ts +29 -5
- package/out/exports/resources.generated/aws-s3vectors-index.d.ts +68 -11
- package/out/exports/resources.generated/aws-s3vectors-vectorbucket.d.ts +74 -8
- package/out/exports/resources.generated/aws-s3vectors-vectorbucketpolicy.d.ts +64 -6
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +16 -15
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +5 -13
- package/out/exports/resources.generated/aws-ses-multiregionendpoint.d.ts +48 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +32 -0
- package/package.json +1 -1
|
@@ -342,16 +342,25 @@ export type AwsVpcConfiguration = {
|
|
|
342
342
|
Subnets?: string[] | undefined;
|
|
343
343
|
};
|
|
344
344
|
/**
|
|
345
|
+
* Configuration for a canary deployment strategy that shifts a fixed percentage of traffic to the new service revision, waits for a specified bake time, then shifts the remaining traffic.
|
|
346
|
+
*
|
|
347
|
+
* The following validation applies only to Canary deployments created through AWS CloudFormation . AWS CloudFormation operations time out after 36 hours. Canary deployments can approach this limit because of their extended duration. This can cause AWS CloudFormation to roll back the deployment. To prevent timeout-related rollbacks, AWS CloudFormation rejects deployments when the calculated deployment time exceeds 33 hours based on your template configuration:
|
|
348
|
+
*
|
|
349
|
+
* `BakeTimeInMinutes + CanaryBakeTimeInMinutes`
|
|
350
|
+
*
|
|
351
|
+
* Additional backend processes (such as task scaling and running lifecycle hooks) can extend deployment time beyond these calculations. Even deployments under the 33-hour threshold might still time out if these processes cause the total duration to exceed 36 hours.
|
|
345
352
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-canaryconfiguration.html}
|
|
346
353
|
*/
|
|
347
354
|
export type CanaryConfiguration = {
|
|
348
355
|
/**
|
|
356
|
+
* The amount of time in minutes to wait during the canary phase before shifting the remaining production traffic to the new service revision. Valid values are 0 to 1440 minutes (24 hours). The default value is 10.
|
|
349
357
|
* @min 0
|
|
350
358
|
* @max 1440
|
|
351
359
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-canaryconfiguration.html#cfn-ecs-service-canaryconfiguration-canarybaketimeinminutes}
|
|
352
360
|
*/
|
|
353
361
|
CanaryBakeTimeInMinutes?: number | undefined;
|
|
354
362
|
/**
|
|
363
|
+
* The percentage of production traffic to shift to the new service revision during the canary phase. Valid values are multiples of 0.1 from 0.1 to 100.0. The default value is 5.0.
|
|
355
364
|
* @min 0.1
|
|
356
365
|
* @max 100
|
|
357
366
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-canaryconfiguration.html#cfn-ecs-service-canaryconfiguration-canarypercent}
|
|
@@ -375,14 +384,14 @@ export type CapacityProviderStrategyItem = {
|
|
|
375
384
|
* Base value characteristics:
|
|
376
385
|
*
|
|
377
386
|
* - Only one capacity provider in a strategy can have a base defined
|
|
378
|
-
* -
|
|
379
|
-
* -
|
|
387
|
+
* - The default value is `0` if not specified
|
|
388
|
+
* - The valid range is 0 to 100,000
|
|
380
389
|
* - Base requirements are satisfied first before weight distribution
|
|
381
390
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-capacityproviderstrategyitem.html#cfn-ecs-service-capacityproviderstrategyitem-base}
|
|
382
391
|
*/
|
|
383
392
|
Base?: number | undefined;
|
|
384
393
|
/**
|
|
385
|
-
* The short name of the capacity provider.
|
|
394
|
+
* The short name of the capacity provider. This can be either an AWS managed capacity provider ( `FARGATE` or `FARGATE_SPOT` ) or the name of a custom capacity provider that you created.
|
|
386
395
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-capacityproviderstrategyitem.html#cfn-ecs-service-capacityproviderstrategyitem-capacityprovider}
|
|
387
396
|
*/
|
|
388
397
|
CapacityProvider?: string | undefined;
|
|
@@ -394,8 +403,8 @@ export type CapacityProviderStrategyItem = {
|
|
|
394
403
|
* Weight value characteristics:
|
|
395
404
|
*
|
|
396
405
|
* - Weight is considered after the base value is satisfied
|
|
397
|
-
* -
|
|
398
|
-
* -
|
|
406
|
+
* - The default value is `0` if not specified
|
|
407
|
+
* - The valid range is 0 to 1,000
|
|
399
408
|
* - At least one capacity provider must have a weight greater than zero
|
|
400
409
|
* - Capacity providers with weight of `0` cannot place tasks
|
|
401
410
|
*
|
|
@@ -484,6 +493,7 @@ export type DeploymentConfiguration = {
|
|
|
484
493
|
*/
|
|
485
494
|
BakeTimeInMinutes?: number | undefined;
|
|
486
495
|
/**
|
|
496
|
+
* Configuration for canary deployment strategy. Only valid when the deployment strategy is `CANARY` . This configuration enables shifting a fixed percentage of traffic for testing, followed by shifting the remaining traffic after a bake period.
|
|
487
497
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-canaryconfiguration}
|
|
488
498
|
*/
|
|
489
499
|
CanaryConfiguration?: CanaryConfiguration | undefined;
|
|
@@ -500,6 +510,7 @@ export type DeploymentConfiguration = {
|
|
|
500
510
|
*/
|
|
501
511
|
LifecycleHooks?: DeploymentLifecycleHook[] | undefined;
|
|
502
512
|
/**
|
|
513
|
+
* Configuration for linear deployment strategy. Only valid when the deployment strategy is `LINEAR` . This configuration enables progressive traffic shifting in equal percentage increments with configurable bake times between each step.
|
|
503
514
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-linearconfiguration}
|
|
504
515
|
*/
|
|
505
516
|
LinearConfiguration?: LinearConfiguration | undefined;
|
|
@@ -719,16 +730,32 @@ export type ForceNewDeployment = {
|
|
|
719
730
|
ForceNewDeploymentNonce?: string | undefined;
|
|
720
731
|
};
|
|
721
732
|
/**
|
|
733
|
+
* Configuration for a linear deployment strategy that shifts production traffic in equal percentage increments with configurable wait times between each step until 100 percent of traffic is shifted to the new service revision.
|
|
734
|
+
*
|
|
735
|
+
* The following validation applies only to Linear deployments created through AWS CloudFormation . AWS CloudFormation operations time out after 36 hours. Linear deployments can approach this limit because of their extended duration. This can cause AWS CloudFormation to roll back the deployment. To prevent timeout-related rollbacks, AWS CloudFormation rejects deployments when the calculated deployment time exceeds 33 hours based on your template configuration:
|
|
736
|
+
*
|
|
737
|
+
* `BakeTimeInMinutes + (StepBakeTimeInMinutes × Number of deployment steps)`
|
|
738
|
+
*
|
|
739
|
+
* Where the number of deployment steps is calculated as follows:
|
|
740
|
+
*
|
|
741
|
+
* - *If `StepPercent` evenly divides by 100* : The number of deployment steps equals `(100 ÷ StepPercent) - 1`
|
|
742
|
+
* - *Otherwise* : The number of deployment steps equals the floor of `100 ÷ StepPercent` . For example, if `StepPercent` is 11, the number of deployment steps is 9 (not 9.1).
|
|
743
|
+
*
|
|
744
|
+
* This calculation reflects that AWS CloudFormation doesn't apply the step bake time after the final traffic shift reaches 100%. For example, with a `StepPercent` of 50%, there are actually two traffic shifts, but only one deployment step is counted for validation purposes because the bake time is applied only after the first 50% shift, not after reaching 100%.
|
|
745
|
+
*
|
|
746
|
+
* Additional backend processes (such as task scaling and running lifecycle hooks) can extend deployment time beyond these calculations. Even deployments under the 33-hour threshold might still time out if these processes cause the total duration to exceed 36 hours.
|
|
722
747
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-linearconfiguration.html}
|
|
723
748
|
*/
|
|
724
749
|
export type LinearConfiguration = {
|
|
725
750
|
/**
|
|
751
|
+
* The amount of time in minutes to wait between each traffic shifting step during a linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100 percent traffic.
|
|
726
752
|
* @min 0
|
|
727
753
|
* @max 1440
|
|
728
754
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-linearconfiguration.html#cfn-ecs-service-linearconfiguration-stepbaketimeinminutes}
|
|
729
755
|
*/
|
|
730
756
|
StepBakeTimeInMinutes?: number | undefined;
|
|
731
757
|
/**
|
|
758
|
+
* The percentage of production traffic to shift in each step during a linear deployment. Valid values are multiples of 0.1 from 3.0 to 100.0. The default value is 10.0.
|
|
732
759
|
* @min 3
|
|
733
760
|
* @max 100
|
|
734
761
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-linearconfiguration.html#cfn-ecs-service-linearconfiguration-steppercent}
|
|
@@ -982,14 +1009,21 @@ export type Secret = {
|
|
|
982
1009
|
ValueFrom: string;
|
|
983
1010
|
};
|
|
984
1011
|
/**
|
|
1012
|
+
* Configuration for Service Connect access logging. Access logs provide detailed information about requests made to your service, including request patterns, response codes, and timing data for debugging and monitoring purposes.
|
|
1013
|
+
*
|
|
1014
|
+
* > To enable access logs, you must also specify a `logConfiguration` in the `serviceConnectConfiguration` .
|
|
985
1015
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectaccesslogconfiguration.html}
|
|
986
1016
|
*/
|
|
987
1017
|
export type ServiceConnectAccessLogConfiguration = {
|
|
988
1018
|
/**
|
|
1019
|
+
* The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
|
|
989
1020
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectaccesslogconfiguration.html#cfn-ecs-service-serviceconnectaccesslogconfiguration-format}
|
|
990
1021
|
*/
|
|
991
1022
|
Format: "TEXT" | "JSON";
|
|
992
1023
|
/**
|
|
1024
|
+
* Specifies whether to include query parameters in Service Connect access logs.
|
|
1025
|
+
*
|
|
1026
|
+
* When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is `DISABLED` .
|
|
993
1027
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectaccesslogconfiguration.html#cfn-ecs-service-serviceconnectaccesslogconfiguration-includequeryparameters}
|
|
994
1028
|
*/
|
|
995
1029
|
IncludeQueryParameters?: "DISABLED" | "ENABLED" | undefined;
|
|
@@ -1033,6 +1067,9 @@ export type ServiceConnectClientAlias = {
|
|
|
1033
1067
|
*/
|
|
1034
1068
|
export type ServiceConnectConfiguration = {
|
|
1035
1069
|
/**
|
|
1070
|
+
* The configuration for Service Connect access logging. Access logs capture detailed information about requests made to your service, including request patterns, response codes, and timing data. They can be useful for debugging connectivity issues, monitoring service performance, and auditing service-to-service communication for security and compliance purposes.
|
|
1071
|
+
*
|
|
1072
|
+
* > To enable access logs, you must also specify a `logConfiguration` in the `serviceConnectConfiguration` .
|
|
1036
1073
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectconfiguration.html#cfn-ecs-service-serviceconnectconfiguration-accesslogconfiguration}
|
|
1037
1074
|
*/
|
|
1038
1075
|
AccessLogConfiguration?: ServiceConnectAccessLogConfiguration | undefined;
|
|
@@ -116,7 +116,7 @@ export type ECSTaskDefinitionProps = {
|
|
|
116
116
|
*
|
|
117
117
|
* If `task` is specified, all containers within the specified task share the same process namespace.
|
|
118
118
|
*
|
|
119
|
-
* If no value is specified, the default is a private namespace for each container.
|
|
119
|
+
* If no value is specified, the The default is a private namespace for each container.
|
|
120
120
|
*
|
|
121
121
|
* If the `host` PID mode is used, there's a heightened risk of undesired process namespace exposure.
|
|
122
122
|
*
|
|
@@ -144,7 +144,7 @@ export type ECSTaskDefinitionProps = {
|
|
|
144
144
|
*/
|
|
145
145
|
RequiresCompatibilities?: string[] | undefined;
|
|
146
146
|
/**
|
|
147
|
-
* The operating system that your tasks definitions run on.
|
|
147
|
+
* The operating system that your tasks definitions run on.
|
|
148
148
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-runtimeplatform}
|
|
149
149
|
*/
|
|
150
150
|
RuntimePlatform?: RuntimePlatform | undefined;
|
|
@@ -217,7 +217,7 @@ export type ContainerDefinition = {
|
|
|
217
217
|
*/
|
|
218
218
|
Command?: string[] | undefined;
|
|
219
219
|
/**
|
|
220
|
-
* The number of `cpu` units reserved for the container. This parameter maps to `CpuShares` in the docker container create
|
|
220
|
+
* The number of `cpu` units reserved for the container. This parameter maps to `CpuShares` in the docker container create command and the `--cpu-shares` option to docker run.
|
|
221
221
|
*
|
|
222
222
|
* This field is optional for tasks using the Fargate launch type, and the only requirement is that the total amount of CPU reserved for all containers within a task be lower than the task-level `cpu` value.
|
|
223
223
|
*
|
|
@@ -1316,7 +1316,7 @@ export type RuntimePlatform = {
|
|
|
1316
1316
|
/**
|
|
1317
1317
|
* The CPU architecture.
|
|
1318
1318
|
*
|
|
1319
|
-
* You can run your Linux tasks on an ARM-based platform by setting the value to `ARM64` . This option is available for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.
|
|
1319
|
+
* You can run your Linux tasks on an ARM-based platform by setting the value to `ARM64` . This option is available for tasks that run on Linux Amazon EC2 instance, Amazon ECS Managed Instances, or Linux containers on Fargate.
|
|
1320
1320
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-runtimeplatform.html#cfn-ecs-taskdefinition-runtimeplatform-cpuarchitecture}
|
|
1321
1321
|
*/
|
|
1322
1322
|
CpuArchitecture?: string | undefined;
|
|
@@ -151,14 +151,14 @@ export type CapacityProviderStrategyItem = {
|
|
|
151
151
|
* Base value characteristics:
|
|
152
152
|
*
|
|
153
153
|
* - Only one capacity provider in a strategy can have a base defined
|
|
154
|
-
* -
|
|
155
|
-
* -
|
|
154
|
+
* - The default value is `0` if not specified
|
|
155
|
+
* - The valid range is 0 to 100,000
|
|
156
156
|
* - Base requirements are satisfied first before weight distribution
|
|
157
157
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-capacityproviderstrategyitem.html#cfn-ecs-taskset-capacityproviderstrategyitem-base}
|
|
158
158
|
*/
|
|
159
159
|
Base?: number | undefined;
|
|
160
160
|
/**
|
|
161
|
-
* The short name of the capacity provider.
|
|
161
|
+
* The short name of the capacity provider. This can be either an AWS managed capacity provider ( `FARGATE` or `FARGATE_SPOT` ) or the name of a custom capacity provider that you created.
|
|
162
162
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-capacityproviderstrategyitem.html#cfn-ecs-taskset-capacityproviderstrategyitem-capacityprovider}
|
|
163
163
|
*/
|
|
164
164
|
CapacityProvider?: string | undefined;
|
|
@@ -170,8 +170,8 @@ export type CapacityProviderStrategyItem = {
|
|
|
170
170
|
* Weight value characteristics:
|
|
171
171
|
*
|
|
172
172
|
* - Weight is considered after the base value is satisfied
|
|
173
|
-
* -
|
|
174
|
-
* -
|
|
173
|
+
* - The default value is `0` if not specified
|
|
174
|
+
* - The valid range is 0 to 1,000
|
|
175
175
|
* - At least one capacity provider must have a weight greater than zero
|
|
176
176
|
* - Capacity providers with weight of `0` cannot place tasks
|
|
177
177
|
*
|
|
@@ -20,7 +20,7 @@ export type GameLiftBuildProps = {
|
|
|
20
20
|
* > Amazon Linux 2 (AL2) will reach end of support on 6/30/2025. See more details in the [Amazon Linux 2 FAQs](https://docs.aws.amazon.com/amazon-linux-2/faqs/) . For game servers that are hosted on AL2 and use server SDK version 4.x for Amazon GameLift Servers, first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See [Migrate to server SDK version 5.](https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-serversdk5-migration.html)
|
|
21
21
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem}
|
|
22
22
|
*/
|
|
23
|
-
OperatingSystem?: "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2023" | "WINDOWS_2012" | "WINDOWS_2016" | undefined;
|
|
23
|
+
OperatingSystem?: "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2023" | "WINDOWS_2012" | "WINDOWS_2016" | "WINDOWS_2022" | undefined;
|
|
24
24
|
/**
|
|
25
25
|
* A server SDK version you used when integrating your game server build with Amazon GameLift Servers. For more information see [Integrate games with custom game servers](https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-custom-intro.html) . By default Amazon GameLift Servers sets this value to `4.0.2` .
|
|
26
26
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-serversdkversion}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::Glue::IntegrationResourceProperty
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integrationresourceproperty.html}
|
|
5
|
+
*/
|
|
6
|
+
export type GlueIntegrationResourceProperty = ResourceDefinitionWithAttributes<"AWS::Glue::IntegrationResourceProperty", GlueIntegrationResourcePropertyProps, GlueIntegrationResourcePropertyAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource Type definition for AWS::Glue::IntegrationResourceProperty
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integrationresourceproperty.html}
|
|
10
|
+
*/
|
|
11
|
+
export type GlueIntegrationResourcePropertyProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The connection ARN of the source, or the database ARN of the target.
|
|
14
|
+
* @pattern arn:aws:.*:.*:[0-9]+:.*
|
|
15
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integrationresourceproperty.html#cfn-glue-integrationresourceproperty-resourcearn}
|
|
16
|
+
*/
|
|
17
|
+
ResourceArn: string;
|
|
18
|
+
/**
|
|
19
|
+
* The resource properties associated with the integration source.
|
|
20
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integrationresourceproperty.html#cfn-glue-integrationresourceproperty-sourceprocessingproperties}
|
|
21
|
+
*/
|
|
22
|
+
SourceProcessingProperties?: {
|
|
23
|
+
/**
|
|
24
|
+
* The IAM role to access the Glue connection.
|
|
25
|
+
* @maxLength 128
|
|
26
|
+
*/
|
|
27
|
+
RoleArn: string;
|
|
28
|
+
} | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* An array of key-value pairs to apply to this resource.
|
|
31
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integrationresourceproperty.html#cfn-glue-integrationresourceproperty-tags}
|
|
32
|
+
*/
|
|
33
|
+
Tags?: Tag[] | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* The resource properties associated with the integration target.
|
|
36
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integrationresourceproperty.html#cfn-glue-integrationresourceproperty-targetprocessingproperties}
|
|
37
|
+
*/
|
|
38
|
+
TargetProcessingProperties?: {
|
|
39
|
+
/**
|
|
40
|
+
* The Glue network connection to configure the Glue job running in the customer VPC.
|
|
41
|
+
* @maxLength 128
|
|
42
|
+
*/
|
|
43
|
+
ConnectionName?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* The ARN of an Eventbridge event bus to receive the integration status notification.
|
|
46
|
+
* @maxLength 128
|
|
47
|
+
*/
|
|
48
|
+
EventBusArn?: string | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* The ARN of the KMS key used for encryption.
|
|
51
|
+
* @maxLength 128
|
|
52
|
+
* @pattern arn:aws:kms:.*:[0-9]+:.*
|
|
53
|
+
*/
|
|
54
|
+
KmsArn?: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* The IAM role to access the Glue database.
|
|
57
|
+
* @maxLength 128
|
|
58
|
+
* @pattern arn:aws:iam:.*:[0-9]+:.*
|
|
59
|
+
*/
|
|
60
|
+
RoleArn: string;
|
|
61
|
+
} | undefined;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integrationresourceproperty.html#aws-resource-glue-integrationresourceproperty-return-values}
|
|
65
|
+
*/
|
|
66
|
+
export type GlueIntegrationResourcePropertyAttribs = {
|
|
67
|
+
/**
|
|
68
|
+
* The integration resource property ARN.
|
|
69
|
+
* @pattern arn:aws:glue:.*:[0-9]+:.*
|
|
70
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integrationresourceproperty.html#cfn-glue-integrationresourceproperty-resourcepropertyarn}
|
|
71
|
+
*/
|
|
72
|
+
ResourcePropertyArn: string;
|
|
73
|
+
};
|
|
74
|
+
//# sourceMappingURL=aws-glue-integrationresourceproperty.d.ts.map
|
|
@@ -13,7 +13,7 @@ export type ImageBuilderContainerRecipeProps = {
|
|
|
13
13
|
* Build and test components that are included in the container recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-components}
|
|
15
15
|
*/
|
|
16
|
-
Components
|
|
16
|
+
Components?: ComponentConfiguration[] | undefined;
|
|
17
17
|
/**
|
|
18
18
|
* Specifies the type of container, such as Docker.
|
|
19
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-containertype}
|
|
@@ -28,7 +28,7 @@ export type ImageBuilderImageRecipeProps = {
|
|
|
28
28
|
* The components that are included in the image recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-components}
|
|
30
30
|
*/
|
|
31
|
-
Components
|
|
31
|
+
Components?: ComponentConfiguration[] | undefined;
|
|
32
32
|
/**
|
|
33
33
|
* The description of the image recipe.
|
|
34
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description}
|
|
@@ -518,7 +518,7 @@ export type DataSourceConfiguration = {
|
|
|
518
518
|
*/
|
|
519
519
|
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
520
520
|
/**
|
|
521
|
-
* Provides the configuration information to connect to
|
|
521
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
522
522
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
523
523
|
*/
|
|
524
524
|
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
@@ -582,7 +582,7 @@ export type DataSourceConfiguration = {
|
|
|
582
582
|
*/
|
|
583
583
|
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
584
584
|
/**
|
|
585
|
-
* Provides the configuration information to connect to
|
|
585
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
586
586
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
587
587
|
*/
|
|
588
588
|
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
@@ -646,7 +646,7 @@ export type DataSourceConfiguration = {
|
|
|
646
646
|
*/
|
|
647
647
|
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
648
648
|
/**
|
|
649
|
-
* Provides the configuration information to connect to
|
|
649
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
650
650
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
651
651
|
*/
|
|
652
652
|
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
@@ -710,7 +710,7 @@ export type DataSourceConfiguration = {
|
|
|
710
710
|
*/
|
|
711
711
|
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
712
712
|
/**
|
|
713
|
-
* Provides the configuration information to connect to
|
|
713
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
714
714
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
715
715
|
*/
|
|
716
716
|
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
@@ -774,7 +774,7 @@ export type DataSourceConfiguration = {
|
|
|
774
774
|
*/
|
|
775
775
|
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
776
776
|
/**
|
|
777
|
-
* Provides the configuration information to connect to
|
|
777
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
778
778
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
779
779
|
*/
|
|
780
780
|
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
@@ -838,7 +838,7 @@ export type DataSourceConfiguration = {
|
|
|
838
838
|
*/
|
|
839
839
|
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
840
840
|
/**
|
|
841
|
-
* Provides the configuration information to connect to
|
|
841
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
842
842
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
843
843
|
*/
|
|
844
844
|
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
@@ -902,7 +902,7 @@ export type DataSourceConfiguration = {
|
|
|
902
902
|
*/
|
|
903
903
|
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
904
904
|
/**
|
|
905
|
-
* Provides the configuration information to connect to
|
|
905
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
906
906
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
907
907
|
*/
|
|
908
908
|
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
@@ -966,7 +966,7 @@ export type DataSourceConfiguration = {
|
|
|
966
966
|
*/
|
|
967
967
|
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
968
968
|
/**
|
|
969
|
-
* Provides the configuration information to connect to
|
|
969
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
970
970
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
971
971
|
*/
|
|
972
972
|
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
@@ -1030,7 +1030,7 @@ export type DataSourceConfiguration = {
|
|
|
1030
1030
|
*/
|
|
1031
1031
|
WebCrawlerConfiguration: WebCrawlerConfiguration;
|
|
1032
1032
|
/**
|
|
1033
|
-
* Provides the configuration information to connect to
|
|
1033
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
1034
1034
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
1035
1035
|
*/
|
|
1036
1036
|
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
@@ -1094,7 +1094,7 @@ export type DataSourceConfiguration = {
|
|
|
1094
1094
|
*/
|
|
1095
1095
|
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
1096
1096
|
/**
|
|
1097
|
-
* Provides the configuration information to connect to
|
|
1097
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
1098
1098
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
1099
1099
|
*/
|
|
1100
1100
|
WorkDocsConfiguration: WorkDocsConfiguration;
|
|
@@ -1158,7 +1158,7 @@ export type DataSourceConfiguration = {
|
|
|
1158
1158
|
*/
|
|
1159
1159
|
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
1160
1160
|
/**
|
|
1161
|
-
* Provides the configuration information to connect to
|
|
1161
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
1162
1162
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
1163
1163
|
*/
|
|
1164
1164
|
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
@@ -2262,9 +2262,9 @@ export type WebCrawlerUrls = {
|
|
|
2262
2262
|
SiteMapsConfiguration?: WebCrawlerSiteMapsConfiguration | undefined;
|
|
2263
2263
|
};
|
|
2264
2264
|
/**
|
|
2265
|
-
* Provides the configuration information to connect to
|
|
2265
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
2266
2266
|
*
|
|
2267
|
-
*
|
|
2267
|
+
* WorkDocs connector is available in Oregon, North Virginia, Sydney, Singapore and Ireland regions.
|
|
2268
2268
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html}
|
|
2269
2269
|
*/
|
|
2270
2270
|
export type WorkDocsConfiguration = {
|
|
@@ -2276,24 +2276,24 @@ export type WorkDocsConfiguration = {
|
|
|
2276
2276
|
*/
|
|
2277
2277
|
CrawlComments?: boolean | undefined;
|
|
2278
2278
|
/**
|
|
2279
|
-
* A list of regular expression patterns to exclude certain files in your
|
|
2279
|
+
* A list of regular expression patterns to exclude certain files in your WorkDocs site repository. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
|
|
2280
2280
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-exclusionpatterns}
|
|
2281
2281
|
*/
|
|
2282
2282
|
ExclusionPatterns?: string[] | undefined;
|
|
2283
2283
|
/**
|
|
2284
|
-
* A list of `DataSourceToIndexFieldMapping` objects that map
|
|
2284
|
+
* A list of `DataSourceToIndexFieldMapping` objects that map WorkDocs data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to WorkDocs fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The WorkDocs data source field names must exist in your WorkDocs custom metadata.
|
|
2285
2285
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-fieldmappings}
|
|
2286
2286
|
*/
|
|
2287
2287
|
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
2288
2288
|
/**
|
|
2289
|
-
* A list of regular expression patterns to include certain files in your
|
|
2289
|
+
* A list of regular expression patterns to include certain files in your WorkDocs site repository. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
|
|
2290
2290
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-inclusionpatterns}
|
|
2291
2291
|
*/
|
|
2292
2292
|
InclusionPatterns?: string[] | undefined;
|
|
2293
2293
|
/**
|
|
2294
|
-
* The identifier of the directory corresponding to your
|
|
2294
|
+
* The identifier of the directory corresponding to your WorkDocs site repository.
|
|
2295
2295
|
*
|
|
2296
|
-
* You can find the organization ID in the [AWS Directory Service](https://docs.aws.amazon.com/directoryservicev2/) by going to *Active Directory* , then *Directories* . Your
|
|
2296
|
+
* You can find the organization ID in the [AWS Directory Service](https://docs.aws.amazon.com/directoryservicev2/) by going to *Active Directory* , then *Directories* . Your WorkDocs site directory has an ID, which is the organization ID. You can also set up a new WorkDocs directory in the AWS Directory Service console and enable a WorkDocs site for the directory in the WorkDocs console.
|
|
2297
2297
|
* @minLength 12
|
|
2298
2298
|
* @maxLength 12
|
|
2299
2299
|
* @pattern d-[0-9a-fA-F]{10}
|
|
@@ -2301,7 +2301,7 @@ export type WorkDocsConfiguration = {
|
|
|
2301
2301
|
*/
|
|
2302
2302
|
OrganizationId: string;
|
|
2303
2303
|
/**
|
|
2304
|
-
* `TRUE` to use the
|
|
2304
|
+
* `TRUE` to use the WorkDocs change log to determine which documents require updating in the index. Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in WorkDocs.
|
|
2305
2305
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-usechangelog}
|
|
2306
2306
|
*/
|
|
2307
2307
|
UseChangeLog?: boolean | undefined;
|
|
@@ -14,6 +14,13 @@ export type KinesisStreamProps = {
|
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-desiredshardlevelmetrics}
|
|
15
15
|
*/
|
|
16
16
|
DesiredShardLevelMetrics?: EnhancedMetric[] | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* Maximum size of a data record in KiB allowed to be put into Kinesis stream.
|
|
19
|
+
* @min 1024
|
|
20
|
+
* @max 10240
|
|
21
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-maxrecordsizeinkib}
|
|
22
|
+
*/
|
|
23
|
+
MaxRecordSizeInKiB?: number | undefined;
|
|
17
24
|
/**
|
|
18
25
|
* The name of the Kinesis stream. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the stream name. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html) .
|
|
19
26
|
*
|
|
@@ -147,7 +147,7 @@ export type KMSKeyProps = {
|
|
|
147
147
|
* @default "SYMMETRIC_DEFAULT"
|
|
148
148
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyspec}
|
|
149
149
|
*/
|
|
150
|
-
KeySpec?: "SYMMETRIC_DEFAULT" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "ECC_NIST_P256" | "ECC_NIST_P384" | "ECC_NIST_P521" | "ECC_SECG_P256K1" | "HMAC_224" | "HMAC_256" | "HMAC_384" | "HMAC_512" | "SM2" | "ML_DSA_44" | "ML_DSA_65" | "ML_DSA_87" | undefined;
|
|
150
|
+
KeySpec?: "SYMMETRIC_DEFAULT" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "ECC_NIST_P256" | "ECC_NIST_P384" | "ECC_NIST_P521" | "ECC_SECG_P256K1" | "HMAC_224" | "HMAC_256" | "HMAC_384" | "HMAC_512" | "SM2" | "ML_DSA_44" | "ML_DSA_65" | "ML_DSA_87" | "ECC_NIST_EDWARDS25519" | undefined;
|
|
151
151
|
/**
|
|
152
152
|
* Determines the [cryptographic operations](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#cryptographic-operations) for which you can use the KMS key. The default value is `ENCRYPT_DECRYPT` . This property is required for asymmetric KMS keys and HMAC KMS keys. You can't change the `KeyUsage` value after the KMS key is created.
|
|
153
153
|
*
|
|
@@ -57,7 +57,7 @@ export type LambdaPermissionProps = {
|
|
|
57
57
|
*/
|
|
58
58
|
FunctionUrlAuthType?: "AWS_IAM" | "NONE" | undefined;
|
|
59
59
|
/**
|
|
60
|
-
* Restricts the `lambda:InvokeFunction` action to function URL calls. When
|
|
60
|
+
* Restricts the `lambda:InvokeFunction` action to function URL calls. When specified, this option prevents the principal from invoking the function by any means other than the function URL. For more information, see [Control access to Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) .
|
|
61
61
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-invokedviafunctionurl}
|
|
62
62
|
*/
|
|
63
63
|
InvokedViaFunctionUrl?: boolean | undefined;
|
|
@@ -95,6 +95,25 @@ export type LocationAPIKeyAttribs = {
|
|
|
95
95
|
*/
|
|
96
96
|
UpdateTime: string;
|
|
97
97
|
};
|
|
98
|
+
/**
|
|
99
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-androidapp.html}
|
|
100
|
+
*/
|
|
101
|
+
export type AndroidApp = {
|
|
102
|
+
/**
|
|
103
|
+
* @minLength 59
|
|
104
|
+
* @maxLength 59
|
|
105
|
+
* @pattern ^([A-Fa-f0-9]{2}:){19}[A-Fa-f0-9]{2}$
|
|
106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-androidapp.html#cfn-location-apikey-androidapp-certificatefingerprint}
|
|
107
|
+
*/
|
|
108
|
+
CertificateFingerprint: string;
|
|
109
|
+
/**
|
|
110
|
+
* @minLength 1
|
|
111
|
+
* @maxLength 255
|
|
112
|
+
* @pattern ^([A-Za-z][A-Za-z\d_]*\.)+[A-Za-z][A-Za-z\d_]*$
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-androidapp.html#cfn-location-apikey-androidapp-package}
|
|
114
|
+
*/
|
|
115
|
+
Package: string;
|
|
116
|
+
};
|
|
98
117
|
/**
|
|
99
118
|
* API Restrictions on the allowed actions, resources, and referers for an API key resource.
|
|
100
119
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-apikeyrestrictions.html}
|
|
@@ -143,6 +162,14 @@ export type ApiKeyRestrictions = {
|
|
|
143
162
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-apikeyrestrictions.html#cfn-location-apikey-apikeyrestrictions-allowactions}
|
|
144
163
|
*/
|
|
145
164
|
AllowActions: string[];
|
|
165
|
+
/**
|
|
166
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-apikeyrestrictions.html#cfn-location-apikey-apikeyrestrictions-allowandroidapps}
|
|
167
|
+
*/
|
|
168
|
+
AllowAndroidApps?: AndroidApp[] | undefined;
|
|
169
|
+
/**
|
|
170
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-apikeyrestrictions.html#cfn-location-apikey-apikeyrestrictions-allowappleapps}
|
|
171
|
+
*/
|
|
172
|
+
AllowAppleApps?: AppleApp[] | undefined;
|
|
146
173
|
/**
|
|
147
174
|
* An optional list of allowed HTTP referers for which requests must originate from. Requests using this API key from other domains will not be allowed.
|
|
148
175
|
*
|
|
@@ -172,4 +199,16 @@ export type ApiKeyRestrictions = {
|
|
|
172
199
|
*/
|
|
173
200
|
AllowResources: string[];
|
|
174
201
|
};
|
|
202
|
+
/**
|
|
203
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-appleapp.html}
|
|
204
|
+
*/
|
|
205
|
+
export type AppleApp = {
|
|
206
|
+
/**
|
|
207
|
+
* @minLength 1
|
|
208
|
+
* @maxLength 155
|
|
209
|
+
* @pattern ^[A-Za-z0-9\-]+(\.[A-Za-z0-9\-]+)+$
|
|
210
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-appleapp.html#cfn-location-apikey-appleapp-bundleid}
|
|
211
|
+
*/
|
|
212
|
+
BundleId: string;
|
|
213
|
+
};
|
|
175
214
|
//# sourceMappingURL=aws-location-apikey.d.ts.map
|
|
@@ -120,6 +120,7 @@ export type NetworkFirewallFirewallAttribs = {
|
|
|
120
120
|
*/
|
|
121
121
|
FirewallId: string;
|
|
122
122
|
/**
|
|
123
|
+
* The unique identifier of the transit gateway attachment associated with this firewall. This field is only present for transit gateway-attached firewalls.
|
|
123
124
|
* @minLength 1
|
|
124
125
|
* @maxLength 128
|
|
125
126
|
* @pattern ^tgw-attach-[0-9a-z]+$
|
|
@@ -119,6 +119,7 @@ export type Dimension = {
|
|
|
119
119
|
*/
|
|
120
120
|
export type FirewallPolicy = {
|
|
121
121
|
/**
|
|
122
|
+
* When true, prevents TCP and TLS packets from reaching destination servers until TLS Inspection has evaluated Server Name Indication (SNI) rules. Requires an associated TLS Inspection configuration.
|
|
122
123
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-firewallpolicy.html#cfn-networkfirewall-firewallpolicy-firewallpolicy-enabletlssessionholding}
|
|
123
124
|
*/
|
|
124
125
|
EnableTLSSessionHolding?: boolean | undefined;
|
|
@@ -78,6 +78,11 @@ export type OpenSearchServerlessCollectionAttribs = {
|
|
|
78
78
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-collection.html#cfn-opensearchserverless-collection-id}
|
|
79
79
|
*/
|
|
80
80
|
Id: string;
|
|
81
|
+
/**
|
|
82
|
+
* The ARN of the AWS KMS key used to encrypt the collection.
|
|
83
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-collection.html#cfn-opensearchserverless-collection-kmskeyarn}
|
|
84
|
+
*/
|
|
85
|
+
KmsKeyArn: string;
|
|
81
86
|
};
|
|
82
87
|
/**
|
|
83
88
|
* The possible types for the collection
|
|
@@ -91,7 +91,7 @@ export type QBusinessApplicationProps = {
|
|
|
91
91
|
*/
|
|
92
92
|
QAppsConfiguration?: QAppsConfiguration | undefined;
|
|
93
93
|
/**
|
|
94
|
-
* The Amazon
|
|
94
|
+
* The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
|
|
95
95
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-application.html#cfn-qbusiness-application-quicksightconfiguration}
|
|
96
96
|
*/
|
|
97
97
|
QuickSightConfiguration?: QuickSightConfiguration | undefined;
|
|
@@ -242,12 +242,12 @@ export type QAppsConfiguration = {
|
|
|
242
242
|
*/
|
|
243
243
|
export type QAppsControlMode = "ENABLED" | "DISABLED";
|
|
244
244
|
/**
|
|
245
|
-
* The Amazon
|
|
245
|
+
* The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider. For more information, see [Creating an Amazon Quick Suite integrated application](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/create-quicksight-integrated-application.html) .
|
|
246
246
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-quicksightconfiguration.html}
|
|
247
247
|
*/
|
|
248
248
|
export type QuickSightConfiguration = {
|
|
249
249
|
/**
|
|
250
|
-
* The Amazon
|
|
250
|
+
* The Amazon Quick Suite namespace that is used as the identity provider. For more information about Quick Suite namespaces, see [Namespace operations](https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html) .
|
|
251
251
|
* @minLength 1
|
|
252
252
|
* @maxLength 64
|
|
253
253
|
* @pattern ^[a-zA-Z0-9._-]*$
|
|
@@ -11480,7 +11480,7 @@ export type SheetDefinition = {
|
|
|
11480
11480
|
*/
|
|
11481
11481
|
Layouts?: Layout[] | undefined;
|
|
11482
11482
|
/**
|
|
11483
|
-
* The name of the sheet. This name is displayed on the sheet's tab in the
|
|
11483
|
+
* The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
11484
11484
|
* @minLength 1
|
|
11485
11485
|
* @maxLength 2048
|
|
11486
11486
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetdefinition.html#cfn-quicksight-analysis-sheetdefinition-name}
|