@propulsionworks/cloudformation 0.1.17 → 0.1.18
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-aiops-investigationgroup.d.ts +25 -28
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +4 -4
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +0 -1
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +16 -16
- package/out/exports/resources.generated/aws-billing-billingview.d.ts +94 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +1 -1
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +2 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +19 -8
- package/out/exports/resources.generated/aws-connect-instance.d.ts +20 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +2 -5
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +8 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +2 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +137 -7
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +14 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +4 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +4 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +9 -3
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +50 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +3 -3
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +1 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +1 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +221 -18
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +7 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +11 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +103 -3
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +5 -1
- package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +41 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +8 -2
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +1 -1
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +111 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +4 -2
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +6 -6
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +5 -7
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +12 -2
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +7 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +16 -2
- package/out/exports/resources.generated/aws-wisdom-quickresponse.d.ts +137 -0
- package/package.json +1 -1
|
@@ -101,7 +101,7 @@ export type ECSServiceProps = {
|
|
|
101
101
|
*/
|
|
102
102
|
DeploymentConfiguration?: DeploymentConfiguration | undefined;
|
|
103
103
|
/**
|
|
104
|
-
* The deployment controller to use for the service.
|
|
104
|
+
* The deployment controller to use for the service.
|
|
105
105
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-deploymentcontroller}
|
|
106
106
|
*/
|
|
107
107
|
DeploymentController?: DeploymentController | undefined;
|
|
@@ -117,7 +117,7 @@ export type ECSServiceProps = {
|
|
|
117
117
|
/**
|
|
118
118
|
* Specifies whether to turn on Amazon ECS managed tags for the tasks within the service. For more information, see [Tagging your Amazon ECS resources](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
119
119
|
*
|
|
120
|
-
* When you use Amazon ECS managed tags, you
|
|
120
|
+
* When you use Amazon ECS managed tags, you must set the `propagateTags` request parameter.
|
|
121
121
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags}
|
|
122
122
|
*/
|
|
123
123
|
EnableECSManagedTags?: boolean | undefined;
|
|
@@ -273,6 +273,27 @@ export type ECSServiceAttribs = {
|
|
|
273
273
|
*/
|
|
274
274
|
ServiceArn: string;
|
|
275
275
|
};
|
|
276
|
+
/**
|
|
277
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-advancedconfiguration.html}
|
|
278
|
+
*/
|
|
279
|
+
export type AdvancedConfiguration = {
|
|
280
|
+
/**
|
|
281
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-advancedconfiguration.html#cfn-ecs-service-advancedconfiguration-alternatetargetgrouparn}
|
|
282
|
+
*/
|
|
283
|
+
AlternateTargetGroupArn: string;
|
|
284
|
+
/**
|
|
285
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-advancedconfiguration.html#cfn-ecs-service-advancedconfiguration-productionlistenerrule}
|
|
286
|
+
*/
|
|
287
|
+
ProductionListenerRule?: string | undefined;
|
|
288
|
+
/**
|
|
289
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-advancedconfiguration.html#cfn-ecs-service-advancedconfiguration-rolearn}
|
|
290
|
+
*/
|
|
291
|
+
RoleArn?: string | undefined;
|
|
292
|
+
/**
|
|
293
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-advancedconfiguration.html#cfn-ecs-service-advancedconfiguration-testlistenerrule}
|
|
294
|
+
*/
|
|
295
|
+
TestListenerRule?: string | undefined;
|
|
296
|
+
};
|
|
276
297
|
/**
|
|
277
298
|
* An object representing the networking details for a task or service. For example `awsVpcConfiguration={subnets=["subnet-12344321"],securityGroups=["sg-12344321"]}` .
|
|
278
299
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html}
|
|
@@ -339,7 +360,7 @@ export type CapacityProviderStrategyItem = {
|
|
|
339
360
|
*
|
|
340
361
|
* When the alarms are generated, Amazon ECS sets the service deployment to failed. Set the rollback parameter to have Amazon ECS to roll back your service to the last completed deployment after a failure.
|
|
341
362
|
*
|
|
342
|
-
* You can only use the `DeploymentAlarms` method to detect failures when the `DeploymentController` is set to `ECS`
|
|
363
|
+
* You can only use the `DeploymentAlarms` method to detect failures when the `DeploymentController` is set to `ECS` .
|
|
343
364
|
*
|
|
344
365
|
* For more information, see [Rolling update](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html) in the **Amazon Elastic Container Service Developer Guide** .
|
|
345
366
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentalarms.html}
|
|
@@ -391,6 +412,12 @@ export type DeploymentConfiguration = {
|
|
|
391
412
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-alarms}
|
|
392
413
|
*/
|
|
393
414
|
Alarms?: DeploymentAlarms | undefined;
|
|
415
|
+
/**
|
|
416
|
+
* @min 0
|
|
417
|
+
* @max 1440
|
|
418
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-baketimeinminutes}
|
|
419
|
+
*/
|
|
420
|
+
BakeTimeInMinutes?: number | undefined;
|
|
394
421
|
/**
|
|
395
422
|
* > The deployment circuit breaker can only be used for services using the rolling update ( `ECS` ) deployment type.
|
|
396
423
|
*
|
|
@@ -398,6 +425,10 @@ export type DeploymentConfiguration = {
|
|
|
398
425
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-deploymentcircuitbreaker}
|
|
399
426
|
*/
|
|
400
427
|
DeploymentCircuitBreaker?: DeploymentCircuitBreaker | undefined;
|
|
428
|
+
/**
|
|
429
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-lifecyclehooks}
|
|
430
|
+
*/
|
|
431
|
+
LifecycleHooks?: DeploymentLifecycleHook[] | undefined;
|
|
401
432
|
/**
|
|
402
433
|
* If a service is using the rolling update ( `ECS` ) deployment type, the `maximumPercent` parameter represents an upper limit on the number of your service's tasks that are allowed in the `RUNNING` or `PENDING` state during a deployment, as a percentage of the `desiredCount` (rounded down to the nearest integer). This parameter enables you to define the deployment batch size. For example, if your service is using the `REPLICA` service scheduler and has a `desiredCount` of four tasks and a `maximumPercent` value of 200%, the scheduler may start four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). The default `maximumPercent` value for a service using the `REPLICA` service scheduler is 200%.
|
|
403
434
|
*
|
|
@@ -439,6 +470,10 @@ export type DeploymentConfiguration = {
|
|
|
439
470
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent}
|
|
440
471
|
*/
|
|
441
472
|
MinimumHealthyPercent?: number | undefined;
|
|
473
|
+
/**
|
|
474
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-strategy}
|
|
475
|
+
*/
|
|
476
|
+
Strategy?: "ROLLING" | "BLUE_GREEN" | undefined;
|
|
442
477
|
};
|
|
443
478
|
/**
|
|
444
479
|
* The deployment controller to use for the service.
|
|
@@ -446,15 +481,71 @@ export type DeploymentConfiguration = {
|
|
|
446
481
|
*/
|
|
447
482
|
export type DeploymentController = {
|
|
448
483
|
/**
|
|
449
|
-
* The deployment controller type to use.
|
|
484
|
+
* The deployment controller type to use.
|
|
485
|
+
*
|
|
486
|
+
* The deployment controller is the mechanism that determines how tasks are deployed for your service. The valid options are:
|
|
487
|
+
*
|
|
488
|
+
* - ECS
|
|
489
|
+
*
|
|
490
|
+
* When you create a service which uses the `ECS` deployment controller, you can choose between the following deployment strategies:
|
|
491
|
+
*
|
|
492
|
+
* - `ROLLING` : When you create a service which uses the *rolling update* ( `ROLLING` ) deployment strategy, the Amazon ECS service scheduler replaces the currently running tasks with new tasks. The number of tasks that Amazon ECS adds or removes from the service during a rolling update is controlled by the service deployment configuration.
|
|
493
|
+
*
|
|
494
|
+
* Rolling update deployments are best suited for the following scenarios:
|
|
495
|
+
*
|
|
496
|
+
* - Gradual service updates: You need to update your service incrementally without taking the entire service offline at once.
|
|
497
|
+
* - Limited resource requirements: You want to avoid the additional resource costs of running two complete environments simultaneously (as required by blue/green deployments).
|
|
498
|
+
* - Acceptable deployment time: Your application can tolerate a longer deployment process, as rolling updates replace tasks one by one.
|
|
499
|
+
* - No need for instant roll back: Your service can tolerate a rollback process that takes minutes rather than seconds.
|
|
500
|
+
* - Simple deployment process: You prefer a straightforward deployment approach without the complexity of managing multiple environments, target groups, and listeners.
|
|
501
|
+
* - No load balancer requirement: Your service doesn't use or require a load balancer, Application Load Balancer , Network Load Balancer , or Service Connect (which are required for blue/green deployments).
|
|
502
|
+
* - Stateful applications: Your application maintains state that makes it difficult to run two parallel environments.
|
|
503
|
+
* - Cost sensitivity: You want to minimize deployment costs by not running duplicate environments during deployment.
|
|
450
504
|
*
|
|
451
|
-
*
|
|
452
|
-
* -
|
|
453
|
-
*
|
|
505
|
+
* Rolling updates are the default deployment strategy for services and provide a balance between deployment safety and resource efficiency for many common application scenarios.
|
|
506
|
+
* - `BLUE_GREEN` : A *blue/green* deployment strategy ( `BLUE_GREEN` ) is a release methodology that reduces downtime and risk by running two identical production environments called blue and green. With Amazon ECS blue/green deployments, you can validate new service revisions before directing production traffic to them. This approach provides a safer way to deploy changes with the ability to quickly roll back if needed.
|
|
507
|
+
*
|
|
508
|
+
* Amazon ECS blue/green deployments are best suited for the following scenarios:
|
|
509
|
+
*
|
|
510
|
+
* - Service validation: When you need to validate new service revisions before directing production traffic to them
|
|
511
|
+
* - Zero downtime: When your service requires zero-downtime deployments
|
|
512
|
+
* - Instant roll back: When you need the ability to quickly roll back if issues are detected
|
|
513
|
+
* - Load balancer requirement: When your service uses Application Load Balancer , Network Load Balancer , or Service Connect
|
|
514
|
+
* - External
|
|
515
|
+
*
|
|
516
|
+
* Use a third-party deployment controller.
|
|
517
|
+
* - Blue/green deployment (powered by CodeDeploy )
|
|
518
|
+
*
|
|
519
|
+
* CodeDeploy installs an updated version of the application as a new replacement task set and reroutes production traffic from the original application task set to the replacement task set. The original task set is terminated after a successful deployment. Use this deployment controller to verify a new deployment of a service before sending production traffic to it.
|
|
520
|
+
*
|
|
521
|
+
* When updating the deployment controller for a service, consider the following depending on the type of migration you're performing.
|
|
522
|
+
*
|
|
523
|
+
* - If you have a template that contains the `EXTERNAL` deployment controller information as well as `TaskSet` and `PrimaryTaskSet` resources, and you remove the task set resources from the template when updating from `EXTERNAL` to `ECS` , the `DescribeTaskSet` and `DeleteTaskSet` API calls will return a 400 error after the deployment controller is updated to `ECS` . This results in a delete failure on the task set resources, even though the stack transitions to `UPDATE_COMPLETE` status. For more information, see [Resource removed from stack but not deleted](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-resource-removed-not-deleted) in the AWS CloudFormation User Guide. To fix this issue, delete the task sets directly using the Amazon ECS `DeleteTaskSet` API. For more information about how to delete a task set, see [DeleteTaskSet](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteTaskSet.html) in the Amazon Elastic Container Service API Reference.
|
|
524
|
+
* - If you're migrating from `CODE_DEPLOY` to `ECS` with a new task definition and AWS CloudFormation performs a rollback operation, the Amazon ECS `UpdateService` request fails with the following error:
|
|
525
|
+
*
|
|
526
|
+
* Resource handler returned message: "Invalid request provided: Unable to update task definition on services with a CODE_DEPLOY deployment controller.
|
|
527
|
+
* - After a successful migration from `ECS` to `EXTERNAL` deployment controller, you need to manually remove the `ACTIVE` task set, because Amazon ECS no longer manages the deployment. For information about how to delete a task set, see [DeleteTaskSet](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteTaskSet.html) in the Amazon Elastic Container Service API Reference.
|
|
454
528
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type}
|
|
455
529
|
*/
|
|
456
530
|
Type?: "CODE_DEPLOY" | "ECS" | "EXTERNAL" | undefined;
|
|
457
531
|
};
|
|
532
|
+
/**
|
|
533
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentlifecyclehook.html}
|
|
534
|
+
*/
|
|
535
|
+
export type DeploymentLifecycleHook = {
|
|
536
|
+
/**
|
|
537
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentlifecyclehook.html#cfn-ecs-service-deploymentlifecyclehook-hooktargetarn}
|
|
538
|
+
*/
|
|
539
|
+
HookTargetArn: string;
|
|
540
|
+
/**
|
|
541
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentlifecyclehook.html#cfn-ecs-service-deploymentlifecyclehook-lifecyclestages}
|
|
542
|
+
*/
|
|
543
|
+
LifecycleStages: ("RECONCILE_SERVICE" | "PRE_SCALE_UP" | "POST_SCALE_UP" | "TEST_TRAFFIC_SHIFT" | "POST_TEST_TRAFFIC_SHIFT" | "PRODUCTION_TRAFFIC_SHIFT" | "POST_PRODUCTION_TRAFFIC_SHIFT")[];
|
|
544
|
+
/**
|
|
545
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentlifecyclehook.html#cfn-ecs-service-deploymentlifecyclehook-rolearn}
|
|
546
|
+
*/
|
|
547
|
+
RoleArn: string;
|
|
548
|
+
};
|
|
458
549
|
/**
|
|
459
550
|
* The tag specifications of an Amazon EBS volume.
|
|
460
551
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-ebstagspecification.html}
|
|
@@ -485,6 +576,10 @@ export type EBSTagSpecification = {
|
|
|
485
576
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-loadbalancer.html}
|
|
486
577
|
*/
|
|
487
578
|
export type LoadBalancer = {
|
|
579
|
+
/**
|
|
580
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-loadbalancer.html#cfn-ecs-service-loadbalancer-advancedconfiguration}
|
|
581
|
+
*/
|
|
582
|
+
AdvancedConfiguration?: AdvancedConfiguration | undefined;
|
|
488
583
|
/**
|
|
489
584
|
* The name of the container (as it appears in a container definition) to associate with the load balancer.
|
|
490
585
|
*
|
|
@@ -742,6 +837,10 @@ export type ServiceConnectClientAlias = {
|
|
|
742
837
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectclientalias.html#cfn-ecs-service-serviceconnectclientalias-port}
|
|
743
838
|
*/
|
|
744
839
|
Port: number;
|
|
840
|
+
/**
|
|
841
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectclientalias.html#cfn-ecs-service-serviceconnectclientalias-testtrafficrules}
|
|
842
|
+
*/
|
|
843
|
+
TestTrafficRules?: ServiceConnectTestTrafficRules | undefined;
|
|
745
844
|
};
|
|
746
845
|
/**
|
|
747
846
|
* The Service Connect configuration of your Amazon ECS service. The configuration for this service to discover and connect to services, and be discovered by, and connected from, other services within a namespace.
|
|
@@ -836,6 +935,37 @@ export type ServiceConnectService = {
|
|
|
836
935
|
*/
|
|
837
936
|
Tls?: ServiceConnectTlsConfiguration | undefined;
|
|
838
937
|
};
|
|
938
|
+
/**
|
|
939
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrules.html}
|
|
940
|
+
*/
|
|
941
|
+
export type ServiceConnectTestTrafficRules = {
|
|
942
|
+
/**
|
|
943
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrules.html#cfn-ecs-service-serviceconnecttesttrafficrules-header}
|
|
944
|
+
*/
|
|
945
|
+
Header: ServiceConnectTestTrafficRulesHeader;
|
|
946
|
+
};
|
|
947
|
+
/**
|
|
948
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrulesheader.html}
|
|
949
|
+
*/
|
|
950
|
+
export type ServiceConnectTestTrafficRulesHeader = {
|
|
951
|
+
/**
|
|
952
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrulesheader.html#cfn-ecs-service-serviceconnecttesttrafficrulesheader-name}
|
|
953
|
+
*/
|
|
954
|
+
Name: string;
|
|
955
|
+
/**
|
|
956
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrulesheader.html#cfn-ecs-service-serviceconnecttesttrafficrulesheader-value}
|
|
957
|
+
*/
|
|
958
|
+
Value?: ServiceConnectTestTrafficRulesHeaderValue | undefined;
|
|
959
|
+
};
|
|
960
|
+
/**
|
|
961
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrulesheadervalue.html}
|
|
962
|
+
*/
|
|
963
|
+
export type ServiceConnectTestTrafficRulesHeaderValue = {
|
|
964
|
+
/**
|
|
965
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrulesheadervalue.html#cfn-ecs-service-serviceconnecttesttrafficrulesheadervalue-exact}
|
|
966
|
+
*/
|
|
967
|
+
Exact: string;
|
|
968
|
+
};
|
|
839
969
|
/**
|
|
840
970
|
* The certificate root authority that secures your service.
|
|
841
971
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttlscertificateauthority.html}
|
|
@@ -50,6 +50,20 @@ export type EventsEventBusProps = {
|
|
|
50
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-kmskeyidentifier}
|
|
51
51
|
*/
|
|
52
52
|
KmsKeyIdentifier?: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* The logging configuration settings for vended logs.
|
|
55
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-logconfig}
|
|
56
|
+
*/
|
|
57
|
+
LogConfig?: {
|
|
58
|
+
/**
|
|
59
|
+
* Configures whether or not to include event detail, input transformer details, target properties, and target input in the applicable log messages.
|
|
60
|
+
*/
|
|
61
|
+
IncludeDetail?: "FULL" | "NONE" | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* Configures the log level of the EventBus and determines which log messages are sent to Ingestion Hub for delivery.
|
|
64
|
+
*/
|
|
65
|
+
Level?: "INFO" | "ERROR" | "TRACE" | "OFF" | undefined;
|
|
66
|
+
} | undefined;
|
|
53
67
|
/**
|
|
54
68
|
* The name of the new event bus.
|
|
55
69
|
*
|
|
@@ -24,6 +24,10 @@ export type GuardDutyIPSetProps = {
|
|
|
24
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid}
|
|
25
25
|
*/
|
|
26
26
|
DetectorId?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-expectedbucketowner}
|
|
29
|
+
*/
|
|
30
|
+
ExpectedBucketOwner?: string | undefined;
|
|
27
31
|
/**
|
|
28
32
|
* The format of the file that contains the IPSet.
|
|
29
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format}
|
|
@@ -24,6 +24,10 @@ export type GuardDutyThreatIntelSetProps = {
|
|
|
24
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid}
|
|
25
25
|
*/
|
|
26
26
|
DetectorId?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-expectedbucketowner}
|
|
29
|
+
*/
|
|
30
|
+
ExpectedBucketOwner?: string | undefined;
|
|
27
31
|
/**
|
|
28
32
|
* The format of the file that contains the ThreatIntelSet.
|
|
29
33
|
* @minLength 1
|
|
@@ -25,7 +25,7 @@ export type IoTSiteWiseGatewayProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
GatewayPlatform: GatewayPlatform;
|
|
27
27
|
/**
|
|
28
|
-
* The version of the gateway
|
|
28
|
+
* The version of the gateway you want to create.
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-gateway.html#cfn-iotsitewise-gateway-gatewayversion}
|
|
30
30
|
*/
|
|
31
31
|
GatewayVersion?: string | undefined;
|
|
@@ -56,13 +56,19 @@ export type GatewayCapabilitySummary = {
|
|
|
56
56
|
*/
|
|
57
57
|
CapabilityConfiguration?: string | undefined;
|
|
58
58
|
/**
|
|
59
|
-
* The namespace of the capability configuration. For example, if you configure OPC
|
|
59
|
+
* The namespace of the capability configuration. For example, if you configure OPC UA sources for an MQTT-enabled gateway, your OPC-UA capability configuration has the namespace `iotsitewise:opcuacollector:3` .
|
|
60
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-gatewaycapabilitysummary.html#cfn-iotsitewise-gateway-gatewaycapabilitysummary-capabilitynamespace}
|
|
61
61
|
*/
|
|
62
62
|
CapabilityNamespace: string;
|
|
63
63
|
};
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* The gateway's platform configuration. You can only specify one platform type in a gateway.
|
|
66
|
+
*
|
|
67
|
+
* (Legacy only) For Greengrass V1 gateways, specify the `greengrass` parameter with a valid Greengrass group ARN.
|
|
68
|
+
*
|
|
69
|
+
* For Greengrass V2 gateways, specify the `greengrassV2` parameter with a valid core device thing name. If creating a V3 gateway ( `gatewayVersion=3` ), you must also specify the `coreDeviceOperatingSystem` .
|
|
70
|
+
*
|
|
71
|
+
* For Siemens Industrial Edge gateways, specify the `siemensIE` parameter with a valid IoT Core thing name.
|
|
66
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-gatewayplatform.html}
|
|
67
73
|
*/
|
|
68
74
|
export type GatewayPlatform = {
|
|
@@ -397,6 +397,13 @@ export type CatalogConfiguration = {
|
|
|
397
397
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-catalogconfiguration.html#cfn-kinesisfirehose-deliverystream-catalogconfiguration-catalogarn}
|
|
398
398
|
*/
|
|
399
399
|
CatalogArn?: string | undefined;
|
|
400
|
+
/**
|
|
401
|
+
* @minLength 1
|
|
402
|
+
* @maxLength 2048
|
|
403
|
+
* @pattern s3:\/\/.*
|
|
404
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-catalogconfiguration.html#cfn-kinesisfirehose-deliverystream-catalogconfiguration-warehouselocation}
|
|
405
|
+
*/
|
|
406
|
+
WarehouseLocation?: string | undefined;
|
|
400
407
|
};
|
|
401
408
|
/**
|
|
402
409
|
* The `CloudWatchLoggingOptions` property type specifies Amazon CloudWatch Logs (CloudWatch Logs) logging options that Amazon Kinesis Data Firehose (Kinesis Data Firehose) uses for the delivery stream.
|
|
@@ -710,6 +717,12 @@ export type DestinationTableConfiguration = {
|
|
|
710
717
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html#cfn-kinesisfirehose-deliverystream-destinationtableconfiguration-destinationtablename}
|
|
711
718
|
*/
|
|
712
719
|
DestinationTableName: string;
|
|
720
|
+
/**
|
|
721
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html#cfn-kinesisfirehose-deliverystream-destinationtableconfiguration-partitionspec}
|
|
722
|
+
*/
|
|
723
|
+
PartitionSpec?: {
|
|
724
|
+
Identity?: PartitionField[] | undefined;
|
|
725
|
+
} | undefined;
|
|
713
726
|
/**
|
|
714
727
|
* The table specific S3 error output prefix. All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.
|
|
715
728
|
* @minLength 1
|
|
@@ -1180,6 +1193,14 @@ export type IcebergDestinationConfiguration = {
|
|
|
1180
1193
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-s3configuration}
|
|
1181
1194
|
*/
|
|
1182
1195
|
S3Configuration: S3DestinationConfiguration;
|
|
1196
|
+
/**
|
|
1197
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-schemaevolutionconfiguration}
|
|
1198
|
+
*/
|
|
1199
|
+
SchemaEvolutionConfiguration?: SchemaEvolutionConfiguration | undefined;
|
|
1200
|
+
/**
|
|
1201
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-tablecreationconfiguration}
|
|
1202
|
+
*/
|
|
1203
|
+
TableCreationConfiguration?: TableCreationConfiguration | undefined;
|
|
1183
1204
|
/**
|
|
1184
1205
|
* Describes how Firehose will backup records. Currently,S3 backup only supports `FailedDataOnly` .
|
|
1185
1206
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-s3backupmode}
|
|
@@ -1394,6 +1415,17 @@ export type ParquetSerDe = {
|
|
|
1394
1415
|
*/
|
|
1395
1416
|
WriterVersion?: string | undefined;
|
|
1396
1417
|
};
|
|
1418
|
+
/**
|
|
1419
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-partitionfield.html}
|
|
1420
|
+
*/
|
|
1421
|
+
export type PartitionField = {
|
|
1422
|
+
/**
|
|
1423
|
+
* @minLength 1
|
|
1424
|
+
* @maxLength 255
|
|
1425
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-partitionfield.html#cfn-kinesisfirehose-deliverystream-partitionfield-sourcename}
|
|
1426
|
+
*/
|
|
1427
|
+
SourceName: string;
|
|
1428
|
+
};
|
|
1397
1429
|
/**
|
|
1398
1430
|
* The `ProcessingConfiguration` property configures data processing for an Amazon Kinesis Data Firehose delivery stream.
|
|
1399
1431
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html}
|
|
@@ -1640,6 +1672,15 @@ export type SchemaConfiguration = {
|
|
|
1640
1672
|
*/
|
|
1641
1673
|
VersionId?: string | undefined;
|
|
1642
1674
|
};
|
|
1675
|
+
/**
|
|
1676
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaevolutionconfiguration.html}
|
|
1677
|
+
*/
|
|
1678
|
+
export type SchemaEvolutionConfiguration = {
|
|
1679
|
+
/**
|
|
1680
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaevolutionconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaevolutionconfiguration-enabled}
|
|
1681
|
+
*/
|
|
1682
|
+
Enabled?: boolean | undefined;
|
|
1683
|
+
};
|
|
1643
1684
|
/**
|
|
1644
1685
|
* The structure that defines how Firehose accesses the secret.
|
|
1645
1686
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-secretsmanagerconfiguration.html}
|
|
@@ -1972,6 +2013,15 @@ export type SplunkRetryOptions = {
|
|
|
1972
2013
|
*/
|
|
1973
2014
|
DurationInSeconds?: number | undefined;
|
|
1974
2015
|
};
|
|
2016
|
+
/**
|
|
2017
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-tablecreationconfiguration.html}
|
|
2018
|
+
*/
|
|
2019
|
+
export type TableCreationConfiguration = {
|
|
2020
|
+
/**
|
|
2021
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-tablecreationconfiguration.html#cfn-kinesisfirehose-deliverystream-tablecreationconfiguration-enabled}
|
|
2022
|
+
*/
|
|
2023
|
+
Enabled?: boolean | undefined;
|
|
2024
|
+
};
|
|
1975
2025
|
/**
|
|
1976
2026
|
* The details of the VPC of the Amazon ES destination.
|
|
1977
2027
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, PolicyDocument, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* This structure contains information about one *delivery destination* in your account. A delivery destination is an AWS resource that represents an AWS service that logs can be sent to. CloudWatch Logs, Amazon S3, are supported as
|
|
3
|
+
* This structure contains information about one *delivery destination* in your account. A delivery destination is an AWS resource that represents an AWS service that logs can be sent to. CloudWatch Logs, Amazon S3, Firehose, and X-Ray are supported as delivery destinations.
|
|
4
4
|
*
|
|
5
5
|
* To configure logs delivery between a supported AWS service and a destination, you must do the following:
|
|
6
6
|
*
|
|
@@ -14,7 +14,7 @@ import type { ResourceDefinitionWithAttributes, PolicyDocument, Tag } from "../m
|
|
|
14
14
|
*/
|
|
15
15
|
export type LogsDeliveryDestination = ResourceDefinitionWithAttributes<"AWS::Logs::DeliveryDestination", LogsDeliveryDestinationProps, LogsDeliveryDestinationAttribs>;
|
|
16
16
|
/**
|
|
17
|
-
* This structure contains information about one *delivery destination* in your account. A delivery destination is an AWS resource that represents an AWS service that logs can be sent to. CloudWatch Logs, Amazon S3, are supported as
|
|
17
|
+
* This structure contains information about one *delivery destination* in your account. A delivery destination is an AWS resource that represents an AWS service that logs can be sent to. CloudWatch Logs, Amazon S3, Firehose, and X-Ray are supported as delivery destinations.
|
|
18
18
|
*
|
|
19
19
|
* To configure logs delivery between a supported AWS service and a destination, you must do the following:
|
|
20
20
|
*
|
|
@@ -71,7 +71,7 @@ export type LogsDeliveryDestinationAttribs = {
|
|
|
71
71
|
*/
|
|
72
72
|
Arn: string;
|
|
73
73
|
/**
|
|
74
|
-
* Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or
|
|
74
|
+
* Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.
|
|
75
75
|
* @minLength 1
|
|
76
76
|
* @maxLength 12
|
|
77
77
|
* @pattern ^[0-9A-Za-z]+$
|
|
@@ -351,7 +351,7 @@ export type Processor = {
|
|
|
351
351
|
*/
|
|
352
352
|
ParseRoute53?: ParseRoute53 | undefined;
|
|
353
353
|
/**
|
|
354
|
-
* Use this
|
|
354
|
+
* Use this parameter to convert logs into Open Cybersecurity Schema (OCSF) format.
|
|
355
355
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-parsetoocsf}
|
|
356
356
|
*/
|
|
357
357
|
ParseToOCSF?: ParseToOCSF | undefined;
|
|
@@ -57,7 +57,6 @@ export type MediaPackageV2ChannelProps = {
|
|
|
57
57
|
*/
|
|
58
58
|
OutputHeaderConfiguration?: OutputHeaderConfiguration | undefined;
|
|
59
59
|
/**
|
|
60
|
-
* The tags associated with the channel.
|
|
61
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#cfn-mediapackagev2-channel-tags}
|
|
62
61
|
*/
|
|
63
62
|
Tags?: Tag[] | undefined;
|
|
@@ -78,6 +77,7 @@ export type MediaPackageV2ChannelAttribs = {
|
|
|
78
77
|
*/
|
|
79
78
|
CreatedAt: string;
|
|
80
79
|
/**
|
|
80
|
+
* The ingest domain URL where the source stream should be sent.
|
|
81
81
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#cfn-mediapackagev2-channel-ingestendpointurls}
|
|
82
82
|
*/
|
|
83
83
|
IngestEndpointUrls: string[];
|