@awboost/cfn-resource-types 0.1.311 → 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-Events-ApiDestination.d.ts +5 -0
- package/lib/AWS-Events-Archive.d.ts +5 -0
- package/lib/AWS-Events-Connection.d.ts +5 -0
- package/lib/AWS-Lambda-EventSourceMapping.d.ts +3 -2
- package/lib/AWS-LaunchWizard-Deployment.d.ts +1 -1
- package/lib/AWS-Lex-Bot.d.ts +72 -684
- 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
|
@@ -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
|
} | {
|