@awboost/cfn-resource-types 0.1.381 → 0.1.383

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.
@@ -142,7 +142,7 @@ export type AutoScalingAutoScalingGroupProperties = {
142
142
  */
143
143
  NotificationConfigurations?: NotificationConfiguration[];
144
144
  /**
145
- * The name of the placement group into which to launch your instances. For more information, see [Placement groups](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) in the *Amazon EC2 User Guide for Linux Instances*.
145
+ * The name of the placement group into which to launch your instances. For more information, see [Placement groups](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) in the *Amazon EC2 User Guide*.
146
146
  A *cluster* placement group is a logical grouping of instances within a single Availability Zone. You cannot specify multiple Availability Zones and a cluster placement group.
147
147
  */
148
148
  PlacementGroup?: string;
@@ -221,8 +221,8 @@ export type AcceleratorTotalMemoryMiBRequest = {
221
221
  export type AvailabilityZoneDistribution = {
222
222
  /**
223
223
  * If launches fail in an Availability Zone, the following strategies are available. The default is ``balanced-best-effort``.
224
- + ``balanced-only`` - If launches fail in an Availability Zone, Auto Scaling will continue to attempt to launch in the unhealthy zone to preserve a balanced distribution.
225
- + ``balanced-best-effort`` - If launches fail in an Availability Zone, Auto Scaling will attempt to launch in another healthy Availability Zone instead.
224
+ + ``balanced-only`` - If launches fail in an Availability Zone, Auto Scaling will continue to attempt to launch in the unhealthy zone to preserve a balanced distribution.
225
+ + ``balanced-best-effort`` - If launches fail in an Availability Zone, Auto Scaling will attempt to launch in another healthy Availability Zone instead.
226
226
  */
227
227
  CapacityDistributionStrategy?: "balanced-best-effort" | "balanced-only";
228
228
  };
@@ -276,10 +276,10 @@ export type BaselinePerformanceFactorsRequest = {
276
276
  export type CapacityReservationSpecification = {
277
277
  /**
278
278
  * The capacity reservation preference. The following options are available:
279
- + ``capacity-reservations-only`` - Auto Scaling will only launch instances into a Capacity Reservation or Capacity Reservation resource group. If capacity isn't available, instances will fail to launch.
280
- + ``capacity-reservations-first`` - Auto Scaling will try to launch instances into a Capacity Reservation or Capacity Reservation resource group first. If capacity isn't available, instances will run in On-Demand capacity.
281
- + ``none`` - Auto Scaling will not launch instances into a Capacity Reservation. Instances will run in On-Demand capacity.
282
- + ``default`` - Auto Scaling uses the Capacity Reservation preference from your launch template or an open Capacity Reservation.
279
+ + ``capacity-reservations-only`` - Auto Scaling will only launch instances into a Capacity Reservation or Capacity Reservation resource group. If capacity isn't available, instances will fail to launch.
280
+ + ``capacity-reservations-first`` - Auto Scaling will try to launch instances into a Capacity Reservation or Capacity Reservation resource group first. If capacity isn't available, instances will run in On-Demand capacity.
281
+ + ``none`` - Auto Scaling will not launch instances into a Capacity Reservation. Instances will run in On-Demand capacity.
282
+ + ``default`` - Auto Scaling uses the Capacity Reservation preference from your launch template or an open Capacity Reservation.
283
283
  */
284
284
  CapacityReservationPreference: string;
285
285
  /**
@@ -336,13 +336,13 @@ export type InstanceMaintenancePolicy = {
336
336
  * The attributes for the instance types for a mixed instances policy. Amazon EC2 Auto Scaling uses your specified requirements to identify instance types. Then, it uses your On-Demand and Spot allocation strategies to launch instances from these instance types.
337
337
  When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.
338
338
  To limit the list of instance types from which Amazon EC2 Auto Scaling can identify matching instance types, you can use one of the following parameters, but not both in the same request:
339
- + ``AllowedInstanceTypes`` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.
340
- + ``ExcludedInstanceTypes`` - The instance types to exclude from the list, even if they match your specified attributes.
339
+ + ``AllowedInstanceTypes`` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.
340
+ + ``ExcludedInstanceTypes`` - The instance types to exclude from the list, even if they match your specified attributes.
341
341
 
342
342
  You must specify ``VCpuCount`` and ``MemoryMiB``. All other attributes are optional. Any unspecified optional attribute is set to its default.
343
343
  For an example template, see [Configure Amazon EC2 Auto Scaling resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-ec2-auto-scaling.html).
344
344
  For more information, see [Creating an Auto Scaling group using attribute-based instance type selection](https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-instance-type-requirements.html) in the *Amazon EC2 Auto Scaling User Guide*. For help determining which instance types match your attributes before you apply them to your Auto Scaling group, see [Preview instance types with specified attributes](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-get-instance-types-from-instance-requirements) in the *Amazon EC2 User Guide for Linux Instances*.
345
- ``InstanceRequirements`` is a property of the ``LaunchTemplateOverrides`` property of the [AWS::AutoScaling::AutoScalingGroup LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html) property type.
345
+ ``InstanceRequirements`` is a property of the ``LaunchTemplateOverrides`` property of the [AWS::AutoScaling::AutoScalingGroup LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html) property type.
346
346
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-instancerequirements.html}
347
347
  */
348
348
  export type InstanceRequirements = {
@@ -403,7 +403,7 @@ export type InstanceRequirements = {
403
403
  */
404
404
  BareMetal?: string;
405
405
  /**
406
- * The minimum and maximum baseline bandwidth performance for an instance type, in Mbps. For more information, see [Amazon EBS–optimized instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html) in the *Amazon EC2 User Guide for Linux Instances*.
406
+ * The minimum and maximum baseline bandwidth performance for an instance type, in Mbps. For more information, see [Amazon EBS–optimized instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html) in the *Amazon EC2 User Guide*.
407
407
  Default: No minimum or maximum limits
408
408
  */
409
409
  BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest;
@@ -412,7 +412,7 @@ export type InstanceRequirements = {
412
412
  */
413
413
  BaselinePerformanceFactors?: BaselinePerformanceFactorsRequest;
414
414
  /**
415
- * Indicates whether burstable performance instance types are included, excluded, or required. For more information, see [Burstable performance instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) in the *Amazon EC2 User Guide for Linux Instances*.
415
+ * Indicates whether burstable performance instance types are included, excluded, or required. For more information, see [Burstable performance instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) in the *Amazon EC2 User Guide*.
416
416
  Default: ``excluded``
417
417
  */
418
418
  BurstablePerformance?: string;
@@ -421,6 +421,7 @@ export type InstanceRequirements = {
421
421
  + For instance types with Intel CPUs, specify ``intel``.
422
422
  + For instance types with AMD CPUs, specify ``amd``.
423
423
  + For instance types with AWS CPUs, specify ``amazon-web-services``.
424
+ + For instance types with Apple CPUs, specify ``apple``.
424
425
 
425
426
  Don't confuse the CPU hardware manufacturer with the CPU hardware architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.
426
427
  Default: Any manufacturer
@@ -435,14 +436,14 @@ export type InstanceRequirements = {
435
436
  ExcludedInstanceTypes?: string[];
436
437
  /**
437
438
  * Indicates whether current or previous generation instance types are included.
438
- + For current generation instance types, specify ``current``. The current generation includes EC2 instance types currently recommended for use. This typically includes the latest two to three generations in each instance family. For more information, see [Instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide for Linux Instances*.
439
+ + For current generation instance types, specify ``current``. The current generation includes EC2 instance types currently recommended for use. This typically includes the latest two to three generations in each instance family. For more information, see [Instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide*.
439
440
  + For previous generation instance types, specify ``previous``.
440
441
 
441
442
  Default: Any current or previous generation
442
443
  */
443
444
  InstanceGenerations?: string[];
444
445
  /**
445
- * Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, see [Amazon EC2 instance store](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html) in the *Amazon EC2 User Guide for Linux Instances*.
446
+ * Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, see [Amazon EC2 instance store](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html) in the *Amazon EC2 User Guide*.
446
447
  Default: ``included``
447
448
  */
448
449
  LocalStorage?: string;
@@ -514,7 +515,7 @@ export type InstanceRequirements = {
514
515
  * Type definition for `AWS::AutoScaling::AutoScalingGroup.InstancesDistribution`.
515
516
  * Use this structure to specify the distribution of On-Demand Instances and Spot Instances and the allocation strategies used to fulfill On-Demand and Spot capacities for a mixed instances policy.
516
517
  For more information, see [Auto Scaling groups with multiple instance types and purchase options](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-mixed-instances-groups.html) in the *Amazon EC2 Auto Scaling User Guide*.
517
- ``InstancesDistribution`` is a property of the [AWS::AutoScaling::AutoScalingGroup MixedInstancesPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-mixedinstancespolicy.html) property type.
518
+ ``InstancesDistribution`` is a property of the [AWS::AutoScaling::AutoScalingGroup MixedInstancesPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-mixedinstancespolicy.html) property type.
518
519
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-instancesdistribution.html}
519
520
  */
520
521
  export type InstancesDistribution = {
@@ -558,7 +559,7 @@ export type InstancesDistribution = {
558
559
  /**
559
560
  * Type definition for `AWS::AutoScaling::AutoScalingGroup.LaunchTemplate`.
560
561
  * Use this structure to specify the launch templates and instance types (overrides) for a mixed instances policy.
561
- ``LaunchTemplate`` is a property of the [AWS::AutoScaling::AutoScalingGroup MixedInstancesPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-mixedinstancespolicy.html) property type.
562
+ ``LaunchTemplate`` is a property of the [AWS::AutoScaling::AutoScalingGroup MixedInstancesPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-mixedinstancespolicy.html) property type.
562
563
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html}
563
564
  */
564
565
  export type LaunchTemplate = {
@@ -579,7 +580,7 @@ export type LaunchTemplate = {
579
580
 
580
581
  Specify the instance types that you want, or define your instance requirements instead and let Amazon EC2 Auto Scaling provision the available instance types that meet your requirements. This can provide Amazon EC2 Auto Scaling with a larger selection of instance types to choose from when fulfilling Spot and On-Demand capacities. You can view which instance types are matched before you apply the instance requirements to your Auto Scaling group.
581
582
  After you define your instance requirements, you don't have to keep updating these settings to get new EC2 instance types automatically. Amazon EC2 Auto Scaling uses the instance requirements of the Auto Scaling group to determine whether a new EC2 instance type can be used.
582
- ``LaunchTemplateOverrides`` is a property of the [AWS::AutoScaling::AutoScalingGroup LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html) property type.
583
+ ``LaunchTemplateOverrides`` is a property of the [AWS::AutoScaling::AutoScalingGroup LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html) property type.
583
584
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplateoverrides.html}
584
585
  */
585
586
  export type LaunchTemplateOverrides = {
@@ -590,7 +591,7 @@ export type LaunchTemplateOverrides = {
590
591
  */
591
592
  InstanceRequirements?: InstanceRequirements;
592
593
  /**
593
- * The instance type, such as ``m3.xlarge``. You must specify an instance type that is supported in your requested Region and Availability Zones. For more information, see [Instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide for Linux Instances*.
594
+ * The instance type, such as ``m3.xlarge``. You must specify an instance type that is supported in your requested Region and Availability Zones. For more information, see [Instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide*.
594
595
  You can specify up to 40 instance types per Auto Scaling group.
595
596
  */
596
597
  InstanceType?: string;
@@ -613,7 +614,7 @@ export type LaunchTemplateOverrides = {
613
614
  + The ID or the name of the launch template, but not both.
614
615
  + The version of the launch template.
615
616
 
616
- ``LaunchTemplateSpecification`` is property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource. It is also a property of the [AWS::AutoScaling::AutoScalingGroup LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html) and [AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplateoverrides.html) property types.
617
+ ``LaunchTemplateSpecification`` is property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource. It is also a property of the [AWS::AutoScaling::AutoScalingGroup LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html) and [AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplateoverrides.html) property types.
617
618
  For information about creating a launch template, see [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html) and [Create a launch template for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-template.html) in the *Amazon EC2 Auto Scaling User Guide*.
618
619
  For examples of launch templates, see [Create launch templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-ec2-launch-templates.html).
619
620
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html}
@@ -756,7 +757,7 @@ export type MetricsCollection = {
756
757
  + Amazon EC2 can terminate an individual Spot Instance as the availability of, or price for, Spot Instances changes
757
758
 
758
759
  When a Spot Instance is terminated, Amazon EC2 Auto Scaling group attempts to launch a replacement instance to maintain the desired capacity for the group.
759
- ``MixedInstancesPolicy`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
760
+ ``MixedInstancesPolicy`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
760
761
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-mixedinstancespolicy.html}
761
762
  */
762
763
  export type MixedInstancesPolicy = {
@@ -810,7 +811,7 @@ export type NetworkInterfaceCountRequest = {
810
811
  export type NotificationConfiguration = {
811
812
  /**
812
813
  * A list of event types that send a notification. Event types can include any of the following types.
813
- *Allowed values*:
814
+ *Allowed values*:
814
815
  + ``autoscaling:EC2_INSTANCE_LAUNCH``
815
816
  + ``autoscaling:EC2_INSTANCE_LAUNCH_ERROR``
816
817
  + ``autoscaling:EC2_INSTANCE_TERMINATE``
@@ -908,9 +909,9 @@ export type TrafficSourceIdentifier = {
908
909
  /**
909
910
  * Provides additional context for the value of ``Identifier``.
910
911
  The following lists the valid values:
911
- + ``elb`` if ``Identifier`` is the name of a Classic Load Balancer.
912
- + ``elbv2`` if ``Identifier`` is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group.
913
- + ``vpc-lattice`` if ``Identifier`` is the ARN of a VPC Lattice target group.
912
+ + ``elb`` if ``Identifier`` is the name of a Classic Load Balancer.
913
+ + ``elbv2`` if ``Identifier`` is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group.
914
+ + ``vpc-lattice`` if ``Identifier`` is the ARN of a VPC Lattice target group.
914
915
 
915
916
  Required if the identifier is the name of a Classic Load Balancer.
916
917
  */
@@ -108,7 +108,7 @@ export type BedrockFoundationModelConfiguration = {
108
108
  * The model's ARN.
109
109
  * @minLength `1`
110
110
  * @maxLength `2048`
111
- * @pattern `^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+)$`
111
+ * @pattern `^(arn:aws(-cn|-us-gov|-eusc|-iso(-[b-f])?)?:(bedrock):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$`
112
112
  */
113
113
  ModelArn: string;
114
114
  /**
@@ -134,7 +134,7 @@ export type BedrockFoundationModelContextEnrichmentConfiguration = {
134
134
  * The model's ARN.
135
135
  * @minLength `1`
136
136
  * @maxLength `2048`
137
- * @pattern `^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+)$`
137
+ * @pattern `^(arn:aws(-cn|-us-gov|-eusc|-iso(-[b-f])?)?:(bedrock):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$`
138
138
  */
139
139
  ModelArn: string;
140
140
  };
@@ -124,6 +124,12 @@ export type CdcSpecification = {
124
124
  * Indicates whether CDC is enabled or disabled for the table
125
125
  */
126
126
  Status: CdcStatus;
127
+ /**
128
+ * An array of key-value pairs to apply to the CDC stream resource
129
+ * @minLength `0`
130
+ * @maxLength `50`
131
+ */
132
+ Tags?: Tag[];
127
133
  /**
128
134
  * Specifies what data should be captured in the change data stream
129
135
  */
@@ -1,17 +1,45 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
- * Resource Type definition for AWS::EC2::TrafficMirrorSession
4
+ * Resource schema for AWS::EC2::TrafficMirrorSession
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html}
6
6
  */
7
7
  export type EC2TrafficMirrorSessionProperties = {
8
+ /**
9
+ * The description of the Traffic Mirror session.
10
+ */
8
11
  Description?: string;
12
+ /**
13
+ * The ID of the source network interface.
14
+ */
9
15
  NetworkInterfaceId: string;
16
+ /**
17
+ * The ID of the account that owns the Traffic Mirror session.
18
+ */
19
+ OwnerId?: string;
20
+ /**
21
+ * The number of bytes in each packet to mirror.
22
+ */
10
23
  PacketLength?: number;
24
+ /**
25
+ * The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.
26
+ */
11
27
  SessionNumber: number;
28
+ /**
29
+ * The tags assigned to the Traffic Mirror session.
30
+ */
12
31
  Tags?: Tag[];
32
+ /**
33
+ * The ID of a Traffic Mirror filter.
34
+ */
13
35
  TrafficMirrorFilterId: string;
36
+ /**
37
+ * The ID of a Traffic Mirror target.
38
+ */
14
39
  TrafficMirrorTargetId: string;
40
+ /**
41
+ * The VXLAN ID for the Traffic Mirror session.
42
+ */
15
43
  VirtualNetworkId?: number;
16
44
  };
17
45
  /**
@@ -19,10 +47,14 @@ export type EC2TrafficMirrorSessionProperties = {
19
47
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#aws-resource-ec2-trafficmirrorsession-return-values}
20
48
  */
21
49
  export type EC2TrafficMirrorSessionAttributes = {
50
+ /**
51
+ * The ID of a Traffic Mirror session.
52
+ */
22
53
  Id: string;
23
54
  };
24
55
  /**
25
56
  * Type definition for `AWS::EC2::TrafficMirrorSession.Tag`.
57
+ * A key-value pair to associate with a traffic mirror session resource.
26
58
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorsession-tag.html}
27
59
  */
28
60
  export type Tag = {
@@ -30,7 +62,7 @@ export type Tag = {
30
62
  Value: string;
31
63
  };
32
64
  /**
33
- * Resource Type definition for AWS::EC2::TrafficMirrorSession
65
+ * Resource schema for AWS::EC2::TrafficMirrorSession
34
66
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html}
35
67
  */
36
68
  export declare class EC2TrafficMirrorSession extends $Resource<"AWS::EC2::TrafficMirrorSession", EC2TrafficMirrorSessionProperties, EC2TrafficMirrorSessionAttributes> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Resource Type definition for AWS::EC2::TrafficMirrorSession
3
+ * Resource schema for AWS::EC2::TrafficMirrorSession
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html}
5
5
  */
6
6
  export class EC2TrafficMirrorSession extends $Resource {
@@ -33,6 +33,10 @@ export type EventsRuleProperties = {
33
33
  * The state of the rule.
34
34
  */
35
35
  State?: "DISABLED" | "ENABLED" | "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS";
36
+ /**
37
+ * Any tags assigned to the event rule.
38
+ */
39
+ Tags?: Tag[];
36
40
  /**
37
41
  * Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.
38
42
  Targets are the resources that are invoked when a rule is triggered.
@@ -257,7 +257,7 @@ export type IpPermission = {
257
257
  */
258
258
  export type LocationCapacity = {
259
259
  /**
260
- * 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.
260
+ * 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.
261
261
  * @min `0`
262
262
  */
263
263
  DesiredEC2Instances: number;
@@ -10,7 +10,7 @@ export type GameLiftFleetProperties = {
10
10
  */
11
11
  AnywhereConfiguration?: AnywhereConfiguration;
12
12
  /**
13
- * Determines when and how to apply fleet or location capacities. If you choose ON_CREATE_AND_UPDATE_WITH_AUTOSCALING, MinSize and MaxSize will still be applied on creation and on updates, but DesiredEC2Instances will only be applied once on fleet creation and will be ignored during updates to prevent conflicts with auto-scaling.
13
+ * Determines when and how to apply fleet or location capacities. Allowed options are ON_UPDATE (default), ON_CREATE_AND_UPDATE and ON_CREATE_AND_UPDATE_WITH_AUTOSCALING. If you choose ON_CREATE_AND_UPDATE_WITH_AUTOSCALING, MinSize and MaxSize will still be applied on creation and on updates, but DesiredEC2Instances will only be applied once on fleet creation and will be ignored during updates to prevent conflicts with auto-scaling. During updates with ON_CREATE_AND_UPDATE_WITH_AUTOSCALING chosen, 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.
14
14
  */
15
15
  ApplyCapacity?: "ON_UPDATE" | "ON_CREATE_AND_UPDATE" | "ON_CREATE_AND_UPDATE_WITH_AUTOSCALING";
16
16
  /**
@@ -27,7 +27,7 @@ export type LogsAccountPolicyProperties = {
27
27
  /**
28
28
  * Type of the policy.
29
29
  */
30
- PolicyType: "DATA_PROTECTION_POLICY" | "SUBSCRIPTION_FILTER_POLICY" | "FIELD_INDEX_POLICY" | "TRANSFORMER_POLICY";
30
+ PolicyType: "DATA_PROTECTION_POLICY" | "SUBSCRIPTION_FILTER_POLICY" | "FIELD_INDEX_POLICY" | "TRANSFORMER_POLICY" | "METRIC_EXTRACTION_POLICY";
31
31
  /**
32
32
  * Scope for policy application
33
33
  */
@@ -123,6 +123,10 @@ export type AmazonOpenSearchParameters = {
123
123
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-athenaparameters.html}
124
124
  */
125
125
  export type AthenaParameters = {
126
+ /**
127
+ * <p>The parameters for an IAM Identity Center configuration.</p>
128
+ */
129
+ IdentityCenterConfiguration?: IdentityCenterConfiguration;
126
130
  /**
127
131
  * <p>Use the <code>RoleArn</code> structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use <code>RoleArn</code> to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.</p>
128
132
  * @minLength `20`
@@ -387,7 +391,7 @@ export type DataSourceParameters = {
387
391
  * Type definition for `AWS::QuickSight::DataSource.DataSourceType`.
388
392
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-datasourcetype.html}
389
393
  */
390
- export type DataSourceType = "ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "AMAZON_OPENSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "DATABRICKS" | "DENODO" | "DREMIO" | "DYNAMODB" | "SAPHANA" | "DB2_AS400" | "EXASOL" | "FILE" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "REDSHIFT" | "S3" | "S3_TABLES" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW" | "IMPALA" | "GLUE";
394
+ export type DataSourceType = "ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "AMAZON_OPENSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "DATABRICKS" | "DENODO" | "DREMIO" | "DYNAMODB" | "SAPHANA" | "DB2_AS400" | "EXASOL" | "FILE" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "QBUSINESS" | "REDSHIFT" | "S3" | "S3_TABLES" | "S3_KNOWLEDGE_BASE" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SPICE" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW" | "IMPALA" | "GLUE" | "GOOGLE_DRIVE" | "CONFLUENCE" | "SHAREPOINT" | "ONE_DRIVE" | "WEB_CRAWLER";
391
395
  /**
392
396
  * Type definition for `AWS::QuickSight::DataSource.IdentityCenterConfiguration`.
393
397
  * <p>The parameters for an IAM Identity Center configuration.</p>
@@ -517,6 +521,7 @@ export type OracleParameters = {
517
521
  * @max `65535`
518
522
  */
519
523
  Port: number;
524
+ UseServiceName?: boolean;
520
525
  };
521
526
  /**
522
527
  * Type definition for `AWS::QuickSight::DataSource.PostgreSqlParameters`.
@@ -699,7 +704,7 @@ export type ResourcePermission = {
699
704
  * Type definition for `AWS::QuickSight::DataSource.ResourceStatus`.
700
705
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-resourcestatus.html}
701
706
  */
702
- export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED";
707
+ export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
703
708
  /**
704
709
  * Type definition for `AWS::QuickSight::DataSource.S3Parameters`.
705
710
  * <p>The parameters for S3.</p>
@@ -31,6 +31,11 @@ export type QuickSightTopicProperties = {
31
31
  * @maxLength `128`
32
32
  */
33
33
  Name?: string;
34
+ /**
35
+ * @minLength `1`
36
+ * @maxLength `200`
37
+ */
38
+ Tags?: Tag[];
34
39
  /**
35
40
  * @minLength `0`
36
41
  * @maxLength `256`
@@ -335,6 +340,26 @@ export type SemanticType = {
335
340
  TypeName?: string;
336
341
  TypeParameters?: TypeParameters;
337
342
  };
343
+ /**
344
+ * Type definition for `AWS::QuickSight::Topic.Tag`.
345
+ * <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
346
+ resource.</p>
347
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-tag.html}
348
+ */
349
+ export type Tag = {
350
+ /**
351
+ * <p>Tag key.</p>
352
+ * @minLength `1`
353
+ * @maxLength `128`
354
+ */
355
+ Key: string;
356
+ /**
357
+ * <p>Tag value.</p>
358
+ * @minLength `1`
359
+ * @maxLength `256`
360
+ */
361
+ Value: string;
362
+ };
338
363
  /**
339
364
  * Type definition for `AWS::QuickSight::Topic.TopicCalculatedField`.
340
365
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-topiccalculatedfield.html}
@@ -64,6 +64,7 @@ export type RDSDBClusterProperties = {
64
64
  BackupRetentionPeriod?: number;
65
65
  /**
66
66
  * Specifies the scalability mode of the Aurora DB cluster. When set to ``limitless``, the cluster operates as an Aurora Limitless Database, allowing you to create a DB shard group for horizontal scaling (sharding) capabilities. When set to ``standard`` (the default), the cluster uses normal DB instance creation.
67
+ *Important:* Automated backup retention isn't supported with Aurora Limitless Database clusters. If you set this property to ``limitless``, you cannot set ``DeleteAutomatedBackups`` to ``false``. To create a backup, use manual snapshots instead.
67
68
  */
68
69
  ClusterScalabilityType?: string;
69
70
  /**
@@ -132,6 +133,9 @@ export type RDSDBClusterProperties = {
132
133
  Valid for: Aurora DB clusters and Multi-AZ DB clusters
133
134
  */
134
135
  DatabaseName?: string;
136
+ /**
137
+ * Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted, unless the AWS Backup policy specifies a point-in-time restore rule.
138
+ */
135
139
  DeleteAutomatedBackups?: boolean;
136
140
  /**
137
141
  * A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
@@ -456,6 +460,7 @@ export type RDSDBClusterProperties = {
456
460
  * When restoring a DB cluster to a point in time, the identifier of the source DB cluster from which to restore.
457
461
  Constraints:
458
462
  + Must match the identifier of an existing DBCluster.
463
+ + Cannot be specified if ``SourceDbClusterResourceId`` is specified. You must specify either ``SourceDBClusterIdentifier`` or ``SourceDbClusterResourceId``, but not both.
459
464
 
460
465
  Valid for: Aurora DB clusters and Multi-AZ DB clusters
461
466
  */
@@ -820,6 +820,7 @@ export type RDSDBInstanceAttributes = {
820
820
  ValidTill: string;
821
821
  };
822
822
  DBInstanceArn: string;
823
+ DBInstanceStatus: string;
823
824
  DbiResourceId: string;
824
825
  /**
825
826
  * This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
@@ -843,6 +844,31 @@ export type RDSDBInstanceAttributes = {
843
844
  */
844
845
  Port: string;
845
846
  };
847
+ InstanceCreateTime: string;
848
+ IsStorageConfigUpgradeAvailable: boolean;
849
+ LatestRestorableTime: string;
850
+ /**
851
+ * This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
852
+ + ``CreateDBInstance``
853
+ + ``DescribeDBInstances``
854
+ + ``DeleteDBInstance``
855
+
856
+ For the data structure that represents Amazon Aurora DB cluster endpoints, see ``DBClusterEndpoint``.
857
+ */
858
+ ListenerEndpoint: {
859
+ /**
860
+ * Specifies the DNS address of the DB instance.
861
+ */
862
+ Address: string;
863
+ /**
864
+ * Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
865
+ */
866
+ HostedZoneId: string;
867
+ /**
868
+ * Specifies the port that the database engine is listening on.
869
+ */
870
+ Port: string;
871
+ };
846
872
  /**
847
873
  * The secret managed by RDS in AWS Secrets Manager for the master user password.
848
874
  For more information, see [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide.*
@@ -853,6 +879,8 @@ export type RDSDBInstanceAttributes = {
853
879
  */
854
880
  SecretArn: string;
855
881
  };
882
+ ReadReplicaDBClusterIdentifiers: string[];
883
+ ReadReplicaDBInstanceIdentifiers: string[];
856
884
  };
857
885
  /**
858
886
  * Type definition for `AWS::RDS::DBInstance.DBInstanceRole`.
@@ -23,6 +23,10 @@ export type SSMPatchBaselineProperties = {
23
23
  * Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. The default value is 'false'. Applies to Linux instances only.
24
24
  */
25
25
  ApprovedPatchesEnableNonSecurity?: boolean;
26
+ /**
27
+ * The compliance status for vendor recommended security updates that are not approved by this patch baseline.
28
+ */
29
+ AvailableSecurityUpdatesComplianceStatus?: "NON_COMPLIANT" | "COMPLIANT";
26
30
  /**
27
31
  * Set the baseline as default baseline. Only registering to default patch baseline is allowed.
28
32
  */
@@ -175,6 +175,7 @@ export type CodeRepository = {
175
175
  export type CustomFileSystemConfig = {
176
176
  EFSFileSystemConfig?: EFSFileSystemConfig;
177
177
  FSxLustreFileSystemConfig?: FSxLustreFileSystemConfig;
178
+ S3FileSystemConfig?: S3FileSystemConfig;
178
179
  };
179
180
  /**
180
181
  * Type definition for `AWS::SageMaker::Domain.CustomImage`.
@@ -581,6 +582,23 @@ export type RStudioServerProDomainSettings = {
581
582
  */
582
583
  RStudioPackageManagerUrl?: string;
583
584
  };
585
+ /**
586
+ * Type definition for `AWS::SageMaker::Domain.S3FileSystemConfig`.
587
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-s3filesystemconfig.html}
588
+ */
589
+ export type S3FileSystemConfig = {
590
+ /**
591
+ * @minLength `0`
592
+ * @maxLength `1024`
593
+ */
594
+ MountPath?: string;
595
+ /**
596
+ * @minLength `0`
597
+ * @maxLength `1024`
598
+ * @pattern `(s3)://([^/]+)/?(.*)`
599
+ */
600
+ S3Uri?: string;
601
+ };
584
602
  /**
585
603
  * Type definition for `AWS::SageMaker::Domain.SharingSettings`.
586
604
  * Specifies options when sharing an Amazon SageMaker Studio notebook. These settings are specified as part of DefaultUserSettings when the CreateDomain API is called, and as part of UserSettings when the CreateUserProfile API is called.
@@ -75,6 +75,7 @@ export type CodeRepository = {
75
75
  export type CustomFileSystem = {
76
76
  EFSFileSystem?: EFSFileSystem;
77
77
  FSxLustreFileSystem?: FSxLustreFileSystem;
78
+ S3FileSystem?: S3FileSystem;
78
79
  };
79
80
  /**
80
81
  * Type definition for `AWS::SageMaker::Space.CustomImage`.
@@ -219,6 +220,18 @@ export type ResourceSpec = {
219
220
  */
220
221
  SageMakerImageVersionArn?: string;
221
222
  };
223
+ /**
224
+ * Type definition for `AWS::SageMaker::Space.S3FileSystem`.
225
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-s3filesystem.html}
226
+ */
227
+ export type S3FileSystem = {
228
+ /**
229
+ * @minLength `0`
230
+ * @maxLength `1024`
231
+ * @pattern `(s3)://([^/]+)/?(.*)`
232
+ */
233
+ S3Uri?: string;
234
+ };
222
235
  /**
223
236
  * Type definition for `AWS::SageMaker::Space.SpaceAppLifecycleManagement`.
224
237
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spaceapplifecyclemanagement.html}
@@ -118,6 +118,7 @@ export type CodeRepository = {
118
118
  export type CustomFileSystemConfig = {
119
119
  EFSFileSystemConfig?: EFSFileSystemConfig;
120
120
  FSxLustreFileSystemConfig?: FSxLustreFileSystemConfig;
121
+ S3FileSystemConfig?: S3FileSystemConfig;
121
122
  };
122
123
  /**
123
124
  * Type definition for `AWS::SageMaker::UserProfile.CustomImage`.
@@ -394,6 +395,23 @@ export type RStudioServerProAppSettings = {
394
395
  */
395
396
  UserGroup?: "R_STUDIO_ADMIN" | "R_STUDIO_USER";
396
397
  };
398
+ /**
399
+ * Type definition for `AWS::SageMaker::UserProfile.S3FileSystemConfig`.
400
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-s3filesystemconfig.html}
401
+ */
402
+ export type S3FileSystemConfig = {
403
+ /**
404
+ * @minLength `0`
405
+ * @maxLength `1024`
406
+ */
407
+ MountPath?: string;
408
+ /**
409
+ * @minLength `0`
410
+ * @maxLength `1024`
411
+ * @pattern `(s3)://([^/]+)/?(.*)`
412
+ */
413
+ S3Uri?: string;
414
+ };
397
415
  /**
398
416
  * Type definition for `AWS::SageMaker::UserProfile.SharingSettings`.
399
417
  * Specifies options when sharing an Amazon SageMaker Studio notebook. These settings are specified as part of DefaultUserSettings when the CreateDomain API is called, and as part of UserSettings when the CreateUserProfile API is called.
@@ -39,6 +39,10 @@ export type WisdomMessageTemplateProperties = {
39
39
  * @maxLength `5`
40
40
  */
41
41
  Language?: string;
42
+ /**
43
+ * List of message template attachments
44
+ */
45
+ MessageTemplateAttachments?: MessageTemplateAttachment[];
42
46
  /**
43
47
  * The name of the message template.
44
48
  * @minLength `1`
@@ -61,6 +65,15 @@ export type WisdomMessageTemplateAttributes = {
61
65
  * @pattern `^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})?$`
62
66
  */
63
67
  MessageTemplateArn: string;
68
+ /**
69
+ * List of message template attachments
70
+ */
71
+ MessageTemplateAttachments: {
72
+ /**
73
+ * @minLength `1`
74
+ */
75
+ AttachmentId: string;
76
+ }[];
64
77
  /**
65
78
  * The content SHA256 of the message template.
66
79
  * @minLength `1`
@@ -547,6 +560,23 @@ export type GroupingConfiguration = {
547
560
  */
548
561
  Values: string[];
549
562
  };
563
+ /**
564
+ * Type definition for `AWS::Wisdom::MessageTemplate.MessageTemplateAttachment`.
565
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-messagetemplateattachment.html}
566
+ */
567
+ export type MessageTemplateAttachment = {
568
+ /**
569
+ * The name of the attachment file being uploaded. The name should include the file extension.
570
+ * @minLength `1`
571
+ * @maxLength `255`
572
+ */
573
+ AttachmentName: string;
574
+ /**
575
+ * The S3 Presigned URL for the attachment file. When generating the PreSignedUrl, please ensure that the expires-in time is set to 30 minutes. The URL can be generated through the AWS Console or through the AWS CLI (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html).
576
+ * @minLength `1`
577
+ */
578
+ S3PresignedUrl: string;
579
+ };
550
580
  /**
551
581
  * Type definition for `AWS::Wisdom::MessageTemplate.MessageTemplateAttributes`.
552
582
  * An object that specifies the default values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the default value for that variable.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.381",
3
+ "version": "0.1.383",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },