@awboost/cfn-resource-types 0.1.464 → 0.1.466
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-Bedrock-AutomatedReasoningPolicy.d.ts +18 -0
- package/lib/AWS-CleanRooms-Collaboration.d.ts +6 -0
- package/lib/AWS-CleanRooms-ConfiguredTable.d.ts +7 -0
- package/lib/AWS-CleanRooms-PrivacyBudgetTemplate.d.ts +24 -3
- package/lib/AWS-ElasticLoadBalancingV2-ListenerRule.d.ts +10 -0
- package/lib/AWS-Location-APIKey.d.ts +41 -1
- package/lib/AWS-SSO-Assignment.d.ts +2 -2
- package/package.json +1 -1
|
@@ -10,6 +10,17 @@ export type BedrockAutomatedReasoningPolicyProperties = {
|
|
|
10
10
|
* @pattern `^[\s\S]+$`
|
|
11
11
|
*/
|
|
12
12
|
Description?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Specifies whether to force delete the automated reasoning policy even if it has active resources. When false , Amazon Bedrock validates if all artifacts have been deleted (e.g. policy version, test case, test result) for a policy before deletion. When true , Amazon Bedrock will delete the policy and all its artifacts without validation. Default is false
|
|
15
|
+
*/
|
|
16
|
+
ForceDelete?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* The KMS key with which the Policy's assets will be encrypted at rest.
|
|
19
|
+
* @minLength `1`
|
|
20
|
+
* @maxLength `2048`
|
|
21
|
+
* @pattern `^(arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:((key/[a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+)))|([a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+)$`
|
|
22
|
+
*/
|
|
23
|
+
KmsKeyId?: string;
|
|
13
24
|
/**
|
|
14
25
|
* @minLength `1`
|
|
15
26
|
* @maxLength `256`
|
|
@@ -35,6 +46,13 @@ export type BedrockAutomatedReasoningPolicyAttributes = {
|
|
|
35
46
|
* @pattern `^[0-9a-z]{128}$`
|
|
36
47
|
*/
|
|
37
48
|
DefinitionHash: string;
|
|
49
|
+
/**
|
|
50
|
+
* The KMS key with which the Policy's assets will be encrypted at rest.
|
|
51
|
+
* @minLength `1`
|
|
52
|
+
* @maxLength `2048`
|
|
53
|
+
* @pattern `^arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$`
|
|
54
|
+
*/
|
|
55
|
+
KmsKeyArn: string;
|
|
38
56
|
/**
|
|
39
57
|
* @minLength `1`
|
|
40
58
|
* @maxLength `2048`
|
|
@@ -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-cleanrooms-collaboration.html}
|
|
7
7
|
*/
|
|
8
8
|
export type CleanRoomsCollaborationProperties = {
|
|
9
|
+
AllowedResultRegions?: SupportedS3Region[];
|
|
9
10
|
AnalyticsEngine?: AnalyticsEngine;
|
|
10
11
|
AutoApprovedChangeTypes?: AutoApprovedChangeType[];
|
|
11
12
|
/**
|
|
@@ -171,6 +172,11 @@ export type PaymentConfiguration = {
|
|
|
171
172
|
export type QueryComputePaymentConfig = {
|
|
172
173
|
IsResponsible: boolean;
|
|
173
174
|
};
|
|
175
|
+
/**
|
|
176
|
+
* Type definition for `AWS::CleanRooms::Collaboration.SupportedS3Region`.
|
|
177
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-supporteds3region.html}
|
|
178
|
+
*/
|
|
179
|
+
export type SupportedS3Region = "us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-east-2" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1";
|
|
174
180
|
/**
|
|
175
181
|
* Type definition for `AWS::CleanRooms::Collaboration.Tag`.
|
|
176
182
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-tag.html}
|
|
@@ -181,6 +181,7 @@ export type AthenaTableReference = {
|
|
|
181
181
|
* @maxLength `1024`
|
|
182
182
|
*/
|
|
183
183
|
OutputLocation?: string;
|
|
184
|
+
Region?: CommercialRegion;
|
|
184
185
|
/**
|
|
185
186
|
* @maxLength `128`
|
|
186
187
|
*/
|
|
@@ -191,6 +192,11 @@ export type AthenaTableReference = {
|
|
|
191
192
|
*/
|
|
192
193
|
WorkGroup: string;
|
|
193
194
|
};
|
|
195
|
+
/**
|
|
196
|
+
* Type definition for `AWS::CleanRooms::ConfiguredTable.CommercialRegion`.
|
|
197
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-commercialregion.html}
|
|
198
|
+
*/
|
|
199
|
+
export type CommercialRegion = "us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1" | "ap-east-2";
|
|
194
200
|
/**
|
|
195
201
|
* Type definition for `AWS::CleanRooms::ConfiguredTable.ConfiguredTableAnalysisRulePolicy`.
|
|
196
202
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-configuredtableanalysisrulepolicy.html}
|
|
@@ -241,6 +247,7 @@ export type GlueTableReference = {
|
|
|
241
247
|
* @pattern `^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$`
|
|
242
248
|
*/
|
|
243
249
|
DatabaseName: string;
|
|
250
|
+
Region?: CommercialRegion;
|
|
244
251
|
/**
|
|
245
252
|
* @maxLength `128`
|
|
246
253
|
* @pattern `^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$`
|
|
@@ -14,18 +14,27 @@ export type CleanRoomsPrivacyBudgetTemplateProperties = {
|
|
|
14
14
|
*/
|
|
15
15
|
MembershipIdentifier: string;
|
|
16
16
|
Parameters: {
|
|
17
|
+
/**
|
|
18
|
+
* @minLength `1`
|
|
19
|
+
* @maxLength `2`
|
|
20
|
+
*/
|
|
21
|
+
BudgetParameters?: BudgetParameter[];
|
|
17
22
|
/**
|
|
18
23
|
* @min `1`
|
|
19
24
|
* @max `20`
|
|
20
25
|
*/
|
|
21
|
-
Epsilon
|
|
26
|
+
Epsilon?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @maxLength `200`
|
|
29
|
+
*/
|
|
30
|
+
ResourceArn?: string;
|
|
22
31
|
/**
|
|
23
32
|
* @min `10`
|
|
24
33
|
* @max `100`
|
|
25
34
|
*/
|
|
26
|
-
UsersNoisePerQuery
|
|
35
|
+
UsersNoisePerQuery?: number;
|
|
27
36
|
};
|
|
28
|
-
PrivacyBudgetType: "DIFFERENTIAL_PRIVACY";
|
|
37
|
+
PrivacyBudgetType: "DIFFERENTIAL_PRIVACY" | "ACCESS_BUDGET";
|
|
29
38
|
/**
|
|
30
39
|
* An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.
|
|
31
40
|
*/
|
|
@@ -61,6 +70,18 @@ export type CleanRoomsPrivacyBudgetTemplateAttributes = {
|
|
|
61
70
|
*/
|
|
62
71
|
PrivacyBudgetTemplateIdentifier: string;
|
|
63
72
|
};
|
|
73
|
+
/**
|
|
74
|
+
* Type definition for `AWS::CleanRooms::PrivacyBudgetTemplate.BudgetParameter`.
|
|
75
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html}
|
|
76
|
+
*/
|
|
77
|
+
export type BudgetParameter = {
|
|
78
|
+
AutoRefresh?: "ENABLED" | "DISABLED";
|
|
79
|
+
/**
|
|
80
|
+
* @min `0`
|
|
81
|
+
*/
|
|
82
|
+
Budget: number;
|
|
83
|
+
Type: "CALENDAR_DAY" | "CALENDAR_MONTH" | "CALENDAR_WEEK" | "LIFETIME";
|
|
84
|
+
};
|
|
64
85
|
/**
|
|
65
86
|
* Type definition for `AWS::CleanRooms::PrivacyBudgetTemplate.Tag`.
|
|
66
87
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-tag.html}
|
|
@@ -342,10 +342,17 @@ export type RedirectConfig = {
|
|
|
342
342
|
};
|
|
343
343
|
/**
|
|
344
344
|
* Type definition for `AWS::ElasticLoadBalancingV2::ListenerRule.RewriteConfig`.
|
|
345
|
+
* Information about a rewrite transform. This transform matches a pattern and replaces it with the specified string.
|
|
345
346
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-rewriteconfig.html}
|
|
346
347
|
*/
|
|
347
348
|
export type RewriteConfig = {
|
|
349
|
+
/**
|
|
350
|
+
* The regular expression to match in the input string. The maximum length of the string is 1,024 characters.
|
|
351
|
+
*/
|
|
348
352
|
Regex: string;
|
|
353
|
+
/**
|
|
354
|
+
* The replacement string to use when rewriting the matched input. The maximum length of the string is 1,024 characters. You can specify capture groups in the regular expression (for example, $1 and $2).
|
|
355
|
+
*/
|
|
349
356
|
Replace: string;
|
|
350
357
|
};
|
|
351
358
|
/**
|
|
@@ -391,6 +398,9 @@ export type RuleCondition = {
|
|
|
391
398
|
* Information for a query string condition. Specify only when ``Field`` is ``query-string``.
|
|
392
399
|
*/
|
|
393
400
|
QueryStringConfig?: QueryStringConfig;
|
|
401
|
+
/**
|
|
402
|
+
* The regular expressions to match against the condition field. The maximum length of each string is 128 characters. Specify only when ``Field`` is ``http-header``, ``host-header``, or ``path-pattern``.
|
|
403
|
+
*/
|
|
394
404
|
RegexValues?: string[];
|
|
395
405
|
/**
|
|
396
406
|
* Information for a source IP condition. Specify only when ``Field`` is ``source-ip``.
|
|
@@ -58,6 +58,24 @@ export type LocationAPIKeyAttributes = {
|
|
|
58
58
|
*/
|
|
59
59
|
UpdateTime: string;
|
|
60
60
|
};
|
|
61
|
+
/**
|
|
62
|
+
* Type definition for `AWS::Location::APIKey.AndroidApp`.
|
|
63
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-androidapp.html}
|
|
64
|
+
*/
|
|
65
|
+
export type AndroidApp = {
|
|
66
|
+
/**
|
|
67
|
+
* @minLength `59`
|
|
68
|
+
* @maxLength `59`
|
|
69
|
+
* @pattern `^([A-Fa-f0-9]{2}:){19}[A-Fa-f0-9]{2}$`
|
|
70
|
+
*/
|
|
71
|
+
CertificateFingerprint: string;
|
|
72
|
+
/**
|
|
73
|
+
* @minLength `1`
|
|
74
|
+
* @maxLength `255`
|
|
75
|
+
* @pattern `^([A-Za-z][A-Za-z\d_]*\.)+[A-Za-z][A-Za-z\d_]*$`
|
|
76
|
+
*/
|
|
77
|
+
Package: string;
|
|
78
|
+
};
|
|
61
79
|
/**
|
|
62
80
|
* Type definition for `AWS::Location::APIKey.ApiKeyRestrictions`.
|
|
63
81
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-apikeyrestrictions.html}
|
|
@@ -69,7 +87,17 @@ export type ApiKeyRestrictions = {
|
|
|
69
87
|
*/
|
|
70
88
|
AllowActions: string[];
|
|
71
89
|
/**
|
|
72
|
-
* @minLength `
|
|
90
|
+
* @minLength `0`
|
|
91
|
+
* @maxLength `5`
|
|
92
|
+
*/
|
|
93
|
+
AllowAndroidApps?: AndroidApp[];
|
|
94
|
+
/**
|
|
95
|
+
* @minLength `0`
|
|
96
|
+
* @maxLength `5`
|
|
97
|
+
*/
|
|
98
|
+
AllowAppleApps?: AppleApp[];
|
|
99
|
+
/**
|
|
100
|
+
* @minLength `0`
|
|
73
101
|
* @maxLength `5`
|
|
74
102
|
*/
|
|
75
103
|
AllowReferers?: string[];
|
|
@@ -79,6 +107,18 @@ export type ApiKeyRestrictions = {
|
|
|
79
107
|
*/
|
|
80
108
|
AllowResources: string[];
|
|
81
109
|
};
|
|
110
|
+
/**
|
|
111
|
+
* Type definition for `AWS::Location::APIKey.AppleApp`.
|
|
112
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-appleapp.html}
|
|
113
|
+
*/
|
|
114
|
+
export type AppleApp = {
|
|
115
|
+
/**
|
|
116
|
+
* @minLength `1`
|
|
117
|
+
* @maxLength `155`
|
|
118
|
+
* @pattern `^[A-Za-z0-9\-]+(\.[A-Za-z0-9\-]+)+$`
|
|
119
|
+
*/
|
|
120
|
+
BundleId: string;
|
|
121
|
+
};
|
|
82
122
|
/**
|
|
83
123
|
* Type definition for `AWS::Location::APIKey.Tag`.
|
|
84
124
|
* A key-value pair to associate with a resource.
|
|
@@ -14,7 +14,7 @@ export type SSOAssignmentProperties = {
|
|
|
14
14
|
*/
|
|
15
15
|
InstanceArn: string;
|
|
16
16
|
/**
|
|
17
|
-
* The permission set that the
|
|
17
|
+
* The permission set that the assignment will be assigned
|
|
18
18
|
* @minLength `10`
|
|
19
19
|
* @maxLength `1224`
|
|
20
20
|
* @pattern `arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::permissionSet/(sso)?ins-[a-zA-Z0-9-.]{16}/ps-[a-zA-Z0-9-./]{16}`
|
|
@@ -37,7 +37,7 @@ export type SSOAssignmentProperties = {
|
|
|
37
37
|
*/
|
|
38
38
|
TargetId: string;
|
|
39
39
|
/**
|
|
40
|
-
* The type of resource to be
|
|
40
|
+
* The type of resource to be provisioned to, only aws account now
|
|
41
41
|
*/
|
|
42
42
|
TargetType: "AWS_ACCOUNT";
|
|
43
43
|
};
|