@awboost/cfn-resource-types 0.1.480 → 0.1.482
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-ApiGateway-DomainName.d.ts +1 -0
- package/lib/AWS-ApiGateway-DomainNameV2.d.ts +1 -0
- package/lib/AWS-ApiGateway-Method.d.ts +2 -0
- package/lib/AWS-ApiGateway-RestApi.d.ts +2 -0
- package/lib/AWS-Bedrock-DataAutomationProject.d.ts +20 -0
- package/lib/AWS-BillingConductor-BillingGroup.d.ts +7 -3
- package/lib/AWS-BillingConductor-CustomLineItem.d.ts +1 -1
- package/lib/AWS-CloudFront-ConnectionFunction.d.ts +69 -0
- package/lib/AWS-CloudFront-ConnectionFunction.js +12 -0
- package/lib/AWS-CloudTrail-Trail.d.ts +38 -0
- package/lib/AWS-CustomerProfiles-Domain.d.ts +52 -0
- package/lib/AWS-DSQL-Cluster.d.ts +4 -0
- package/lib/AWS-EC2-NatGateway.d.ts +14 -0
- package/lib/AWS-EC2-VPCEndpoint.d.ts +6 -0
- package/lib/AWS-EC2-VPNConcentrator.d.ts +51 -0
- package/lib/AWS-EC2-VPNConcentrator.js +12 -0
- package/lib/AWS-EC2-VPNConnection.d.ts +5 -0
- package/lib/AWS-ECS-CapacityProvider.d.ts +11 -0
- package/lib/AWS-ElasticLoadBalancingV2-TargetGroup.d.ts +4 -0
- package/lib/AWS-EntityResolution-MatchingWorkflow.d.ts +2 -2
- package/lib/AWS-KMS-Key.d.ts +3 -0
- package/lib/AWS-Lambda-EventSourceMapping.d.ts +10 -6
- package/lib/AWS-Lambda-Function.d.ts +11 -0
- package/lib/AWS-MSK-Cluster.d.ts +12 -4
- package/lib/AWS-OpenSearchService-Domain.d.ts +18 -0
- package/lib/AWS-RUM-AppMonitor.d.ts +47 -0
- package/lib/AWS-S3-Bucket.d.ts +11 -0
- package/lib/AWS-SageMaker-PartnerApp.d.ts +14 -0
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
9
9
|
export type ApiGatewayDomainNameProperties = {
|
|
10
10
|
CertificateArn?: string;
|
|
11
11
|
DomainName?: string;
|
|
12
|
+
EndpointAccessMode?: string;
|
|
12
13
|
/**
|
|
13
14
|
* The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
|
|
14
15
|
*/
|
|
@@ -7,6 +7,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
7
7
|
export type ApiGatewayDomainNameV2Properties = {
|
|
8
8
|
CertificateArn?: string;
|
|
9
9
|
DomainName?: string;
|
|
10
|
+
EndpointAccessMode?: string;
|
|
10
11
|
EndpointConfiguration?: EndpointConfiguration;
|
|
11
12
|
Policy?: Record<string, any> | string;
|
|
12
13
|
/**
|
|
@@ -40,9 +40,11 @@ export type Integration = {
|
|
|
40
40
|
Credentials?: string;
|
|
41
41
|
IntegrationHttpMethod?: string;
|
|
42
42
|
IntegrationResponses?: IntegrationResponse[];
|
|
43
|
+
IntegrationTarget?: string;
|
|
43
44
|
PassthroughBehavior?: "WHEN_NO_MATCH" | "WHEN_NO_TEMPLATES" | "NEVER";
|
|
44
45
|
RequestParameters?: Record<string, string>;
|
|
45
46
|
RequestTemplates?: Record<string, string>;
|
|
47
|
+
ResponseTransferMode?: "BUFFERED" | "STREAM";
|
|
46
48
|
/**
|
|
47
49
|
* @min `50`
|
|
48
50
|
*/
|
|
@@ -19,6 +19,7 @@ export type ApiGatewayRestApiProperties = {
|
|
|
19
19
|
CloneFrom?: string;
|
|
20
20
|
Description?: string;
|
|
21
21
|
DisableExecuteApiEndpoint?: boolean;
|
|
22
|
+
EndpointAccessMode?: string;
|
|
22
23
|
/**
|
|
23
24
|
* A list of the endpoint types and IP address types of the API. Use this property when creating an API. When importing an existing API, specify the endpoint configuration types using the ``Parameters`` property.
|
|
24
25
|
*/
|
|
@@ -43,6 +44,7 @@ export type ApiGatewayRestApiProperties = {
|
|
|
43
44
|
* A policy document that contains the permissions for the ``RestApi`` resource. To set the ARN for the policy, use the ``!Join`` intrinsic function with ``""`` as delimiter and values of ``"execute-api:/"`` and ``"*"``.
|
|
44
45
|
*/
|
|
45
46
|
Policy?: Record<string, any> | string;
|
|
47
|
+
SecurityPolicy?: string;
|
|
46
48
|
Tags?: Tag[];
|
|
47
49
|
};
|
|
48
50
|
/**
|
|
@@ -91,11 +91,26 @@ export type AudioExtractionCategoryType = "AUDIO_CONTENT_MODERATION" | "TRANSCRI
|
|
|
91
91
|
export type AudioExtractionCategoryTypeConfiguration = {
|
|
92
92
|
Transcript?: TranscriptConfiguration;
|
|
93
93
|
};
|
|
94
|
+
/**
|
|
95
|
+
* Type definition for `AWS::Bedrock::DataAutomationProject.AudioGenerativeOutputLanguage`.
|
|
96
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiogenerativeoutputlanguage.html}
|
|
97
|
+
*/
|
|
98
|
+
export type AudioGenerativeOutputLanguage = "DEFAULT" | "EN";
|
|
99
|
+
/**
|
|
100
|
+
* Type definition for `AWS::Bedrock::DataAutomationProject.AudioLanguageConfiguration`.
|
|
101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiolanguageconfiguration.html}
|
|
102
|
+
*/
|
|
103
|
+
export type AudioLanguageConfiguration = {
|
|
104
|
+
GenerativeOutputLanguage?: AudioGenerativeOutputLanguage;
|
|
105
|
+
IdentifyMultipleLanguages?: boolean;
|
|
106
|
+
InputLanguages?: Language[];
|
|
107
|
+
};
|
|
94
108
|
/**
|
|
95
109
|
* Type definition for `AWS::Bedrock::DataAutomationProject.AudioOverrideConfiguration`.
|
|
96
110
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiooverrideconfiguration.html}
|
|
97
111
|
*/
|
|
98
112
|
export type AudioOverrideConfiguration = {
|
|
113
|
+
LanguageConfiguration?: AudioLanguageConfiguration;
|
|
99
114
|
ModalityProcessing?: ModalityProcessingConfiguration;
|
|
100
115
|
};
|
|
101
116
|
/**
|
|
@@ -320,6 +335,11 @@ export type ImageStandardOutputConfiguration = {
|
|
|
320
335
|
Extraction?: ImageStandardExtraction;
|
|
321
336
|
GenerativeField?: ImageStandardGenerativeField;
|
|
322
337
|
};
|
|
338
|
+
/**
|
|
339
|
+
* Type definition for `AWS::Bedrock::DataAutomationProject.Language`.
|
|
340
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-language.html}
|
|
341
|
+
*/
|
|
342
|
+
export type Language = "EN" | "DE" | "ES" | "FR" | "IT" | "PT" | "JA" | "KO" | "CN" | "TW" | "HK";
|
|
323
343
|
/**
|
|
324
344
|
* Type definition for `AWS::Bedrock::DataAutomationProject.ModalityProcessingConfiguration`.
|
|
325
345
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-modalityprocessingconfiguration.html}
|
|
@@ -22,7 +22,7 @@ export type BillingConductorBillingGroupProperties = {
|
|
|
22
22
|
* This account will act as a virtual payer account of the billing group
|
|
23
23
|
* @pattern `[0-9]{12}`
|
|
24
24
|
*/
|
|
25
|
-
PrimaryAccountId
|
|
25
|
+
PrimaryAccountId?: string;
|
|
26
26
|
Tags?: Tag[];
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
@@ -32,7 +32,7 @@ export type BillingConductorBillingGroupProperties = {
|
|
|
32
32
|
export type BillingConductorBillingGroupAttributes = {
|
|
33
33
|
/**
|
|
34
34
|
* Billing Group ARN
|
|
35
|
-
* @pattern `arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/?[
|
|
35
|
+
* @pattern `arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/?[a-zA-Z0-9]{10,12}`
|
|
36
36
|
*/
|
|
37
37
|
Arn: string;
|
|
38
38
|
/**
|
|
@@ -59,7 +59,11 @@ export type AccountGrouping = {
|
|
|
59
59
|
/**
|
|
60
60
|
* @minLength `1`
|
|
61
61
|
*/
|
|
62
|
-
LinkedAccountIds
|
|
62
|
+
LinkedAccountIds?: string[];
|
|
63
|
+
/**
|
|
64
|
+
* @pattern `arn:[a-z0-9][a-z0-9-.]{0,62}:organizations::[0-9]{12}:transfer/o-[a-z0-9]{10,32}/(billing)/(inbound|outbound)/rt-[0-9a-z]{8,32}`
|
|
65
|
+
*/
|
|
66
|
+
ResponsibilityTransferArn?: string;
|
|
63
67
|
};
|
|
64
68
|
/**
|
|
65
69
|
* Type definition for `AWS::BillingConductor::BillingGroup.BillingGroupStatus`.
|
|
@@ -13,7 +13,7 @@ export type BillingConductorCustomLineItemProperties = {
|
|
|
13
13
|
AccountId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* Billing Group ARN
|
|
16
|
-
* @pattern `arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/?[
|
|
16
|
+
* @pattern `arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/?[a-zA-Z0-9]{10,12}`
|
|
17
17
|
*/
|
|
18
18
|
BillingGroupArn: string;
|
|
19
19
|
BillingPeriodRange?: BillingPeriodRange;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::CloudFront::ConnectionFunction
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-connectionfunction.html}
|
|
6
|
+
*/
|
|
7
|
+
export type CloudFrontConnectionFunctionProperties = {
|
|
8
|
+
AutoPublish?: boolean;
|
|
9
|
+
ConnectionFunctionCode: string;
|
|
10
|
+
ConnectionFunctionConfig: ConnectionFunctionConfig;
|
|
11
|
+
Name: string;
|
|
12
|
+
Tags?: Tag[];
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Attribute type definition for `AWS::CloudFront::ConnectionFunction`.
|
|
16
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-connectionfunction.html#aws-resource-cloudfront-connectionfunction-return-values}
|
|
17
|
+
*/
|
|
18
|
+
export type CloudFrontConnectionFunctionAttributes = {
|
|
19
|
+
ConnectionFunctionArn: string;
|
|
20
|
+
CreatedTime: string;
|
|
21
|
+
ETag: string;
|
|
22
|
+
Id: string;
|
|
23
|
+
LastModifiedTime: string;
|
|
24
|
+
Stage: "DEVELOPMENT" | "LIVE";
|
|
25
|
+
Status: "UNPUBLISHED" | "DEPLOYED" | "UNASSOCIATED" | "PUBLISHING" | "IN_PROGRESS";
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Type definition for `AWS::CloudFront::ConnectionFunction.ConnectionFunctionConfig`.
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-connectionfunction-connectionfunctionconfig.html}
|
|
30
|
+
*/
|
|
31
|
+
export type ConnectionFunctionConfig = {
|
|
32
|
+
Comment: string;
|
|
33
|
+
KeyValueStoreAssociations?: KeyValueStoreAssociation[];
|
|
34
|
+
Runtime: "cloudfront-js-2.0";
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Type definition for `AWS::CloudFront::ConnectionFunction.KeyValueStoreAssociation`.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-connectionfunction-keyvaluestoreassociation.html}
|
|
39
|
+
*/
|
|
40
|
+
export type KeyValueStoreAssociation = {
|
|
41
|
+
KeyValueStoreARN: string;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Type definition for `AWS::CloudFront::ConnectionFunction.Tag`.
|
|
45
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-connectionfunction-tag.html}
|
|
46
|
+
*/
|
|
47
|
+
export type Tag = {
|
|
48
|
+
/**
|
|
49
|
+
* @minLength `1`
|
|
50
|
+
* @maxLength `128`
|
|
51
|
+
* @pattern `^[a-zA-Z0-9 _.:/=+\-@]{1,128}\Z`
|
|
52
|
+
*/
|
|
53
|
+
Key: string;
|
|
54
|
+
/**
|
|
55
|
+
* @minLength `0`
|
|
56
|
+
* @maxLength `256`
|
|
57
|
+
* @pattern `^[a-zA-Z0-9 _.:/=+\-@]{0,256}\Z`
|
|
58
|
+
*/
|
|
59
|
+
Value: string;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Resource Type definition for AWS::CloudFront::ConnectionFunction
|
|
63
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-connectionfunction.html}
|
|
64
|
+
*/
|
|
65
|
+
export declare class CloudFrontConnectionFunction extends $Resource<"AWS::CloudFront::ConnectionFunction", CloudFrontConnectionFunctionProperties, CloudFrontConnectionFunctionAttributes> {
|
|
66
|
+
static readonly Type = "AWS::CloudFront::ConnectionFunction";
|
|
67
|
+
constructor(logicalId: string, properties: CloudFrontConnectionFunctionProperties, options?: $ResourceOptions);
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=AWS-CloudFront-ConnectionFunction.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::CloudFront::ConnectionFunction
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-connectionfunction.html}
|
|
5
|
+
*/
|
|
6
|
+
export class CloudFrontConnectionFunction extends $Resource {
|
|
7
|
+
static Type = "AWS::CloudFront::ConnectionFunction";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, CloudFrontConnectionFunction.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-CloudFront-ConnectionFunction.js.map
|
|
@@ -10,6 +10,11 @@ export type CloudTrailTrailProperties = {
|
|
|
10
10
|
* The advanced event selectors that were used to select events for the data store.
|
|
11
11
|
*/
|
|
12
12
|
AdvancedEventSelectors?: AdvancedEventSelector[];
|
|
13
|
+
/**
|
|
14
|
+
* Specifies the aggregation configuration to aggregate CloudTrail Events. A maximum of 1 aggregation configuration is allowed.
|
|
15
|
+
* @maxLength `1`
|
|
16
|
+
*/
|
|
17
|
+
AggregationConfigurations?: AggregationConfiguration[];
|
|
13
18
|
/**
|
|
14
19
|
* Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
|
|
15
20
|
*/
|
|
@@ -143,6 +148,23 @@ export type AdvancedFieldSelector = {
|
|
|
143
148
|
*/
|
|
144
149
|
StartsWith?: string[];
|
|
145
150
|
};
|
|
151
|
+
/**
|
|
152
|
+
* Type definition for `AWS::CloudTrail::Trail.AggregationConfiguration`.
|
|
153
|
+
* Configure to add aggregation rules to aggregate CloudTrail Events.
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-aggregationconfiguration.html}
|
|
155
|
+
*/
|
|
156
|
+
export type AggregationConfiguration = {
|
|
157
|
+
/**
|
|
158
|
+
* The category of events to be aggregated.
|
|
159
|
+
*/
|
|
160
|
+
EventCategory: "Data";
|
|
161
|
+
/**
|
|
162
|
+
* Contains all templates in an aggregation configuration.
|
|
163
|
+
* @minLength `1`
|
|
164
|
+
* @maxLength `50`
|
|
165
|
+
*/
|
|
166
|
+
Templates: Template[];
|
|
167
|
+
};
|
|
146
168
|
/**
|
|
147
169
|
* Type definition for `AWS::CloudTrail::Trail.DataResource`.
|
|
148
170
|
* CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events.
|
|
@@ -184,11 +206,21 @@ export type EventSelector = {
|
|
|
184
206
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-insightselector.html}
|
|
185
207
|
*/
|
|
186
208
|
export type InsightSelector = {
|
|
209
|
+
/**
|
|
210
|
+
* The categories of events for which to log insights. By default, insights are logged for management events only.
|
|
211
|
+
*/
|
|
212
|
+
EventCategories?: SourceEventCategory[];
|
|
187
213
|
/**
|
|
188
214
|
* The type of insight to log on a trail.
|
|
189
215
|
*/
|
|
190
216
|
InsightType?: string;
|
|
191
217
|
};
|
|
218
|
+
/**
|
|
219
|
+
* Type definition for `AWS::CloudTrail::Trail.SourceEventCategory`.
|
|
220
|
+
* Event category for an insight selector.
|
|
221
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-sourceeventcategory.html}
|
|
222
|
+
*/
|
|
223
|
+
export type SourceEventCategory = "Management" | "Data";
|
|
192
224
|
/**
|
|
193
225
|
* Type definition for `AWS::CloudTrail::Trail.Tag`.
|
|
194
226
|
* An arbitrary set of tags (key-value pairs) for this trail.
|
|
@@ -204,6 +236,12 @@ export type Tag = {
|
|
|
204
236
|
*/
|
|
205
237
|
Value: string;
|
|
206
238
|
};
|
|
239
|
+
/**
|
|
240
|
+
* Type definition for `AWS::CloudTrail::Trail.Template`.
|
|
241
|
+
* A template used to configure aggregation rules.
|
|
242
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-template.html}
|
|
243
|
+
*/
|
|
244
|
+
export type Template = "API_ACTIVITY" | "RESOURCE_ACCESS" | "USER_ACTIONS";
|
|
207
245
|
/**
|
|
208
246
|
* Resource type definition for `AWS::CloudTrail::Trail`.
|
|
209
247
|
* Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket. A maximum of five trails can exist in a region, irrespective of the region in which they were created.
|
|
@@ -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-customerprofiles-domain.html}
|
|
7
7
|
*/
|
|
8
8
|
export type CustomerProfilesDomainProperties = {
|
|
9
|
+
/**
|
|
10
|
+
* Configuration and status of the data store for the domain.
|
|
11
|
+
*/
|
|
12
|
+
DataStore?: DataStore;
|
|
9
13
|
/**
|
|
10
14
|
* The URL of the SQS dead letter queue
|
|
11
15
|
* @minLength `0`
|
|
@@ -55,6 +59,26 @@ export type CustomerProfilesDomainAttributes = {
|
|
|
55
59
|
* The time of this integration got created
|
|
56
60
|
*/
|
|
57
61
|
CreatedAt: string;
|
|
62
|
+
/**
|
|
63
|
+
* Configuration and status of the data store for the domain.
|
|
64
|
+
*/
|
|
65
|
+
DataStore: {
|
|
66
|
+
/**
|
|
67
|
+
* Progress information for data store setup.
|
|
68
|
+
*/
|
|
69
|
+
Readiness: {
|
|
70
|
+
/**
|
|
71
|
+
* A message describing the current progress.
|
|
72
|
+
*/
|
|
73
|
+
Message: string;
|
|
74
|
+
/**
|
|
75
|
+
* The percentage of progress completed.
|
|
76
|
+
* @min `0`
|
|
77
|
+
* @max `100`
|
|
78
|
+
*/
|
|
79
|
+
ProgressPercentage: number;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
58
82
|
/**
|
|
59
83
|
* The time of this integration got last updated at
|
|
60
84
|
*/
|
|
@@ -171,6 +195,17 @@ export type Consolidation = {
|
|
|
171
195
|
*/
|
|
172
196
|
MatchingAttributesList: string[][];
|
|
173
197
|
};
|
|
198
|
+
/**
|
|
199
|
+
* Type definition for `AWS::CustomerProfiles::Domain.DataStore`.
|
|
200
|
+
* Configuration and status of the data store for the domain.
|
|
201
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-datastore.html}
|
|
202
|
+
*/
|
|
203
|
+
export type DataStore = {
|
|
204
|
+
/**
|
|
205
|
+
* Whether the data store is enabled.
|
|
206
|
+
*/
|
|
207
|
+
Enabled?: boolean;
|
|
208
|
+
};
|
|
174
209
|
/**
|
|
175
210
|
* Type definition for `AWS::CustomerProfiles::Domain.DomainStats`.
|
|
176
211
|
* Usage-specific statistics about the domain.
|
|
@@ -259,6 +294,23 @@ export type MatchingRule = {
|
|
|
259
294
|
*/
|
|
260
295
|
Rule: string[];
|
|
261
296
|
};
|
|
297
|
+
/**
|
|
298
|
+
* Type definition for `AWS::CustomerProfiles::Domain.Readiness`.
|
|
299
|
+
* Progress information for data store setup.
|
|
300
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-readiness.html}
|
|
301
|
+
*/
|
|
302
|
+
export type Readiness = {
|
|
303
|
+
/**
|
|
304
|
+
* A message describing the current progress.
|
|
305
|
+
*/
|
|
306
|
+
Message?: string;
|
|
307
|
+
/**
|
|
308
|
+
* The percentage of progress completed.
|
|
309
|
+
* @min `0`
|
|
310
|
+
* @max `100`
|
|
311
|
+
*/
|
|
312
|
+
ProgressPercentage?: number;
|
|
313
|
+
};
|
|
262
314
|
/**
|
|
263
315
|
* Type definition for `AWS::CustomerProfiles::Domain.RuleBasedMatching`.
|
|
264
316
|
* The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.
|
|
@@ -13,6 +13,8 @@ export type EC2NatGatewayProperties = {
|
|
|
13
13
|
* [Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway. This property is required for a public NAT gateway and cannot be specified with a private NAT gateway.
|
|
14
14
|
*/
|
|
15
15
|
AllocationId?: string;
|
|
16
|
+
AvailabilityMode?: string;
|
|
17
|
+
AvailabilityZoneAddresses?: AvailabilityZoneAddress[];
|
|
16
18
|
/**
|
|
17
19
|
* Indicates whether the NAT gateway supports public or private connectivity. The default is public connectivity.
|
|
18
20
|
*/
|
|
@@ -58,8 +60,20 @@ export type EC2NatGatewayProperties = {
|
|
|
58
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#aws-resource-ec2-natgateway-return-values}
|
|
59
61
|
*/
|
|
60
62
|
export type EC2NatGatewayAttributes = {
|
|
63
|
+
AutoProvisionZones: string;
|
|
64
|
+
AutoScalingIps: string;
|
|
61
65
|
EniId: string;
|
|
62
66
|
NatGatewayId: string;
|
|
67
|
+
RouteTableId: string;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Type definition for `AWS::EC2::NatGateway.AvailabilityZoneAddress`.
|
|
71
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-natgateway-availabilityzoneaddress.html}
|
|
72
|
+
*/
|
|
73
|
+
export type AvailabilityZoneAddress = {
|
|
74
|
+
AllocationIds: string[];
|
|
75
|
+
AvailabilityZone?: string;
|
|
76
|
+
AvailabilityZoneId?: string;
|
|
63
77
|
};
|
|
64
78
|
/**
|
|
65
79
|
* Type definition for `AWS::EC2::NatGateway.Tag`.
|
|
@@ -96,6 +96,12 @@ export type DnsOptionsSpecification = {
|
|
|
96
96
|
* Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.
|
|
97
97
|
*/
|
|
98
98
|
PrivateDnsOnlyForInboundResolverEndpoint?: "OnlyInboundResolver" | "AllResolvers" | "NotSpecified";
|
|
99
|
+
PrivateDnsPreference?: "VERIFIED_DOMAINS_ONLY" | "ALL_DOMAINS" | "VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS" | "SPECIFIED_DOMAINS_ONLY";
|
|
100
|
+
/**
|
|
101
|
+
* @minLength `1`
|
|
102
|
+
* @maxLength `10`
|
|
103
|
+
*/
|
|
104
|
+
PrivateDnsSpecifiedDomains?: string[];
|
|
99
105
|
};
|
|
100
106
|
/**
|
|
101
107
|
* Type definition for `AWS::EC2::VPCEndpoint.Tag`.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::EC2::VPNConcentrator
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html}
|
|
6
|
+
*/
|
|
7
|
+
export type EC2VPNConcentratorProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* Any tags assigned to the VPN concentrator.
|
|
10
|
+
*/
|
|
11
|
+
Tags?: Tag[];
|
|
12
|
+
/**
|
|
13
|
+
* The ID of the transit gateway
|
|
14
|
+
*/
|
|
15
|
+
TransitGatewayId: string;
|
|
16
|
+
/**
|
|
17
|
+
* The type of VPN concentrator
|
|
18
|
+
*/
|
|
19
|
+
Type: string;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Attribute type definition for `AWS::EC2::VPNConcentrator`.
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html#aws-resource-ec2-vpnconcentrator-return-values}
|
|
24
|
+
*/
|
|
25
|
+
export type EC2VPNConcentratorAttributes = {
|
|
26
|
+
/**
|
|
27
|
+
* The ID of the transit gateway attachment
|
|
28
|
+
*/
|
|
29
|
+
TransitGatewayAttachmentId: string;
|
|
30
|
+
/**
|
|
31
|
+
* The provider-assigned unique ID for this managed resource
|
|
32
|
+
*/
|
|
33
|
+
VpnConcentratorId: string;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Type definition for `AWS::EC2::VPNConcentrator.Tag`.
|
|
37
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconcentrator-tag.html}
|
|
38
|
+
*/
|
|
39
|
+
export type Tag = {
|
|
40
|
+
Key: string;
|
|
41
|
+
Value: string;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Resource Type definition for AWS::EC2::VPNConcentrator
|
|
45
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html}
|
|
46
|
+
*/
|
|
47
|
+
export declare class EC2VPNConcentrator extends $Resource<"AWS::EC2::VPNConcentrator", EC2VPNConcentratorProperties, EC2VPNConcentratorAttributes> {
|
|
48
|
+
static readonly Type = "AWS::EC2::VPNConcentrator";
|
|
49
|
+
constructor(logicalId: string, properties: EC2VPNConcentratorProperties, options?: $ResourceOptions);
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=AWS-EC2-VPNConcentrator.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::EC2::VPNConcentrator
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html}
|
|
5
|
+
*/
|
|
6
|
+
export class EC2VPNConcentrator extends $Resource {
|
|
7
|
+
static Type = "AWS::EC2::VPNConcentrator";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, EC2VPNConcentrator.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-EC2-VPNConcentrator.js.map
|
|
@@ -67,6 +67,7 @@ export type EC2VPNConnectionProperties = {
|
|
|
67
67
|
Required if ``OutsideIpAddressType`` is set to ``PrivateIpv4``.
|
|
68
68
|
*/
|
|
69
69
|
TransportTransitGatewayAttachmentId?: string;
|
|
70
|
+
TunnelBandwidth?: "standard" | "large";
|
|
70
71
|
/**
|
|
71
72
|
* Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
|
|
72
73
|
Default: ``ipv4``
|
|
@@ -76,6 +77,7 @@ export type EC2VPNConnectionProperties = {
|
|
|
76
77
|
* The type of VPN connection.
|
|
77
78
|
*/
|
|
78
79
|
Type: string;
|
|
80
|
+
VpnConcentratorId?: string;
|
|
79
81
|
/**
|
|
80
82
|
* The ID of the virtual private gateway at the AWS side of the VPN connection.
|
|
81
83
|
You must specify either ``TransitGatewayId`` or ``VpnGatewayId``, but not both.
|
|
@@ -99,6 +101,9 @@ export type EC2VPNConnectionAttributes = {
|
|
|
99
101
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-cloudwatchlogoptionsspecification.html}
|
|
100
102
|
*/
|
|
101
103
|
export type CloudwatchLogOptionsSpecification = {
|
|
104
|
+
BgpLogEnabled?: boolean;
|
|
105
|
+
BgpLogGroupArn?: string;
|
|
106
|
+
BgpLogOutputFormat?: "json" | "text";
|
|
102
107
|
/**
|
|
103
108
|
* Enable or disable VPN tunnel logging feature. Default value is ``False``.
|
|
104
109
|
Valid values: ``True`` | ``False``
|
|
@@ -107,6 +107,17 @@ export type ManagedInstancesNetworkConfiguration = {
|
|
|
107
107
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesprovider.html}
|
|
108
108
|
*/
|
|
109
109
|
export type ManagedInstancesProvider = {
|
|
110
|
+
/**
|
|
111
|
+
* Defines how Amazon ECS Managed Instances optimizes the infrastructure in your capacity provider. Configure it to turn on or off the infrastructure optimization in your capacity provider, and to control the idle EC2 instances optimization delay.
|
|
112
|
+
*/
|
|
113
|
+
InfrastructureOptimization?: {
|
|
114
|
+
/**
|
|
115
|
+
* This parameter defines the number of seconds Amazon ECS Managed Instances waits before optimizing EC2 instances that have become idle or underutilized. A longer delay increases the likelihood of placing new tasks on idle instances, reducing startup time. A shorter delay helps reduce infrastructure costs by optimizing idle instances more quickly. Valid values are: Not set (null) - Uses the default optimization behavior, `-1` - Disables automatic infrastructure optimization, `0` to `3600` (inclusive) - Specifies the number of seconds to wait before optimizing instances.
|
|
116
|
+
* @min `-1`
|
|
117
|
+
* @max `3600`
|
|
118
|
+
*/
|
|
119
|
+
ScaleInAfter?: number;
|
|
120
|
+
};
|
|
110
121
|
InfrastructureRoleArn: string;
|
|
111
122
|
InstanceLaunchTemplate: InstanceLaunchTemplate;
|
|
112
123
|
PropagateTags?: "CAPACITY_PROVIDER" | "NONE";
|
|
@@ -61,6 +61,10 @@ export type ElasticLoadBalancingV2TargetGroupProperties = {
|
|
|
61
61
|
* The tags.
|
|
62
62
|
*/
|
|
63
63
|
Tags?: Tag[];
|
|
64
|
+
/**
|
|
65
|
+
* The port that the target control agent uses to communicate the available capacity of targets to the load balancer.
|
|
66
|
+
*/
|
|
67
|
+
TargetControlPort?: number;
|
|
64
68
|
/**
|
|
65
69
|
* The attributes.
|
|
66
70
|
*/
|
|
@@ -184,7 +184,7 @@ export type RuleBasedProperties = {
|
|
|
184
184
|
MatchPurpose?: "IDENTIFIER_GENERATION" | "INDEXING";
|
|
185
185
|
/**
|
|
186
186
|
* @minLength `1`
|
|
187
|
-
* @maxLength `
|
|
187
|
+
* @maxLength `25`
|
|
188
188
|
*/
|
|
189
189
|
Rules: Rule[];
|
|
190
190
|
};
|
|
@@ -208,7 +208,7 @@ export type RuleCondition = {
|
|
|
208
208
|
export type RuleConditionProperties = {
|
|
209
209
|
/**
|
|
210
210
|
* @minLength `1`
|
|
211
|
-
* @maxLength `
|
|
211
|
+
* @maxLength `25`
|
|
212
212
|
*/
|
|
213
213
|
Rules: RuleCondition[];
|
|
214
214
|
};
|
package/lib/AWS-KMS-Key.d.ts
CHANGED
|
@@ -81,6 +81,9 @@ export type KMSKeyProperties = {
|
|
|
81
81
|
+ ``ECC_NIST_P256`` (secp256r1)
|
|
82
82
|
+ ``ECC_NIST_P384`` (secp384r1)
|
|
83
83
|
+ ``ECC_NIST_P521`` (secp521r1)
|
|
84
|
+
+ ``ECC_NIST_EDWARDS25519`` (ed25519) - signing and verification only
|
|
85
|
+
+ *Note:* For ECC_NIST_EDWARDS25519 KMS keys, the ED25519_SHA_512 signing algorithm requires [MessageType:RAW](https://docs.aws.amazon.com/kms/latest/APIReference/API_Sign.html#KMS-Sign-request-MessageType), while ED25519_PH_SHA_512 requires [MessageType:DIGEST](https://docs.aws.amazon.com/kms/latest/APIReference/API_Sign.html#KMS-Sign-request-MessageType). These message types cannot be used interchangeably.
|
|
86
|
+
|
|
84
87
|
|
|
85
88
|
+ Other asymmetric elliptic curve key pairs (signing and verification)
|
|
86
89
|
+ ``ECC_SECG_P256K1`` (secp256k1), commonly used for cryptocurrencies.
|
|
@@ -91,6 +91,9 @@ export type LambdaEventSourceMappingProperties = {
|
|
|
91
91
|
* @pattern `(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()`
|
|
92
92
|
*/
|
|
93
93
|
KmsKeyArn?: string;
|
|
94
|
+
/**
|
|
95
|
+
* The function's Amazon CloudWatch Logs configuration settings.
|
|
96
|
+
*/
|
|
94
97
|
LoggingConfig?: LoggingConfig;
|
|
95
98
|
/**
|
|
96
99
|
* The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.
|
|
@@ -125,7 +128,7 @@ export type LambdaEventSourceMappingProperties = {
|
|
|
125
128
|
*/
|
|
126
129
|
ParallelizationFactor?: number;
|
|
127
130
|
/**
|
|
128
|
-
* (Amazon MSK and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode).
|
|
131
|
+
* (Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode).
|
|
129
132
|
*/
|
|
130
133
|
ProvisionedPollerConfig?: ProvisionedPollerConfig;
|
|
131
134
|
/**
|
|
@@ -135,7 +138,7 @@ export type LambdaEventSourceMappingProperties = {
|
|
|
135
138
|
*/
|
|
136
139
|
Queues?: string[];
|
|
137
140
|
/**
|
|
138
|
-
*
|
|
141
|
+
* This property is for Amazon SQS event sources only. You cannot use ``ProvisionedPollerConfig`` while using ``ScalingConfig``. These options are mutually exclusive. To remove the scaling configuration, pass an empty value.
|
|
139
142
|
*/
|
|
140
143
|
ScalingConfig?: ScalingConfig;
|
|
141
144
|
/**
|
|
@@ -296,11 +299,12 @@ export type FilterCriteria = {
|
|
|
296
299
|
};
|
|
297
300
|
/**
|
|
298
301
|
* Type definition for `AWS::Lambda::EventSourceMapping.LoggingConfig`.
|
|
302
|
+
* The function's Amazon CloudWatch Logs configuration settings.
|
|
299
303
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-loggingconfig.html}
|
|
300
304
|
*/
|
|
301
305
|
export type LoggingConfig = {
|
|
302
306
|
/**
|
|
303
|
-
*
|
|
307
|
+
* Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where ``DEBUG`` is the highest level and ``WARN`` is the lowest.
|
|
304
308
|
*/
|
|
305
309
|
SystemLogLevel?: "DEBUG" | "INFO" | "WARN";
|
|
306
310
|
};
|
|
@@ -336,18 +340,18 @@ export type OnFailure = {
|
|
|
336
340
|
};
|
|
337
341
|
/**
|
|
338
342
|
* Type definition for `AWS::Lambda::EventSourceMapping.ProvisionedPollerConfig`.
|
|
339
|
-
* The [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode) configuration for the event source. Use
|
|
343
|
+
* The [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode) configuration for the event source. Use Provisioned Mode to customize the minimum and maximum number of event pollers for your event source.
|
|
340
344
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-provisionedpollerconfig.html}
|
|
341
345
|
*/
|
|
342
346
|
export type ProvisionedPollerConfig = {
|
|
343
347
|
/**
|
|
344
|
-
* The maximum number of event pollers this event source can scale up to.
|
|
348
|
+
* The maximum number of event pollers this event source can scale up to. For Amazon SQS events source mappings, default is 200, and minimum value allowed is 2. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 200, and minimum value allowed is 1.
|
|
345
349
|
* @min `1`
|
|
346
350
|
* @max `2000`
|
|
347
351
|
*/
|
|
348
352
|
MaximumPollers?: number;
|
|
349
353
|
/**
|
|
350
|
-
* The minimum number of event pollers this event source can scale down to.
|
|
354
|
+
* The minimum number of event pollers this event source can scale down to. For Amazon SQS events source mappings, default is 2, and minimum 2 required. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 1.
|
|
351
355
|
* @min `1`
|
|
352
356
|
* @max `200`
|
|
353
357
|
*/
|
|
@@ -130,6 +130,7 @@ export type LambdaFunctionProperties = {
|
|
|
130
130
|
You must have the ``lambda:TagResource``, ``lambda:UntagResource``, and ``lambda:ListTags`` permissions for your [principal](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) to manage the CFN stack. If you don't have these permissions, there might be unexpected behavior with stack-level tags propagating to the resource during resource creation and update.
|
|
131
131
|
*/
|
|
132
132
|
Tags?: Tag[];
|
|
133
|
+
TenancyConfig?: TenancyConfig;
|
|
133
134
|
/**
|
|
134
135
|
* The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds. The maximum allowed value is 900 seconds. For more information, see [Lambda execution environment](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html).
|
|
135
136
|
* @min `1`
|
|
@@ -368,6 +369,16 @@ export type Tag = {
|
|
|
368
369
|
*/
|
|
369
370
|
Value?: string;
|
|
370
371
|
};
|
|
372
|
+
/**
|
|
373
|
+
* Type definition for `AWS::Lambda::Function.TenancyConfig`.
|
|
374
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tenancyconfig.html}
|
|
375
|
+
*/
|
|
376
|
+
export type TenancyConfig = {
|
|
377
|
+
/**
|
|
378
|
+
* Determines how your Lambda function isolates execution environments between tenants.
|
|
379
|
+
*/
|
|
380
|
+
TenantIsolationMode: "PER_TENANT";
|
|
381
|
+
};
|
|
371
382
|
/**
|
|
372
383
|
* Type definition for `AWS::Lambda::Function.TracingConfig`.
|
|
373
384
|
* The function's [](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) tracing configuration. To sample and record incoming requests, set ``Mode`` to ``Active``.
|
package/lib/AWS-MSK-Cluster.d.ts
CHANGED
|
@@ -13,10 +13,6 @@ export type MSKClusterProperties = {
|
|
|
13
13
|
*/
|
|
14
14
|
ClusterName: string;
|
|
15
15
|
ConfigurationInfo?: ConfigurationInfo;
|
|
16
|
-
/**
|
|
17
|
-
* The current version of the MSK cluster
|
|
18
|
-
*/
|
|
19
|
-
CurrentVersion?: string;
|
|
20
16
|
EncryptionInfo?: EncryptionInfo;
|
|
21
17
|
/**
|
|
22
18
|
* @minLength `7`
|
|
@@ -31,6 +27,7 @@ export type MSKClusterProperties = {
|
|
|
31
27
|
LoggingInfo?: LoggingInfo;
|
|
32
28
|
NumberOfBrokerNodes: number;
|
|
33
29
|
OpenMonitoring?: OpenMonitoring;
|
|
30
|
+
Rebalancing?: Rebalancing;
|
|
34
31
|
/**
|
|
35
32
|
* @minLength `5`
|
|
36
33
|
* @maxLength `6`
|
|
@@ -47,6 +44,10 @@ export type MSKClusterProperties = {
|
|
|
47
44
|
*/
|
|
48
45
|
export type MSKClusterAttributes = {
|
|
49
46
|
Arn: string;
|
|
47
|
+
/**
|
|
48
|
+
* The current version of the MSK cluster
|
|
49
|
+
*/
|
|
50
|
+
CurrentVersion: string;
|
|
50
51
|
};
|
|
51
52
|
/**
|
|
52
53
|
* Type definition for `AWS::MSK::Cluster.BrokerLogs`.
|
|
@@ -215,6 +216,13 @@ export type PublicAccess = {
|
|
|
215
216
|
*/
|
|
216
217
|
Type?: string;
|
|
217
218
|
};
|
|
219
|
+
/**
|
|
220
|
+
* Type definition for `AWS::MSK::Cluster.Rebalancing`.
|
|
221
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-rebalancing.html}
|
|
222
|
+
*/
|
|
223
|
+
export type Rebalancing = {
|
|
224
|
+
Status: "PAUSED" | "ACTIVE";
|
|
225
|
+
};
|
|
218
226
|
/**
|
|
219
227
|
* Type definition for `AWS::MSK::Cluster.S3`.
|
|
220
228
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html}
|
|
@@ -6,6 +6,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html}
|
|
7
7
|
*/
|
|
8
8
|
export type OpenSearchServiceDomainProperties = {
|
|
9
|
+
AIMLOptions?: AIMLOptions;
|
|
9
10
|
AccessPolicies?: Record<string, any>;
|
|
10
11
|
AdvancedOptions?: Record<string, string>;
|
|
11
12
|
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput;
|
|
@@ -84,6 +85,13 @@ export type AdvancedSecurityOptionsInput = {
|
|
|
84
85
|
MasterUserOptions?: MasterUserOptions;
|
|
85
86
|
SAMLOptions?: SAMLOptions;
|
|
86
87
|
};
|
|
88
|
+
/**
|
|
89
|
+
* Type definition for `AWS::OpenSearchService::Domain.AIMLOptions`.
|
|
90
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-aimloptions.html}
|
|
91
|
+
*/
|
|
92
|
+
export type AIMLOptions = {
|
|
93
|
+
S3VectorsEngine?: S3VectorsEngine;
|
|
94
|
+
};
|
|
87
95
|
/**
|
|
88
96
|
* Type definition for `AWS::OpenSearchService::Domain.ClusterConfig`.
|
|
89
97
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-clusterconfig.html}
|
|
@@ -266,6 +274,16 @@ export type OffPeakWindowOptions = {
|
|
|
266
274
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-roleskeyidctype.html}
|
|
267
275
|
*/
|
|
268
276
|
export type RolesKeyIdcType = "GroupName" | "GroupId";
|
|
277
|
+
/**
|
|
278
|
+
* Type definition for `AWS::OpenSearchService::Domain.S3VectorsEngine`.
|
|
279
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-s3vectorsengine.html}
|
|
280
|
+
*/
|
|
281
|
+
export type S3VectorsEngine = {
|
|
282
|
+
/**
|
|
283
|
+
* Whether to enable S3 vectors engine.
|
|
284
|
+
*/
|
|
285
|
+
Enabled: boolean;
|
|
286
|
+
};
|
|
269
287
|
/**
|
|
270
288
|
* Type definition for `AWS::OpenSearchService::Domain.SAMLOptions`.
|
|
271
289
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-samloptions.html}
|
|
@@ -41,6 +41,7 @@ export type RUMAppMonitorProperties = {
|
|
|
41
41
|
* @pattern `[\.\-_/#A-Za-z0-9]+`
|
|
42
42
|
*/
|
|
43
43
|
Name: string;
|
|
44
|
+
Platform?: "Web" | "Android" | "iOS";
|
|
44
45
|
/**
|
|
45
46
|
* A structure that defines resource policy attached to your app monitor.
|
|
46
47
|
*/
|
|
@@ -224,11 +225,57 @@ export type MetricDefinition = {
|
|
|
224
225
|
|
|
225
226
|
WebVitalsLargestContentfulPaint
|
|
226
227
|
|
|
228
|
+
WebVitalsInteractionToNextPaint
|
|
229
|
+
|
|
227
230
|
JsErrorCount
|
|
228
231
|
|
|
229
232
|
HttpErrorCount
|
|
230
233
|
|
|
231
234
|
SessionCount
|
|
235
|
+
|
|
236
|
+
PageViewCount
|
|
237
|
+
|
|
238
|
+
Http4xxCount
|
|
239
|
+
|
|
240
|
+
Http5xxCount
|
|
241
|
+
|
|
242
|
+
SessionDuration
|
|
243
|
+
|
|
244
|
+
PageViewCountPerSession
|
|
245
|
+
|
|
246
|
+
JsErrorCountPerSession
|
|
247
|
+
|
|
248
|
+
Http4xxCountPerSession
|
|
249
|
+
|
|
250
|
+
Http5xxCountPerSession
|
|
251
|
+
|
|
252
|
+
JsErrorCountPerPageView
|
|
253
|
+
|
|
254
|
+
Http4xxCountPerPageView
|
|
255
|
+
|
|
256
|
+
Http5xxCountPerPageView
|
|
257
|
+
|
|
258
|
+
TimeOnPage
|
|
259
|
+
|
|
260
|
+
ColdLaunchTime
|
|
261
|
+
|
|
262
|
+
WarmLaunchTime
|
|
263
|
+
|
|
264
|
+
CrashCount
|
|
265
|
+
|
|
266
|
+
ANRCount
|
|
267
|
+
|
|
268
|
+
AppHangCount
|
|
269
|
+
|
|
270
|
+
ScreenLoadCount
|
|
271
|
+
|
|
272
|
+
ScreenLoadTime
|
|
273
|
+
|
|
274
|
+
NetworkLatency
|
|
275
|
+
|
|
276
|
+
SpanPayloadSize
|
|
277
|
+
|
|
278
|
+
LogEventPayloadSize
|
|
232
279
|
* @minLength `1`
|
|
233
280
|
* @maxLength `255`
|
|
234
281
|
*/
|
package/lib/AWS-S3-Bucket.d.ts
CHANGED
|
@@ -246,6 +246,16 @@ export type AnalyticsConfiguration = {
|
|
|
246
246
|
*/
|
|
247
247
|
TagFilters?: TagFilter[];
|
|
248
248
|
};
|
|
249
|
+
/**
|
|
250
|
+
* Type definition for `AWS::S3::Bucket.BlockedEncryptionTypes`.
|
|
251
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-blockedencryptiontypes.html}
|
|
252
|
+
*/
|
|
253
|
+
export type BlockedEncryptionTypes = {
|
|
254
|
+
/**
|
|
255
|
+
* List of encryption types.
|
|
256
|
+
*/
|
|
257
|
+
EncryptionType?: ("NONE" | "SSE-C")[];
|
|
258
|
+
};
|
|
249
259
|
/**
|
|
250
260
|
* Type definition for `AWS::S3::Bucket.BucketEncryption`.
|
|
251
261
|
* Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3), AWS KMS-managed keys (SSE-KMS), or dual-layer server-side encryption with KMS-managed keys (DSSE-KMS). For information about the Amazon S3 default encryption feature, see [Amazon S3 Default Encryption for S3 Buckets](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html) in the *Amazon S3 User Guide*.
|
|
@@ -1272,6 +1282,7 @@ export type ServerSideEncryptionByDefault = {
|
|
|
1272
1282
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionrule.html}
|
|
1273
1283
|
*/
|
|
1274
1284
|
export type ServerSideEncryptionRule = {
|
|
1285
|
+
BlockedEncryptionTypes?: BlockedEncryptionTypes;
|
|
1275
1286
|
/**
|
|
1276
1287
|
* Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Setting the ``BucketKeyEnabled`` element to ``true`` causes Amazon S3 to use an S3 Bucket Key. By default, S3 Bucket Key is not enabled.
|
|
1277
1288
|
For more information, see [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) in the *Amazon S3 User Guide*.
|
|
@@ -5,6 +5,12 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-partnerapp.html}
|
|
6
6
|
*/
|
|
7
7
|
export type SageMakerPartnerAppProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* The version of the PartnerApp.
|
|
10
|
+
* @minLength `1`
|
|
11
|
+
* @maxLength `64`
|
|
12
|
+
*/
|
|
13
|
+
AppVersion?: string;
|
|
8
14
|
/**
|
|
9
15
|
* A collection of settings that specify the maintenance schedule for the PartnerApp.
|
|
10
16
|
*/
|
|
@@ -20,6 +26,10 @@ export type SageMakerPartnerAppProperties = {
|
|
|
20
26
|
* @pattern `^[a-zA-Z0-9-]+$`
|
|
21
27
|
*/
|
|
22
28
|
ClientToken?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Enables automatic minor version upgrades for the PartnerApp.
|
|
31
|
+
*/
|
|
32
|
+
EnableAutoMinorVersionUpgrade?: boolean;
|
|
23
33
|
/**
|
|
24
34
|
* Enables IAM Session based Identity for PartnerApp.
|
|
25
35
|
*/
|
|
@@ -82,6 +92,10 @@ export type SageMakerPartnerAppAttributes = {
|
|
|
82
92
|
* @maxLength `2048`
|
|
83
93
|
*/
|
|
84
94
|
BaseUrl: string;
|
|
95
|
+
/**
|
|
96
|
+
* The end-of-life date for the current version of the PartnerApp.
|
|
97
|
+
*/
|
|
98
|
+
CurrentVersionEolDate: string;
|
|
85
99
|
};
|
|
86
100
|
/**
|
|
87
101
|
* Type definition for `AWS::SageMaker::PartnerApp.PartnerAppConfig`.
|