@awboost/cfn-resource-types 0.1.312 → 0.1.313
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-DynamoDB-Table.d.ts +1 -1
- package/lib/AWS-EC2-LaunchTemplate.d.ts +9 -8
- package/lib/AWS-Lambda-EventSourceMapping.d.ts +3 -2
- package/lib/AWS-LaunchWizard-Deployment.d.ts +1 -1
- package/lib/AWS-Route53-CidrCollection.d.ts +2 -2
- package/lib/AWS-Route53-CidrCollection.js +1 -1
- package/lib/AWS-S3Tables-TableBucket.d.ts +19 -0
- package/lib/AWS-SES-MailManagerIngressPoint.d.ts +27 -0
- package/lib/AWS-SES-MailManagerRuleSet.d.ts +5 -1
- package/lib/AWS-SES-MailManagerTrafficPolicy.d.ts +26 -1
- package/package.json +1 -1
|
@@ -341,7 +341,7 @@ export type PointInTimeRecoverySpecification = {
|
|
|
341
341
|
export type Projection = {
|
|
342
342
|
/**
|
|
343
343
|
* Represents the non-key attribute names which will be projected into the index.
|
|
344
|
-
For local secondary indexes, the total count of ``NonKeyAttributes`` summed across all of the
|
|
344
|
+
For global and local secondary indexes, the total count of ``NonKeyAttributes`` summed across all of the secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. This limit only applies when you specify the ProjectionType of ``INCLUDE``. You still can specify the ProjectionType of ``ALL`` to project all attributes from the source table, even if the table has more than 100 attributes.
|
|
345
345
|
*/
|
|
346
346
|
NonKeyAttributes?: string[];
|
|
347
347
|
/**
|
|
@@ -273,7 +273,7 @@ export type Ebs = {
|
|
|
273
273
|
};
|
|
274
274
|
/**
|
|
275
275
|
* Type definition for `AWS::EC2::LaunchTemplate.ElasticGpuSpecification`.
|
|
276
|
-
* Amazon Elastic Graphics reached end of life on January 8, 2024.
|
|
276
|
+
* Amazon Elastic Graphics reached end of life on January 8, 2024.
|
|
277
277
|
Specifies a specification for an Elastic GPU for an Amazon EC2 launch template.
|
|
278
278
|
``ElasticGpuSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
279
279
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-elasticgpuspecification.html}
|
|
@@ -427,7 +427,6 @@ export type InstanceRequirements = {
|
|
|
427
427
|
* The accelerator types that must be on the instance type.
|
|
428
428
|
+ For instance types with FPGA accelerators, specify ``fpga``.
|
|
429
429
|
+ For instance types with GPU accelerators, specify ``gpu``.
|
|
430
|
-
+ For instance types with Inference accelerators, specify ``inference``.
|
|
431
430
|
|
|
432
431
|
Default: Any accelerator type
|
|
433
432
|
*/
|
|
@@ -643,14 +642,13 @@ export type LaunchTemplateData = {
|
|
|
643
642
|
EbsOptimized?: boolean;
|
|
644
643
|
/**
|
|
645
644
|
* Deprecated.
|
|
646
|
-
Amazon Elastic Graphics reached end of life on January 8, 2024.
|
|
645
|
+
Amazon Elastic Graphics reached end of life on January 8, 2024.
|
|
647
646
|
*/
|
|
648
647
|
ElasticGpuSpecifications?: ElasticGpuSpecification[];
|
|
649
648
|
/**
|
|
650
649
|
* Amazon Elastic Inference is no longer available.
|
|
651
650
|
An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
|
|
652
651
|
You cannot specify accelerators from different generations in the same request.
|
|
653
|
-
Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
|
|
654
652
|
*/
|
|
655
653
|
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[];
|
|
656
654
|
/**
|
|
@@ -774,7 +772,8 @@ export type LaunchTemplateData = {
|
|
|
774
772
|
};
|
|
775
773
|
/**
|
|
776
774
|
* Type definition for `AWS::EC2::LaunchTemplate.LaunchTemplateElasticInferenceAccelerator`.
|
|
777
|
-
*
|
|
775
|
+
* Amazon Elastic Inference is no longer available.
|
|
776
|
+
Specifies an elastic inference accelerator.
|
|
778
777
|
``LaunchTemplateElasticInferenceAccelerator`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
779
778
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator.html}
|
|
780
779
|
*/
|
|
@@ -954,7 +953,7 @@ export type NetworkInterface = {
|
|
|
954
953
|
*/
|
|
955
954
|
Description?: string;
|
|
956
955
|
/**
|
|
957
|
-
* The device index for the network interface attachment. If the network interface is of type ``interface``, you must specify a device index.
|
|
956
|
+
* The device index for the network interface attachment. The primary network interface has a device index of 0. If the network interface is of type ``interface``, you must specify a device index.
|
|
958
957
|
If you create a launch template that includes secondary network interfaces but no primary network interface, and you specify it using the ``LaunchTemplate`` property of ``AWS::EC2::Instance``, then you must include a primary network interface using the ``NetworkInterfaces`` property of ``AWS::EC2::Instance``.
|
|
959
958
|
*/
|
|
960
959
|
DeviceIndex?: number;
|
|
@@ -1043,12 +1042,14 @@ export type NetworkInterfaceCount = {
|
|
|
1043
1042
|
};
|
|
1044
1043
|
/**
|
|
1045
1044
|
* Type definition for `AWS::EC2::LaunchTemplate.NetworkPerformanceOptions`.
|
|
1045
|
+
* Contains settings for the network performance options for the instance.
|
|
1046
1046
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkperformanceoptions.html}
|
|
1047
1047
|
*/
|
|
1048
1048
|
export type NetworkPerformanceOptions = {
|
|
1049
1049
|
/**
|
|
1050
|
-
|
|
1051
|
-
|
|
1050
|
+
* Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:
|
|
1051
|
+
+ default This option uses the standard bandwidth configuration for your instance type. + vpc-1 This option boosts your networking baseline bandwidth and reduces your EBS baseline bandwidth. + ebs-1 This option boosts your EBS baseline bandwidth and reduces your networking baseline bandwidth.
|
|
1052
|
+
*/
|
|
1052
1053
|
BandwidthWeighting?: string;
|
|
1053
1054
|
};
|
|
1054
1055
|
/**
|
|
@@ -31,8 +31,9 @@ export type LambdaEventSourceMappingProperties = {
|
|
|
31
31
|
*/
|
|
32
32
|
BatchSize?: number;
|
|
33
33
|
/**
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
* (Kinesis and DynamoDB Streams only) If the function returns an error, split the batch in two and retry. The default value is false.
|
|
35
|
+
When using ``BisectBatchOnFunctionError``, check the ``BatchSize`` parameter in the ``OnFailure`` destination message's metadata. The ``BatchSize`` could be greater than 1 since LAM consolidates failed messages metadata when writing to the ``OnFailure`` destination.
|
|
36
|
+
*/
|
|
36
37
|
BisectBatchOnFunctionError?: boolean;
|
|
37
38
|
/**
|
|
38
39
|
* (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka event sources only) A configuration object that specifies the destination of an event after Lambda processes it.
|
|
@@ -1,7 +1,7 @@
|
|
|
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 Type definition for AWS::Route53::CidrCollection.
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-cidrcollection.html}
|
|
6
6
|
*/
|
|
7
7
|
export type Route53CidrCollectionProperties = {
|
|
@@ -48,7 +48,7 @@ export type Location = {
|
|
|
48
48
|
LocationName: string;
|
|
49
49
|
};
|
|
50
50
|
/**
|
|
51
|
-
* Resource
|
|
51
|
+
* Resource Type definition for AWS::Route53::CidrCollection.
|
|
52
52
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-cidrcollection.html}
|
|
53
53
|
*/
|
|
54
54
|
export declare class Route53CidrCollection extends $Resource<"AWS::Route53::CidrCollection", Route53CidrCollectionProperties, Route53CidrCollectionAttributes> {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
|
-
* Resource
|
|
3
|
+
* Resource Type definition for AWS::Route53::CidrCollection.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-cidrcollection.html}
|
|
5
5
|
*/
|
|
6
6
|
export class Route53CidrCollection extends $Resource {
|
|
@@ -6,6 +6,10 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablebucket.html}
|
|
7
7
|
*/
|
|
8
8
|
export type S3TablesTableBucketProperties = {
|
|
9
|
+
/**
|
|
10
|
+
* Specifies encryption settings for the table bucket
|
|
11
|
+
*/
|
|
12
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
9
13
|
/**
|
|
10
14
|
* A name for the table bucket.
|
|
11
15
|
* @minLength `3`
|
|
@@ -27,6 +31,21 @@ export type S3TablesTableBucketAttributes = {
|
|
|
27
31
|
*/
|
|
28
32
|
TableBucketARN: string;
|
|
29
33
|
};
|
|
34
|
+
/**
|
|
35
|
+
* Type definition for `AWS::S3Tables::TableBucket.EncryptionConfiguration`.
|
|
36
|
+
* Specifies encryption settings for the table bucket
|
|
37
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablebucket-encryptionconfiguration.html}
|
|
38
|
+
*/
|
|
39
|
+
export type EncryptionConfiguration = {
|
|
40
|
+
/**
|
|
41
|
+
* ARN of the KMS key to use for encryption
|
|
42
|
+
*/
|
|
43
|
+
KMSKeyArn?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Server-side encryption algorithm
|
|
46
|
+
*/
|
|
47
|
+
SSEAlgorithm?: "AES256" | "aws:kms";
|
|
48
|
+
};
|
|
30
49
|
/**
|
|
31
50
|
* Type definition for `AWS::S3Tables::TableBucket.UnreferencedFileRemoval`.
|
|
32
51
|
* Settings governing the Unreferenced File Removal maintenance action. Unreferenced file removal identifies and deletes all objects that are not referenced by any table snapshots.
|
|
@@ -12,6 +12,7 @@ export type SESMailManagerIngressPointProperties = {
|
|
|
12
12
|
* @pattern `^[A-Za-z0-9_\-]+$`
|
|
13
13
|
*/
|
|
14
14
|
IngressPointName?: string;
|
|
15
|
+
NetworkConfiguration?: NetworkConfiguration;
|
|
15
16
|
/**
|
|
16
17
|
* @minLength `1`
|
|
17
18
|
* @maxLength `100`
|
|
@@ -76,6 +77,32 @@ export type IngressPointStatusToUpdate = "ACTIVE" | "CLOSED";
|
|
|
76
77
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-ingresspointtype.html}
|
|
77
78
|
*/
|
|
78
79
|
export type IngressPointType = "OPEN" | "AUTH";
|
|
80
|
+
/**
|
|
81
|
+
* Type definition for `AWS::SES::MailManagerIngressPoint.NetworkConfiguration`.
|
|
82
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-networkconfiguration.html}
|
|
83
|
+
*/
|
|
84
|
+
export type NetworkConfiguration = {
|
|
85
|
+
PublicNetworkConfiguration: PublicNetworkConfiguration;
|
|
86
|
+
} | {
|
|
87
|
+
PrivateNetworkConfiguration: PrivateNetworkConfiguration;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Type definition for `AWS::SES::MailManagerIngressPoint.PrivateNetworkConfiguration`.
|
|
91
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-privatenetworkconfiguration.html}
|
|
92
|
+
*/
|
|
93
|
+
export type PrivateNetworkConfiguration = {
|
|
94
|
+
/**
|
|
95
|
+
* @pattern `^vpce-[a-zA-Z0-9]{17}$`
|
|
96
|
+
*/
|
|
97
|
+
VpcEndpointId: string;
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* Type definition for `AWS::SES::MailManagerIngressPoint.PublicNetworkConfiguration`.
|
|
101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-publicnetworkconfiguration.html}
|
|
102
|
+
*/
|
|
103
|
+
export type PublicNetworkConfiguration = {
|
|
104
|
+
IpType: any;
|
|
105
|
+
};
|
|
79
106
|
/**
|
|
80
107
|
* Type definition for `AWS::SES::MailManagerIngressPoint.Tag`.
|
|
81
108
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-tag.html}
|
|
@@ -68,7 +68,7 @@ export type Analysis = {
|
|
|
68
68
|
/**
|
|
69
69
|
* @minLength `1`
|
|
70
70
|
* @maxLength `256`
|
|
71
|
-
* @pattern `^[\sa-zA-Z0-9_]+$`
|
|
71
|
+
* @pattern `^(addon\.)?[\sa-zA-Z0-9_]+$`
|
|
72
72
|
*/
|
|
73
73
|
ResultField: string;
|
|
74
74
|
};
|
|
@@ -238,6 +238,8 @@ export type RuleBooleanOperator = "IS_TRUE" | "IS_FALSE";
|
|
|
238
238
|
*/
|
|
239
239
|
export type RuleBooleanToEvaluate = {
|
|
240
240
|
Attribute: RuleBooleanEmailAttribute;
|
|
241
|
+
} | {
|
|
242
|
+
Analysis: Analysis;
|
|
241
243
|
};
|
|
242
244
|
/**
|
|
243
245
|
* Type definition for `AWS::SES::MailManagerRuleSet.RuleCondition`.
|
|
@@ -368,6 +370,8 @@ export type RuleStringToEvaluate = {
|
|
|
368
370
|
* @pattern `^X-[a-zA-Z0-9-]{1,256}$`
|
|
369
371
|
*/
|
|
370
372
|
MimeHeaderAttribute: string;
|
|
373
|
+
} | {
|
|
374
|
+
Analysis: Analysis;
|
|
371
375
|
};
|
|
372
376
|
/**
|
|
373
377
|
* Type definition for `AWS::SES::MailManagerRuleSet.RuleVerdict`.
|
|
@@ -52,7 +52,7 @@ export type IngressAnalysis = {
|
|
|
52
52
|
/**
|
|
53
53
|
* @minLength `1`
|
|
54
54
|
* @maxLength `256`
|
|
55
|
-
* @pattern `^[\sa-zA-Z0-9_]+$`
|
|
55
|
+
* @pattern `^(addon\.)?[\sa-zA-Z0-9_]+$`
|
|
56
56
|
*/
|
|
57
57
|
ResultField: string;
|
|
58
58
|
};
|
|
@@ -102,6 +102,27 @@ export type IngressIpv4Expression = {
|
|
|
102
102
|
Operator: IngressIpOperator;
|
|
103
103
|
Values: string[];
|
|
104
104
|
};
|
|
105
|
+
/**
|
|
106
|
+
* Type definition for `AWS::SES::MailManagerTrafficPolicy.IngressIpv6Attribute`.
|
|
107
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6attribute.html}
|
|
108
|
+
*/
|
|
109
|
+
export type IngressIpv6Attribute = "SENDER_IPV6";
|
|
110
|
+
/**
|
|
111
|
+
* Type definition for `AWS::SES::MailManagerTrafficPolicy.IngressIpv6Expression`.
|
|
112
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6expression.html}
|
|
113
|
+
*/
|
|
114
|
+
export type IngressIpv6Expression = {
|
|
115
|
+
Evaluate: IngressIpv6ToEvaluate;
|
|
116
|
+
Operator: IngressIpOperator;
|
|
117
|
+
Values: string[];
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* Type definition for `AWS::SES::MailManagerTrafficPolicy.IngressIpv6ToEvaluate`.
|
|
121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6toevaluate.html}
|
|
122
|
+
*/
|
|
123
|
+
export type IngressIpv6ToEvaluate = {
|
|
124
|
+
Attribute: IngressIpv6Attribute;
|
|
125
|
+
};
|
|
105
126
|
/**
|
|
106
127
|
* Type definition for `AWS::SES::MailManagerTrafficPolicy.IngressStringEmailAttribute`.
|
|
107
128
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressstringemailattribute.html}
|
|
@@ -127,6 +148,8 @@ export type IngressStringOperator = "EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "E
|
|
|
127
148
|
*/
|
|
128
149
|
export type IngressStringToEvaluate = {
|
|
129
150
|
Attribute: IngressStringEmailAttribute;
|
|
151
|
+
} | {
|
|
152
|
+
Analysis: IngressAnalysis;
|
|
130
153
|
};
|
|
131
154
|
/**
|
|
132
155
|
* Type definition for `AWS::SES::MailManagerTrafficPolicy.IngressTlsAttribute`.
|
|
@@ -167,6 +190,8 @@ export type PolicyCondition = {
|
|
|
167
190
|
StringExpression: IngressStringExpression;
|
|
168
191
|
} | {
|
|
169
192
|
IpExpression: IngressIpv4Expression;
|
|
193
|
+
} | {
|
|
194
|
+
Ipv6Expression: IngressIpv6Expression;
|
|
170
195
|
} | {
|
|
171
196
|
TlsExpression: IngressTlsProtocolExpression;
|
|
172
197
|
} | {
|