@propulsionworks/cloudformation 0.1.18 → 0.1.19
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 +7 -7
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +1 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +3 -3
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +16 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +16 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +75 -10
- package/out/exports/resources.generated/aws-billing-billingview.d.ts +1 -1
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +5 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +3 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +2 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +5 -1
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +0 -1
- package/out/exports/resources.generated/aws-connect-instance.d.ts +5 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +8 -8
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +3 -2
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +1 -1
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +4 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +1 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +6 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +71 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +3 -1
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +3 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +3 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +30 -0
- package/out/exports/resources.generated/aws-lightsail-domain.d.ts +78 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +1 -1
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +44 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +35 -24
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +2 -2
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +11 -13
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +2 -2
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +15 -2
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +5 -1
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +1 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +47 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +21 -12
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +1 -0
- package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +22 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +10 -7
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +39 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +22 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +6 -1
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +6 -1
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +6 -1
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +5 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +6 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +21 -0
- package/out/exports/resources.generated/aws-wisdom-quickresponse.d.ts +19 -7
- package/package.json +1 -1
|
@@ -75,6 +75,7 @@ export type DocDBDBClusterProps = {
|
|
|
75
75
|
*/
|
|
76
76
|
EngineVersion?: string | undefined;
|
|
77
77
|
/**
|
|
78
|
+
* The cluster identifier of the new global cluster.
|
|
78
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-globalclusteridentifier}
|
|
79
80
|
*/
|
|
80
81
|
GlobalClusterIdentifier?: string | undefined;
|
|
@@ -51,7 +51,7 @@ export type EC2CapacityReservationProps = {
|
|
|
51
51
|
/**
|
|
52
52
|
* The number of instances for which to reserve capacity.
|
|
53
53
|
*
|
|
54
|
-
* > You can request future-dated Capacity Reservations for an instance count with a minimum of
|
|
54
|
+
* > You can request future-dated Capacity Reservations for an instance count with a minimum of 64 vCPUs. For example, if you request a future-dated Capacity Reservation for `m5.xlarge` instances, you must request at least 25 instances ( *16 * m5.xlarge = 64 vCPUs* ).
|
|
55
55
|
*
|
|
56
56
|
* Valid range: 1 - 1000
|
|
57
57
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount}
|
|
@@ -77,7 +77,7 @@ export type EC2CapacityReservationProps = {
|
|
|
77
77
|
/**
|
|
78
78
|
* The instance type for which to reserve capacity.
|
|
79
79
|
*
|
|
80
|
-
* > You can request future-dated Capacity Reservations for instance types in the C, M, R, I, and
|
|
80
|
+
* > You can request future-dated Capacity Reservations for instance types in the C, M, R, I, T, and G instance families only.
|
|
81
81
|
*
|
|
82
82
|
* For more information, see [Instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide* .
|
|
83
83
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype}
|
|
@@ -165,7 +165,7 @@ export type EC2InstanceProps = {
|
|
|
165
165
|
*/
|
|
166
166
|
KernelId?: string | undefined;
|
|
167
167
|
/**
|
|
168
|
-
* The name of the key pair.
|
|
168
|
+
* The name of the key pair. For more information, see [Create a key pair for your EC2 instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html) .
|
|
169
169
|
*
|
|
170
170
|
* > If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.
|
|
171
171
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instance.html#cfn-ec2-instance-keyname}
|
|
@@ -31,6 +31,11 @@ export type EC2TrafficMirrorSessionProps = {
|
|
|
31
31
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid}
|
|
32
32
|
*/
|
|
33
33
|
NetworkInterfaceId: string;
|
|
34
|
+
/**
|
|
35
|
+
* The ID of the account that owns the Traffic Mirror session.
|
|
36
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-ownerid}
|
|
37
|
+
*/
|
|
38
|
+
OwnerId?: string | undefined;
|
|
34
39
|
/**
|
|
35
40
|
* The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.
|
|
36
41
|
*
|
|
@@ -73,6 +78,7 @@ export type EC2TrafficMirrorSessionProps = {
|
|
|
73
78
|
*/
|
|
74
79
|
export type EC2TrafficMirrorSessionAttribs = {
|
|
75
80
|
/**
|
|
81
|
+
* The ID of a Traffic Mirror session.
|
|
76
82
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-id}
|
|
77
83
|
*/
|
|
78
84
|
Id: string;
|
|
@@ -274,22 +274,27 @@ export type ECSServiceAttribs = {
|
|
|
274
274
|
ServiceArn: string;
|
|
275
275
|
};
|
|
276
276
|
/**
|
|
277
|
+
* The advanced settings for a load balancer used in blue/green deployments. Specify the alternate target group, listener rules, and IAM role required for traffic shifting during blue/green deployments. For more information, see [Required resources for Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/blue-green-deployment-implementation.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
277
278
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-advancedconfiguration.html}
|
|
278
279
|
*/
|
|
279
280
|
export type AdvancedConfiguration = {
|
|
280
281
|
/**
|
|
282
|
+
* The Amazon Resource Name (ARN) of the alternate target group for Amazon ECS blue/green deployments.
|
|
281
283
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-advancedconfiguration.html#cfn-ecs-service-advancedconfiguration-alternatetargetgrouparn}
|
|
282
284
|
*/
|
|
283
285
|
AlternateTargetGroupArn: string;
|
|
284
286
|
/**
|
|
287
|
+
* The Amazon Resource Name (ARN) that that identifies the production listener rule (in the case of an Application Load Balancer) or listener (in the case for an Network Load Balancer) for routing production traffic.
|
|
285
288
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-advancedconfiguration.html#cfn-ecs-service-advancedconfiguration-productionlistenerrule}
|
|
286
289
|
*/
|
|
287
290
|
ProductionListenerRule?: string | undefined;
|
|
288
291
|
/**
|
|
292
|
+
* The Amazon Resource Name (ARN) of the IAM role that grants Amazon ECS permission to call the Elastic Load Balancing APIs for you.
|
|
289
293
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-advancedconfiguration.html#cfn-ecs-service-advancedconfiguration-rolearn}
|
|
290
294
|
*/
|
|
291
295
|
RoleArn?: string | undefined;
|
|
292
296
|
/**
|
|
297
|
+
* The Amazon Resource Name (ARN) that identifies ) that identifies the test listener rule (in the case of an Application Load Balancer) or listener (in the case for an Network Load Balancer) for routing test traffic.
|
|
293
298
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-advancedconfiguration.html#cfn-ecs-service-advancedconfiguration-testlistenerrule}
|
|
294
299
|
*/
|
|
295
300
|
TestListenerRule?: string | undefined;
|
|
@@ -413,6 +418,13 @@ export type DeploymentConfiguration = {
|
|
|
413
418
|
*/
|
|
414
419
|
Alarms?: DeploymentAlarms | undefined;
|
|
415
420
|
/**
|
|
421
|
+
* The duration when both blue and green service revisions are running simultaneously after the production traffic has shifted.
|
|
422
|
+
*
|
|
423
|
+
* The following rules apply when you don't specify a value:
|
|
424
|
+
*
|
|
425
|
+
* - For rolling deployments, the value is set to 3 hours (180 minutes).
|
|
426
|
+
* - When you use an external deployment controller ( `EXTERNAL` ), or the CodeDeploy blue/green deployment controller ( `CODE_DEPLOY` ), the value is set to 3 hours (180 minutes).
|
|
427
|
+
* - For all other cases, the value is set to 36 hours (2160 minutes).
|
|
416
428
|
* @min 0
|
|
417
429
|
* @max 1440
|
|
418
430
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-baketimeinminutes}
|
|
@@ -426,6 +438,7 @@ export type DeploymentConfiguration = {
|
|
|
426
438
|
*/
|
|
427
439
|
DeploymentCircuitBreaker?: DeploymentCircuitBreaker | undefined;
|
|
428
440
|
/**
|
|
441
|
+
* An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment lifecycle.
|
|
429
442
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-lifecyclehooks}
|
|
430
443
|
*/
|
|
431
444
|
LifecycleHooks?: DeploymentLifecycleHook[] | undefined;
|
|
@@ -471,6 +484,10 @@ export type DeploymentConfiguration = {
|
|
|
471
484
|
*/
|
|
472
485
|
MinimumHealthyPercent?: number | undefined;
|
|
473
486
|
/**
|
|
487
|
+
* The deployment strategy for the service. Choose from these valid values:
|
|
488
|
+
*
|
|
489
|
+
* - `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.
|
|
490
|
+
* - `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.
|
|
474
491
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-strategy}
|
|
475
492
|
*/
|
|
476
493
|
Strategy?: "ROLLING" | "BLUE_GREEN" | undefined;
|
|
@@ -530,18 +547,66 @@ export type DeploymentController = {
|
|
|
530
547
|
Type?: "CODE_DEPLOY" | "ECS" | "EXTERNAL" | undefined;
|
|
531
548
|
};
|
|
532
549
|
/**
|
|
550
|
+
* A deployment lifecycle hook runs custom logic at specific stages of the deployment process. Currently, you can use Lambda functions as hook targets.
|
|
551
|
+
*
|
|
552
|
+
* For more information, see [Lifecycle hooks for Amazon ECS service deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-lifecycle-hooks.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
533
553
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentlifecyclehook.html}
|
|
534
554
|
*/
|
|
535
555
|
export type DeploymentLifecycleHook = {
|
|
536
556
|
/**
|
|
557
|
+
* The Amazon Resource Name (ARN) of the hook target. Currently, only Lambda function ARNs are supported.
|
|
558
|
+
*
|
|
559
|
+
* You must provide this parameter when configuring a deployment lifecycle hook.
|
|
537
560
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentlifecyclehook.html#cfn-ecs-service-deploymentlifecyclehook-hooktargetarn}
|
|
538
561
|
*/
|
|
539
562
|
HookTargetArn: string;
|
|
540
563
|
/**
|
|
564
|
+
* The lifecycle stages at which to run the hook. Choose from these valid values:
|
|
565
|
+
*
|
|
566
|
+
* - RECONCILE_SERVICE
|
|
567
|
+
*
|
|
568
|
+
* The reconciliation stage that only happens when you start a new service deployment with more than 1 service revision in an ACTIVE state.
|
|
569
|
+
*
|
|
570
|
+
* You can use a lifecycle hook for this stage.
|
|
571
|
+
* - PRE_SCALE_UP
|
|
572
|
+
*
|
|
573
|
+
* The green service revision has not started. The blue service revision is handling 100% of the production traffic. There is no test traffic.
|
|
574
|
+
*
|
|
575
|
+
* You can use a lifecycle hook for this stage.
|
|
576
|
+
* - POST_SCALE_UP
|
|
577
|
+
*
|
|
578
|
+
* The green service revision has started. The blue service revision is handling 100% of the production traffic. There is no test traffic.
|
|
579
|
+
*
|
|
580
|
+
* You can use a lifecycle hook for this stage.
|
|
581
|
+
* - TEST_TRAFFIC_SHIFT
|
|
582
|
+
*
|
|
583
|
+
* The blue and green service revisions are running. The blue service revision handles 100% of the production traffic. The green service revision is migrating from 0% to 100% of test traffic.
|
|
584
|
+
*
|
|
585
|
+
* You can use a lifecycle hook for this stage.
|
|
586
|
+
* - POST_TEST_TRAFFIC_SHIFT
|
|
587
|
+
*
|
|
588
|
+
* The test traffic shift is complete. The green service revision handles 100% of the test traffic.
|
|
589
|
+
*
|
|
590
|
+
* You can use a lifecycle hook for this stage.
|
|
591
|
+
* - PRODUCTION_TRAFFIC_SHIFT
|
|
592
|
+
*
|
|
593
|
+
* Production traffic is shifting to the green service revision. The green service revision is migrating from 0% to 100% of production traffic.
|
|
594
|
+
*
|
|
595
|
+
* You can use a lifecycle hook for this stage.
|
|
596
|
+
* - POST_PRODUCTION_TRAFFIC_SHIFT
|
|
597
|
+
*
|
|
598
|
+
* The production traffic shift is complete.
|
|
599
|
+
*
|
|
600
|
+
* You can use a lifecycle hook for this stage.
|
|
601
|
+
*
|
|
602
|
+
* You must provide this parameter when configuring a deployment lifecycle hook.
|
|
541
603
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentlifecyclehook.html#cfn-ecs-service-deploymentlifecyclehook-lifecyclestages}
|
|
542
604
|
*/
|
|
543
605
|
LifecycleStages: ("RECONCILE_SERVICE" | "PRE_SCALE_UP" | "POST_SCALE_UP" | "TEST_TRAFFIC_SHIFT" | "POST_TEST_TRAFFIC_SHIFT" | "PRODUCTION_TRAFFIC_SHIFT" | "POST_PRODUCTION_TRAFFIC_SHIFT")[];
|
|
544
606
|
/**
|
|
607
|
+
* The Amazon Resource Name (ARN) of the IAM role that grants Amazon ECS permission to call Lambda functions on your behalf.
|
|
608
|
+
*
|
|
609
|
+
* For more information, see [Permissions required for Lambda functions in Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/blue-green-permissions.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
545
610
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentlifecyclehook.html#cfn-ecs-service-deploymentlifecyclehook-rolearn}
|
|
546
611
|
*/
|
|
547
612
|
RoleArn: string;
|
|
@@ -577,6 +642,7 @@ export type EBSTagSpecification = {
|
|
|
577
642
|
*/
|
|
578
643
|
export type LoadBalancer = {
|
|
579
644
|
/**
|
|
645
|
+
* The advanced settings for the load balancer used in blue/green deployments. Specify the alternate target group, listener rules, and IAM role required for traffic shifting during blue/green deployments.
|
|
580
646
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-loadbalancer.html#cfn-ecs-service-loadbalancer-advancedconfiguration}
|
|
581
647
|
*/
|
|
582
648
|
AdvancedConfiguration?: AdvancedConfiguration | undefined;
|
|
@@ -838,6 +904,7 @@ export type ServiceConnectClientAlias = {
|
|
|
838
904
|
*/
|
|
839
905
|
Port: number;
|
|
840
906
|
/**
|
|
907
|
+
* The configuration for test traffic routing rules used during blue/green deployments with Amazon ECS Service Connect. This allows you to route a portion of traffic to the new service revision of your service for testing before shifting all production traffic.
|
|
841
908
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectclientalias.html#cfn-ecs-service-serviceconnectclientalias-testtrafficrules}
|
|
842
909
|
*/
|
|
843
910
|
TestTrafficRules?: ServiceConnectTestTrafficRules | undefined;
|
|
@@ -936,10 +1003,14 @@ export type ServiceConnectService = {
|
|
|
936
1003
|
Tls?: ServiceConnectTlsConfiguration | undefined;
|
|
937
1004
|
};
|
|
938
1005
|
/**
|
|
1006
|
+
* The test traffic routing configuration for Amazon ECS blue/green deployments. This configuration allows you to define rules for routing specific traffic to the new service revision during the deployment process, allowing for safe testing before full production traffic shift.
|
|
1007
|
+
*
|
|
1008
|
+
* For more information, see [Service Connect for Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect-blue-green.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
939
1009
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrules.html}
|
|
940
1010
|
*/
|
|
941
1011
|
export type ServiceConnectTestTrafficRules = {
|
|
942
1012
|
/**
|
|
1013
|
+
* The HTTP header-based routing rules that determine which requests should be routed to the new service version during blue/green deployment testing. These rules provide fine-grained control over test traffic routing based on request headers.
|
|
943
1014
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrules.html#cfn-ecs-service-serviceconnecttesttrafficrules-header}
|
|
944
1015
|
*/
|
|
945
1016
|
Header: ServiceConnectTestTrafficRulesHeader;
|
|
@@ -51,7 +51,9 @@ export type EventsEventBusProps = {
|
|
|
51
51
|
*/
|
|
52
52
|
KmsKeyIdentifier?: string | undefined;
|
|
53
53
|
/**
|
|
54
|
-
* The logging configuration settings for
|
|
54
|
+
* The logging configuration settings for the event bus.
|
|
55
|
+
*
|
|
56
|
+
* For more information, see [Configuring logs for event buses](https://docs.aws.amazon.com/eb-event-bus-logs.html) in the *EventBridge User Guide* .
|
|
55
57
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-logconfig}
|
|
56
58
|
*/
|
|
57
59
|
LogConfig?: {
|
|
@@ -289,7 +289,7 @@ export type IpPermission = {
|
|
|
289
289
|
*/
|
|
290
290
|
export type LocationCapacity = {
|
|
291
291
|
/**
|
|
292
|
-
* The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits.
|
|
292
|
+
* The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits. If any auto-scaling policy is defined for the container fleet, the desired instance will only be applied once during fleet creation and will be ignored in updates to avoid conflicts with auto-scaling. During updates with any auto-scaling policy defined, if current desired instance is lower than the new MinSize, it will be increased to the new MinSize; if current desired instance is larger than the new MaxSize, it will be decreased to the new MaxSize.
|
|
293
293
|
* @min 0
|
|
294
294
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containerfleet-locationcapacity.html#cfn-gamelift-containerfleet-locationcapacity-desiredec2instances}
|
|
295
295
|
*/
|
|
@@ -25,6 +25,9 @@ export type GuardDutyIPSetProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
DetectorId?: string | undefined;
|
|
27
27
|
/**
|
|
28
|
+
* The AWS account ID that owns the Amazon S3 bucket specified in the *Location* field.
|
|
29
|
+
*
|
|
30
|
+
* When you provide this account ID, GuardDuty will validate that the S3 bucket belongs to this account. If you don't specify an account ID owner, GuardDuty doesn't perform any validation.
|
|
28
31
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-expectedbucketowner}
|
|
29
32
|
*/
|
|
30
33
|
ExpectedBucketOwner?: string | undefined;
|
|
@@ -25,6 +25,9 @@ export type GuardDutyThreatIntelSetProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
DetectorId?: string | undefined;
|
|
27
27
|
/**
|
|
28
|
+
* The AWS account ID that owns the Amazon S3 bucket specified in the *Location* field.
|
|
29
|
+
*
|
|
30
|
+
* When you provide this account ID, GuardDuty will validate that the S3 bucket belongs to this account. If you don't specify an account ID owner, GuardDuty doesn't perform any validation.
|
|
28
31
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-expectedbucketowner}
|
|
29
32
|
*/
|
|
30
33
|
ExpectedBucketOwner?: string | undefined;
|
|
@@ -398,6 +398,9 @@ export type CatalogConfiguration = {
|
|
|
398
398
|
*/
|
|
399
399
|
CatalogArn?: string | undefined;
|
|
400
400
|
/**
|
|
401
|
+
* The warehouse location for Apache Iceberg tables. You must configure this when schema evolution and table creation is enabled.
|
|
402
|
+
*
|
|
403
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
401
404
|
* @minLength 1
|
|
402
405
|
* @maxLength 2048
|
|
403
406
|
* @pattern s3:\/\/.*
|
|
@@ -718,6 +721,9 @@ export type DestinationTableConfiguration = {
|
|
|
718
721
|
*/
|
|
719
722
|
DestinationTableName: string;
|
|
720
723
|
/**
|
|
724
|
+
* The partition spec configuration for a table that is used by automatic table creation.
|
|
725
|
+
*
|
|
726
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
721
727
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html#cfn-kinesisfirehose-deliverystream-destinationtableconfiguration-partitionspec}
|
|
722
728
|
*/
|
|
723
729
|
PartitionSpec?: {
|
|
@@ -1194,10 +1200,16 @@ export type IcebergDestinationConfiguration = {
|
|
|
1194
1200
|
*/
|
|
1195
1201
|
S3Configuration: S3DestinationConfiguration;
|
|
1196
1202
|
/**
|
|
1203
|
+
* The configuration to enable automatic schema evolution.
|
|
1204
|
+
*
|
|
1205
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
1197
1206
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-schemaevolutionconfiguration}
|
|
1198
1207
|
*/
|
|
1199
1208
|
SchemaEvolutionConfiguration?: SchemaEvolutionConfiguration | undefined;
|
|
1200
1209
|
/**
|
|
1210
|
+
* The configuration to enable automatic table creation.
|
|
1211
|
+
*
|
|
1212
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
1201
1213
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-tablecreationconfiguration}
|
|
1202
1214
|
*/
|
|
1203
1215
|
TableCreationConfiguration?: TableCreationConfiguration | undefined;
|
|
@@ -1416,10 +1428,16 @@ export type ParquetSerDe = {
|
|
|
1416
1428
|
WriterVersion?: string | undefined;
|
|
1417
1429
|
};
|
|
1418
1430
|
/**
|
|
1431
|
+
* Represents a single field in a `PartitionSpec` .
|
|
1432
|
+
*
|
|
1433
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
1419
1434
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-partitionfield.html}
|
|
1420
1435
|
*/
|
|
1421
1436
|
export type PartitionField = {
|
|
1422
1437
|
/**
|
|
1438
|
+
* The column name to be configured in partition spec.
|
|
1439
|
+
*
|
|
1440
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
1423
1441
|
* @minLength 1
|
|
1424
1442
|
* @maxLength 255
|
|
1425
1443
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-partitionfield.html#cfn-kinesisfirehose-deliverystream-partitionfield-sourcename}
|
|
@@ -1673,10 +1691,16 @@ export type SchemaConfiguration = {
|
|
|
1673
1691
|
VersionId?: string | undefined;
|
|
1674
1692
|
};
|
|
1675
1693
|
/**
|
|
1694
|
+
* The configuration to enable schema evolution.
|
|
1695
|
+
*
|
|
1696
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
1676
1697
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaevolutionconfiguration.html}
|
|
1677
1698
|
*/
|
|
1678
1699
|
export type SchemaEvolutionConfiguration = {
|
|
1679
1700
|
/**
|
|
1701
|
+
* Specify whether you want to enable schema evolution.
|
|
1702
|
+
*
|
|
1703
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
1680
1704
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaevolutionconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaevolutionconfiguration-enabled}
|
|
1681
1705
|
*/
|
|
1682
1706
|
Enabled?: boolean | undefined;
|
|
@@ -2014,10 +2038,16 @@ export type SplunkRetryOptions = {
|
|
|
2014
2038
|
DurationInSeconds?: number | undefined;
|
|
2015
2039
|
};
|
|
2016
2040
|
/**
|
|
2041
|
+
* The configuration to enable automatic table creation.
|
|
2042
|
+
*
|
|
2043
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
2017
2044
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-tablecreationconfiguration.html}
|
|
2018
2045
|
*/
|
|
2019
2046
|
export type TableCreationConfiguration = {
|
|
2020
2047
|
/**
|
|
2048
|
+
* Specify whether you want to enable automatic table creation.
|
|
2049
|
+
*
|
|
2050
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
2021
2051
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-tablecreationconfiguration.html#cfn-kinesisfirehose-deliverystream-tablecreationconfiguration-enabled}
|
|
2022
2052
|
*/
|
|
2023
2053
|
Enabled?: boolean | undefined;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html}
|
|
4
|
+
*/
|
|
5
|
+
export type LightsailDomain = ResourceDefinitionWithAttributes<"AWS::Lightsail::Domain", LightsailDomainProps, LightsailDomainAttribs>;
|
|
6
|
+
/**
|
|
7
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html}
|
|
8
|
+
*/
|
|
9
|
+
export type LightsailDomainProps = {
|
|
10
|
+
/**
|
|
11
|
+
* An array of key-value pairs containing information about the domain entries.
|
|
12
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-domainentries}
|
|
13
|
+
*/
|
|
14
|
+
DomainEntries?: DomainEntry[] | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* The name of the domain to manage in Lightsail.
|
|
17
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-domainname}
|
|
18
|
+
*/
|
|
19
|
+
DomainName: string;
|
|
20
|
+
/**
|
|
21
|
+
* An array of key-value pairs to apply to this resource.
|
|
22
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-tags}
|
|
23
|
+
*/
|
|
24
|
+
Tags?: Tag[] | undefined;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#aws-resource-lightsail-domain-return-values}
|
|
28
|
+
*/
|
|
29
|
+
export type LightsailDomainAttribs = {
|
|
30
|
+
/**
|
|
31
|
+
* The Amazon Resource Name (ARN) of the domain (read-only).
|
|
32
|
+
* @pattern ^arn:.+:lightsail:[a-z0-9-]+:[0-9]{12}:Domain/[a-zA-Z0-9][a-zA-Z0-9-_.]{0,253}[a-zA-Z0-9]$
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-arn}
|
|
34
|
+
*/
|
|
35
|
+
Arn: string;
|
|
36
|
+
/**
|
|
37
|
+
* The timestamp when the domain was created (read-only).
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-createdat}
|
|
39
|
+
*/
|
|
40
|
+
CreatedAt: string;
|
|
41
|
+
/**
|
|
42
|
+
* The Lightsail resource type (read-only).
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-resourcetype}
|
|
44
|
+
*/
|
|
45
|
+
ResourceType: "Domain";
|
|
46
|
+
/**
|
|
47
|
+
* The support code. Include this code in your email to support when you have questions (read-only).
|
|
48
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-supportcode}
|
|
49
|
+
*/
|
|
50
|
+
SupportCode: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Describes the domain recordset entry (e.g., A record, CNAME record, TXT record, etc.)
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-domainentry.html}
|
|
55
|
+
*/
|
|
56
|
+
export type DomainEntry = {
|
|
57
|
+
/**
|
|
58
|
+
* When true, specifies whether the domain entry is an alias used by the Lightsail load balancer, Lightsail container service, Lightsail content delivery network (CDN) distribution, or another AWS resource. You can include an alias (A type) record in your request, which points to the DNS name of a load balancer, container service, CDN distribution, or other AWS resource and routes traffic to that resource.
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-domainentry.html#cfn-lightsail-domain-domainentry-isalias}
|
|
60
|
+
*/
|
|
61
|
+
IsAlias?: boolean | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* The name of the domain entry.
|
|
64
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-domainentry.html#cfn-lightsail-domain-domainentry-name}
|
|
65
|
+
*/
|
|
66
|
+
Name: string;
|
|
67
|
+
/**
|
|
68
|
+
* The target AWS name server (e.g., ns-111.awsdns-11.com).
|
|
69
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-domainentry.html#cfn-lightsail-domain-domainentry-target}
|
|
70
|
+
*/
|
|
71
|
+
Target: string;
|
|
72
|
+
/**
|
|
73
|
+
* The type of domain entry (e.g., A, CNAME, MX, NS, SOA, SRV, TXT).
|
|
74
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-domainentry.html#cfn-lightsail-domain-domainentry-type}
|
|
75
|
+
*/
|
|
76
|
+
Type: "A" | "AAAA" | "CNAME" | "MX" | "NS" | "SOA" | "SRV" | "TXT";
|
|
77
|
+
};
|
|
78
|
+
//# sourceMappingURL=aws-lightsail-domain.d.ts.map
|
|
@@ -183,7 +183,7 @@ export type LogsAccountPolicyProps = {
|
|
|
183
183
|
* The type of policy that you're creating or updating.
|
|
184
184
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-accountpolicy.html#cfn-logs-accountpolicy-policytype}
|
|
185
185
|
*/
|
|
186
|
-
PolicyType: "DATA_PROTECTION_POLICY" | "SUBSCRIPTION_FILTER_POLICY" | "FIELD_INDEX_POLICY" | "TRANSFORMER_POLICY";
|
|
186
|
+
PolicyType: "DATA_PROTECTION_POLICY" | "SUBSCRIPTION_FILTER_POLICY" | "FIELD_INDEX_POLICY" | "TRANSFORMER_POLICY" | "METRIC_EXTRACTION_POLICY";
|
|
187
187
|
/**
|
|
188
188
|
* Currently the only valid value for this parameter is `ALL` , which specifies that the policy applies to all log groups in the account. If you omit this parameter, the default of `ALL` is used. To scope down a subscription filter policy to a subset of log groups, use the `SelectionCriteria` parameter.
|
|
189
189
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-accountpolicy.html#cfn-logs-accountpolicy-scope}
|
|
@@ -3735,6 +3735,10 @@ export type MediaPackageGroupSettings = {
|
|
|
3735
3735
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagegroupsettings.html#cfn-medialive-channel-mediapackagegroupsettings-destination}
|
|
3736
3736
|
*/
|
|
3737
3737
|
Destination?: OutputLocationRef | undefined;
|
|
3738
|
+
/**
|
|
3739
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagegroupsettings.html#cfn-medialive-channel-mediapackagegroupsettings-mediapackagev2groupsettings}
|
|
3740
|
+
*/
|
|
3741
|
+
MediapackageV2GroupSettings?: MediaPackageV2GroupSettings | undefined;
|
|
3738
3742
|
};
|
|
3739
3743
|
/**
|
|
3740
3744
|
* Destination settings for a MediaPackage output.
|
|
@@ -3757,6 +3761,45 @@ export type MediaPackageOutputDestinationSettings = {
|
|
|
3757
3761
|
*/
|
|
3758
3762
|
ChannelName?: string | undefined;
|
|
3759
3763
|
};
|
|
3764
|
+
/**
|
|
3765
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputsettings.html}
|
|
3766
|
+
*/
|
|
3767
|
+
export type MediaPackageOutputSettings = {
|
|
3768
|
+
/**
|
|
3769
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputsettings.html#cfn-medialive-channel-mediapackageoutputsettings-mediapackagev2destinationsettings}
|
|
3770
|
+
*/
|
|
3771
|
+
MediaPackageV2DestinationSettings?: MediaPackageV2DestinationSettings | undefined;
|
|
3772
|
+
};
|
|
3773
|
+
/**
|
|
3774
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2destinationsettings.html}
|
|
3775
|
+
*/
|
|
3776
|
+
export type MediaPackageV2DestinationSettings = {
|
|
3777
|
+
/**
|
|
3778
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2destinationsettings.html#cfn-medialive-channel-mediapackagev2destinationsettings-audiogroupid}
|
|
3779
|
+
*/
|
|
3780
|
+
AudioGroupId?: string | undefined;
|
|
3781
|
+
/**
|
|
3782
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2destinationsettings.html#cfn-medialive-channel-mediapackagev2destinationsettings-audiorenditionsets}
|
|
3783
|
+
*/
|
|
3784
|
+
AudioRenditionSets?: string | undefined;
|
|
3785
|
+
/**
|
|
3786
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2destinationsettings.html#cfn-medialive-channel-mediapackagev2destinationsettings-hlsautoselect}
|
|
3787
|
+
*/
|
|
3788
|
+
HlsAutoSelect?: string | undefined;
|
|
3789
|
+
/**
|
|
3790
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2destinationsettings.html#cfn-medialive-channel-mediapackagev2destinationsettings-hlsdefault}
|
|
3791
|
+
*/
|
|
3792
|
+
HlsDefault?: string | undefined;
|
|
3793
|
+
};
|
|
3794
|
+
/**
|
|
3795
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html}
|
|
3796
|
+
*/
|
|
3797
|
+
export type MediaPackageV2GroupSettings = {
|
|
3798
|
+
/**
|
|
3799
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-captionlanguagemappings}
|
|
3800
|
+
*/
|
|
3801
|
+
CaptionLanguageMappings?: CaptionLanguageMapping[] | undefined;
|
|
3802
|
+
};
|
|
3760
3803
|
/**
|
|
3761
3804
|
* Settings to enable and configure the motion graphics overlay feature in the channel.
|
|
3762
3805
|
*
|
|
@@ -4516,7 +4559,7 @@ export type OutputSettings = {
|
|
|
4516
4559
|
* The parent of this entity is OutputGroupSettings.
|
|
4517
4560
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-mediapackageoutputsettings}
|
|
4518
4561
|
*/
|
|
4519
|
-
MediaPackageOutputSettings?:
|
|
4562
|
+
MediaPackageOutputSettings?: MediaPackageOutputSettings | undefined;
|
|
4520
4563
|
/**
|
|
4521
4564
|
* The settings for a Microsoft Smooth output.
|
|
4522
4565
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-mssmoothoutputsettings}
|