@awboost/cfn-resource-types 0.1.382 → 0.1.384
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/lib/AWS-AmazonMQ-ConfigurationAssociation.d.ts +12 -0
- package/lib/AWS-AutoScaling-AutoScalingGroup.d.ts +25 -24
- package/lib/AWS-Cassandra-Table.d.ts +6 -0
- package/lib/AWS-EC2-TrafficMirrorSession.d.ts +34 -2
- package/lib/AWS-EC2-TrafficMirrorSession.js +1 -1
- package/lib/AWS-Logs-AccountPolicy.d.ts +1 -1
- package/lib/AWS-QuickSight-Topic.d.ts +25 -0
- package/lib/AWS-RDS-DBCluster.d.ts +5 -0
- package/lib/AWS-RDS-DBInstance.d.ts +10 -0
- package/lib/AWS-SES-ConfigurationSet.d.ts +22 -0
- package/lib/AWS-SES-DedicatedIpPool.d.ts +22 -0
- package/lib/AWS-SES-EmailIdentity.d.ts +22 -0
- package/lib/AWS-SageMaker-Domain.d.ts +18 -0
- package/lib/AWS-SageMaker-Space.d.ts +13 -0
- package/lib/AWS-SageMaker-UserProfile.d.ts +18 -0
- package/package.json +1 -1
|
@@ -5,6 +5,9 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html}
|
|
6
6
|
*/
|
|
7
7
|
export type AmazonMQConfigurationAssociationProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* ID of the Broker that the configuration should be applied to
|
|
10
|
+
*/
|
|
8
11
|
Broker: string;
|
|
9
12
|
Configuration: ConfigurationId;
|
|
10
13
|
};
|
|
@@ -13,6 +16,9 @@ export type AmazonMQConfigurationAssociationProperties = {
|
|
|
13
16
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#aws-resource-amazonmq-configurationassociation-return-values}
|
|
14
17
|
*/
|
|
15
18
|
export type AmazonMQConfigurationAssociationAttributes = {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the ConfigurationAssociation Resource
|
|
21
|
+
*/
|
|
16
22
|
Id: string;
|
|
17
23
|
};
|
|
18
24
|
/**
|
|
@@ -20,7 +26,13 @@ export type AmazonMQConfigurationAssociationAttributes = {
|
|
|
20
26
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html}
|
|
21
27
|
*/
|
|
22
28
|
export type ConfigurationId = {
|
|
29
|
+
/**
|
|
30
|
+
* ID of the Configuration to apply to a Broker
|
|
31
|
+
*/
|
|
23
32
|
Id: string;
|
|
33
|
+
/**
|
|
34
|
+
* Revision of the Configuration to apply to a Broker
|
|
35
|
+
*/
|
|
24
36
|
Revision: number;
|
|
25
37
|
};
|
|
26
38
|
/**
|
|
@@ -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
|
|
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
|
-
+
|
|
225
|
-
+
|
|
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
|
-
+
|
|
280
|
-
+
|
|
281
|
-
+
|
|
282
|
-
+
|
|
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
|
-
+
|
|
340
|
-
+
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
+
|
|
912
|
-
+
|
|
913
|
-
+
|
|
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
|
*/
|
|
@@ -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
|
|
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
|
|
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
|
|
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 {
|
|
@@ -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
|
*/
|
|
@@ -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
|
*/
|
|
@@ -132,6 +132,16 @@ export type RDSDBInstanceProperties = {
|
|
|
132
132
|
* @min `0`
|
|
133
133
|
*/
|
|
134
134
|
BackupRetentionPeriod?: number;
|
|
135
|
+
/**
|
|
136
|
+
* The location for storing automated backups and manual snapshots.
|
|
137
|
+
Valid Values:
|
|
138
|
+
+ ``local`` (Dedicated Local Zone)
|
|
139
|
+
+ ``outposts`` (AWS Outposts)
|
|
140
|
+
+ ``region`` (AWS-Region)
|
|
141
|
+
|
|
142
|
+
Default: ``region``
|
|
143
|
+
For more information, see [Working with Amazon RDS on Outposts](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the *Amazon RDS User Guide*.
|
|
144
|
+
*/
|
|
135
145
|
BackupTarget?: string;
|
|
136
146
|
/**
|
|
137
147
|
* The identifier of the CA certificate for this DB instance.
|
|
@@ -26,6 +26,12 @@ export type SESConfigurationSetProperties = {
|
|
|
26
26
|
* An object that contains information about the suppression list preferences for your account.
|
|
27
27
|
*/
|
|
28
28
|
SuppressionOptions?: SuppressionOptions;
|
|
29
|
+
/**
|
|
30
|
+
* The tags (keys and values) associated with the contact list.
|
|
31
|
+
* @minLength `0`
|
|
32
|
+
* @maxLength `50`
|
|
33
|
+
*/
|
|
34
|
+
Tags?: Tag[];
|
|
29
35
|
/**
|
|
30
36
|
* An object that defines the open and click tracking options for emails that you send using the configuration set.
|
|
31
37
|
*/
|
|
@@ -111,6 +117,22 @@ export type SuppressionOptions = {
|
|
|
111
117
|
*/
|
|
112
118
|
SuppressedReasons?: string[];
|
|
113
119
|
};
|
|
120
|
+
/**
|
|
121
|
+
* Type definition for `AWS::SES::ConfigurationSet.Tag`.
|
|
122
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-tag.html}
|
|
123
|
+
*/
|
|
124
|
+
export type Tag = {
|
|
125
|
+
/**
|
|
126
|
+
* @minLength `1`
|
|
127
|
+
* @maxLength `128`
|
|
128
|
+
*/
|
|
129
|
+
Key: string;
|
|
130
|
+
/**
|
|
131
|
+
* @minLength `0`
|
|
132
|
+
* @maxLength `256`
|
|
133
|
+
*/
|
|
134
|
+
Value: string;
|
|
135
|
+
};
|
|
114
136
|
/**
|
|
115
137
|
* Type definition for `AWS::SES::ConfigurationSet.TrackingOptions`.
|
|
116
138
|
* An object that defines the open and click tracking options for emails that you send using the configuration set.
|
|
@@ -15,6 +15,28 @@ export type SESDedicatedIpPoolProperties = {
|
|
|
15
15
|
* @pattern `^(STANDARD|MANAGED)$`
|
|
16
16
|
*/
|
|
17
17
|
ScalingMode?: string;
|
|
18
|
+
/**
|
|
19
|
+
* The tags (keys and values) associated with the dedicated IP pool.
|
|
20
|
+
* @minLength `0`
|
|
21
|
+
* @maxLength `50`
|
|
22
|
+
*/
|
|
23
|
+
Tags?: Tag[];
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Type definition for `AWS::SES::DedicatedIpPool.Tag`.
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-dedicatedippool-tag.html}
|
|
28
|
+
*/
|
|
29
|
+
export type Tag = {
|
|
30
|
+
/**
|
|
31
|
+
* @minLength `1`
|
|
32
|
+
* @maxLength `128`
|
|
33
|
+
*/
|
|
34
|
+
Key: string;
|
|
35
|
+
/**
|
|
36
|
+
* @minLength `0`
|
|
37
|
+
* @maxLength `256`
|
|
38
|
+
*/
|
|
39
|
+
Value: string;
|
|
18
40
|
};
|
|
19
41
|
/**
|
|
20
42
|
* Resource Type definition for AWS::SES::DedicatedIpPool
|
|
@@ -29,6 +29,12 @@ export type SESEmailIdentityProperties = {
|
|
|
29
29
|
* Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
|
30
30
|
*/
|
|
31
31
|
MailFromAttributes?: MailFromAttributes;
|
|
32
|
+
/**
|
|
33
|
+
* The tags (keys and values) associated with the email identity.
|
|
34
|
+
* @minLength `0`
|
|
35
|
+
* @maxLength `50`
|
|
36
|
+
*/
|
|
37
|
+
Tags?: Tag[];
|
|
32
38
|
};
|
|
33
39
|
/**
|
|
34
40
|
* Attribute type definition for `AWS::SES::EmailIdentity`.
|
|
@@ -111,6 +117,22 @@ export type MailFromAttributes = {
|
|
|
111
117
|
*/
|
|
112
118
|
MailFromDomain?: string;
|
|
113
119
|
};
|
|
120
|
+
/**
|
|
121
|
+
* Type definition for `AWS::SES::EmailIdentity.Tag`.
|
|
122
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-emailidentity-tag.html}
|
|
123
|
+
*/
|
|
124
|
+
export type Tag = {
|
|
125
|
+
/**
|
|
126
|
+
* @minLength `1`
|
|
127
|
+
* @maxLength `128`
|
|
128
|
+
*/
|
|
129
|
+
Key: string;
|
|
130
|
+
/**
|
|
131
|
+
* @minLength `0`
|
|
132
|
+
* @maxLength `256`
|
|
133
|
+
*/
|
|
134
|
+
Value: string;
|
|
135
|
+
};
|
|
114
136
|
/**
|
|
115
137
|
* Resource Type definition for AWS::SES::EmailIdentity
|
|
116
138
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html}
|
|
@@ -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.
|