@awboost/cfn-resource-types 0.1.465 → 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.
|
@@ -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}
|
|
@@ -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.
|