@propulsionworks/cloudformation 0.1.41 → 0.1.43
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/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +1 -0
- package/out/exports/resources.generated/aws-arcregionswitch-plan.d.ts +17 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +1 -1
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +2 -2
- package/out/exports/resources.generated/aws-bedrockagentcore-gateway.d.ts +82 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-gatewaytarget.d.ts +21 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-memory.d.ts +106 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +5 -0
- package/out/exports/resources.generated/aws-billing-billingview.d.ts +4 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +13 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +5 -0
- package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +4 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +231 -1
- package/out/exports/resources.generated/aws-docdb-globalcluster.d.ts +111 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +7 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +5 -5
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-vpnconcentrator.d.ts +6 -6
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecr-pulltimeupdateexclusion.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +1 -1
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +29 -0
- package/out/exports/resources.generated/aws-observabilityadmin-telemetrypipelines.d.ts +10 -1
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +4 -4
- package/out/exports/resources.generated/aws-quicksight-actionconnector.d.ts +341 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +48 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +3 -3
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +34 -1
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +40 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +0 -1
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +12 -12
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +1 -1
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +26 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +228 -1
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +1 -1
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +21 -3
- package/package.json +1 -1
|
@@ -37,6 +37,7 @@ export type ApiGatewayV2IntegrationProps = {
|
|
|
37
37
|
ContentHandlingStrategy?: string | undefined;
|
|
38
38
|
/**
|
|
39
39
|
* Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string `arn:aws:iam::*:user/*` . To use resource-based permissions on supported AWS services, don't specify this parameter.
|
|
40
|
+
* @pattern arn:(aws|aws-cn|aws-us-gov):iam::[0-9]*:(role|user|group)\/.*
|
|
40
41
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn}
|
|
41
42
|
*/
|
|
42
43
|
CredentialsArn?: string | undefined;
|
|
@@ -57,6 +57,7 @@ export type ARCRegionSwitchPlanProps = {
|
|
|
57
57
|
*/
|
|
58
58
|
Regions: string[];
|
|
59
59
|
/**
|
|
60
|
+
* The report configuration for a plan.
|
|
60
61
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-reportconfiguration}
|
|
61
62
|
*/
|
|
62
63
|
ReportConfiguration?: ReportConfiguration | undefined;
|
|
@@ -235,39 +236,47 @@ export type CustomActionLambdaConfiguration = {
|
|
|
235
236
|
Ungraceful?: LambdaUngraceful | undefined;
|
|
236
237
|
};
|
|
237
238
|
/**
|
|
239
|
+
* Configuration for Amazon DocumentDB global clusters used in a Region switch plan.
|
|
238
240
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-documentdbconfiguration.html}
|
|
239
241
|
*/
|
|
240
242
|
export type DocumentDbConfiguration = {
|
|
241
243
|
/**
|
|
244
|
+
* The behavior for a global cluster, that is, only allow switchover or also allow failover.
|
|
242
245
|
* @default "switchoverOnly"
|
|
243
246
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-documentdbconfiguration.html#cfn-arcregionswitch-plan-documentdbconfiguration-behavior}
|
|
244
247
|
*/
|
|
245
248
|
Behavior: DocumentDbDefaultBehavior;
|
|
246
249
|
/**
|
|
250
|
+
* The cross account role for the configuration.
|
|
247
251
|
* @pattern ^arn:aws[a-zA-Z0-9-]*:iam::[0-9]{12}:role/.+$
|
|
248
252
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-documentdbconfiguration.html#cfn-arcregionswitch-plan-documentdbconfiguration-crossaccountrole}
|
|
249
253
|
*/
|
|
250
254
|
CrossAccountRole?: string | undefined;
|
|
251
255
|
/**
|
|
256
|
+
* The database cluster Amazon Resource Names (ARNs) for a DocumentDB global cluster.
|
|
252
257
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-documentdbconfiguration.html#cfn-arcregionswitch-plan-documentdbconfiguration-databaseclusterarns}
|
|
253
258
|
*/
|
|
254
259
|
DatabaseClusterArns: string[];
|
|
255
260
|
/**
|
|
261
|
+
* The external ID (secret key) for the configuration.
|
|
256
262
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-documentdbconfiguration.html#cfn-arcregionswitch-plan-documentdbconfiguration-externalid}
|
|
257
263
|
*/
|
|
258
264
|
ExternalId?: string | undefined;
|
|
259
265
|
/**
|
|
266
|
+
* The global cluster identifier for a DocumentDB global cluster.
|
|
260
267
|
* @pattern ^[A-Za-z][0-9A-Za-z-:._]*$
|
|
261
268
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-documentdbconfiguration.html#cfn-arcregionswitch-plan-documentdbconfiguration-globalclusteridentifier}
|
|
262
269
|
*/
|
|
263
270
|
GlobalClusterIdentifier: string;
|
|
264
271
|
/**
|
|
272
|
+
* The timeout value specified for the configuration.
|
|
265
273
|
* @min 1
|
|
266
274
|
* @default 60
|
|
267
275
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-documentdbconfiguration.html#cfn-arcregionswitch-plan-documentdbconfiguration-timeoutminutes}
|
|
268
276
|
*/
|
|
269
277
|
TimeoutMinutes?: number | undefined;
|
|
270
278
|
/**
|
|
279
|
+
* The settings for ungraceful execution.
|
|
271
280
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-documentdbconfiguration.html#cfn-arcregionswitch-plan-documentdbconfiguration-ungraceful}
|
|
272
281
|
*/
|
|
273
282
|
Ungraceful?: DocumentDbUngraceful | undefined;
|
|
@@ -277,10 +286,12 @@ export type DocumentDbConfiguration = {
|
|
|
277
286
|
*/
|
|
278
287
|
export type DocumentDbDefaultBehavior = "switchoverOnly" | "failover";
|
|
279
288
|
/**
|
|
289
|
+
* Configuration for handling failures when performing operations on DocumentDB global clusters.
|
|
280
290
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-documentdbungraceful.html}
|
|
281
291
|
*/
|
|
282
292
|
export type DocumentDbUngraceful = {
|
|
283
293
|
/**
|
|
294
|
+
* The settings for ungraceful execution.
|
|
284
295
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-documentdbungraceful.html#cfn-arcregionswitch-plan-documentdbungraceful-ungraceful}
|
|
285
296
|
*/
|
|
286
297
|
Ungraceful?: DocumentDbUngracefulBehavior | undefined;
|
|
@@ -711,15 +722,18 @@ export type RegionSwitchPlanConfiguration = {
|
|
|
711
722
|
*/
|
|
712
723
|
export type RegionToRunIn = "activatingRegion" | "deactivatingRegion";
|
|
713
724
|
/**
|
|
725
|
+
* Configuration for automatic report generation for plan executions. When configured, Region switch automatically generates a report after each plan execution that includes execution events, plan configuration, and CloudWatch alarm states.
|
|
714
726
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-reportconfiguration.html}
|
|
715
727
|
*/
|
|
716
728
|
export type ReportConfiguration = {
|
|
717
729
|
/**
|
|
730
|
+
* The output configuration for the report.
|
|
718
731
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-reportconfiguration.html#cfn-arcregionswitch-plan-reportconfiguration-reportoutput}
|
|
719
732
|
*/
|
|
720
733
|
ReportOutput?: ReportOutputConfiguration[] | undefined;
|
|
721
734
|
};
|
|
722
735
|
/**
|
|
736
|
+
* Configuration for report output destinations used in a Region switch plan.
|
|
723
737
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-reportoutputconfiguration.html}
|
|
724
738
|
*/
|
|
725
739
|
export type ReportOutputConfiguration = {
|
|
@@ -792,15 +806,18 @@ export type Route53ResourceRecordSet = {
|
|
|
792
806
|
*/
|
|
793
807
|
export type RoutingControlStateChange = "On" | "Off";
|
|
794
808
|
/**
|
|
809
|
+
* Configuration for delivering generated reports to an Amazon S3 bucket.
|
|
795
810
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-s3reportoutputconfiguration.html}
|
|
796
811
|
*/
|
|
797
812
|
export type S3ReportOutputConfiguration = {
|
|
798
813
|
/**
|
|
814
|
+
* The AWS account ID that owns the S3 bucket. Required to ensure the bucket is still owned by the same expected owner at generation time.
|
|
799
815
|
* @pattern ^\d{12}$
|
|
800
816
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-s3reportoutputconfiguration.html#cfn-arcregionswitch-plan-s3reportoutputconfiguration-bucketowner}
|
|
801
817
|
*/
|
|
802
818
|
BucketOwner?: string | undefined;
|
|
803
819
|
/**
|
|
820
|
+
* The S3 bucket name and optional prefix where reports are stored. Format: bucket-name or bucket-name/prefix.
|
|
804
821
|
* @minLength 3
|
|
805
822
|
* @maxLength 512
|
|
806
823
|
* @pattern ^(?:s3://)?[a-z0-9][a-z0-9-]{1,61}[a-z0-9](?:/[^/ ][^/]*)*/?$
|
|
@@ -52,7 +52,7 @@ export type BedrockBlueprintAttribs = {
|
|
|
52
52
|
/**
|
|
53
53
|
* The blueprint's ARN.
|
|
54
54
|
* @maxLength 128
|
|
55
|
-
* @pattern ^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):blueprint/(bedrock-data-automation-public-[a-zA-Z0-9-_]{1,30}|[a-zA-Z0-9-]{12,36})$
|
|
55
|
+
* @pattern ^arn:aws(|-cn|-us-gov|-iso|-iso-[a-z]):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):blueprint/(bedrock-data-automation-public-[a-zA-Z0-9-_]{1,30}|[a-zA-Z0-9-]{12,36})$
|
|
56
56
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-blueprint.html#cfn-bedrock-blueprint-blueprintarn}
|
|
57
57
|
*/
|
|
58
58
|
BlueprintArn: string;
|
|
@@ -79,7 +79,7 @@ export type BedrockDataAutomationProjectAttribs = {
|
|
|
79
79
|
/**
|
|
80
80
|
* The project's ARN.
|
|
81
81
|
* @maxLength 128
|
|
82
|
-
* @pattern ^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):data-automation-project/[a-zA-Z0-9-]{12,36}$
|
|
82
|
+
* @pattern ^arn:aws(|-cn|-us-gov|-iso|-iso-[a-z]):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):data-automation-project/[a-zA-Z0-9-]{12,36}$
|
|
83
83
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-dataautomationproject.html#cfn-bedrock-dataautomationproject-projectarn}
|
|
84
84
|
*/
|
|
85
85
|
ProjectArn: string;
|
|
@@ -231,7 +231,7 @@ export type BlueprintItem = {
|
|
|
231
231
|
/**
|
|
232
232
|
* The blueprint's ARN.
|
|
233
233
|
* @maxLength 128
|
|
234
|
-
* @pattern ^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):blueprint/(bedrock-data-automation-public-[a-zA-Z0-9-_]{1,30}|[a-zA-Z0-9-]{12,36})$
|
|
234
|
+
* @pattern ^arn:aws(|-cn|-us-gov|-iso|-iso-[a-z]):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):blueprint/(bedrock-data-automation-public-[a-zA-Z0-9-_]{1,30}|[a-zA-Z0-9-]{12,36})$
|
|
235
235
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-blueprintitem.html#cfn-bedrock-dataautomationproject-blueprintitem-blueprintarn}
|
|
236
236
|
*/
|
|
237
237
|
BlueprintArn: string;
|
|
@@ -133,6 +133,75 @@ export type AuthorizerConfiguration = {
|
|
|
133
133
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-authorizertype.html}
|
|
134
134
|
*/
|
|
135
135
|
export type AuthorizerType = "CUSTOM_JWT" | "AWS_IAM" | "NONE";
|
|
136
|
+
/**
|
|
137
|
+
* The value or values in the custom claim to match and relationship of match
|
|
138
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-authorizingclaimmatchvaluetype.html}
|
|
139
|
+
*/
|
|
140
|
+
export type AuthorizingClaimMatchValueType = {
|
|
141
|
+
/**
|
|
142
|
+
* The relationship between the claim field value and the value or values being matched
|
|
143
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-authorizingclaimmatchvaluetype.html#cfn-bedrockagentcore-gateway-authorizingclaimmatchvaluetype-claimmatchoperator}
|
|
144
|
+
*/
|
|
145
|
+
ClaimMatchOperator: ClaimMatchOperator;
|
|
146
|
+
/**
|
|
147
|
+
* The value or values in the custom claim to match for
|
|
148
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-authorizingclaimmatchvaluetype.html#cfn-bedrockagentcore-gateway-authorizingclaimmatchvaluetype-claimmatchvalue}
|
|
149
|
+
*/
|
|
150
|
+
ClaimMatchValue: ClaimMatchValueType;
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* The relationship between the claim field value and the value or values being matched
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchoperator.html}
|
|
155
|
+
*/
|
|
156
|
+
export type ClaimMatchOperator = "EQUALS" | "CONTAINS" | "CONTAINS_ANY";
|
|
157
|
+
/**
|
|
158
|
+
* The value or values in the custom claim to match for
|
|
159
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchvaluetype.html}
|
|
160
|
+
*/
|
|
161
|
+
export type ClaimMatchValueType = {
|
|
162
|
+
/**
|
|
163
|
+
* The string value to match for
|
|
164
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchvaluetype.html#cfn-bedrockagentcore-gateway-claimmatchvaluetype-matchvaluestring}
|
|
165
|
+
*/
|
|
166
|
+
MatchValueString: string;
|
|
167
|
+
/**
|
|
168
|
+
* The list of strings to check for a match
|
|
169
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchvaluetype.html#cfn-bedrockagentcore-gateway-claimmatchvaluetype-matchvaluestringlist}
|
|
170
|
+
*/
|
|
171
|
+
MatchValueStringList?: string[] | undefined;
|
|
172
|
+
} | {
|
|
173
|
+
/**
|
|
174
|
+
* The string value to match for
|
|
175
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchvaluetype.html#cfn-bedrockagentcore-gateway-claimmatchvaluetype-matchvaluestring}
|
|
176
|
+
*/
|
|
177
|
+
MatchValueString?: string | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* The list of strings to check for a match
|
|
180
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchvaluetype.html#cfn-bedrockagentcore-gateway-claimmatchvaluetype-matchvaluestringlist}
|
|
181
|
+
*/
|
|
182
|
+
MatchValueStringList: string[];
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* Required custom claim
|
|
186
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customclaimvalidationtype.html}
|
|
187
|
+
*/
|
|
188
|
+
export type CustomClaimValidationType = {
|
|
189
|
+
/**
|
|
190
|
+
* The value or values in the custom claim to match and relationship of match
|
|
191
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customclaimvalidationtype.html#cfn-bedrockagentcore-gateway-customclaimvalidationtype-authorizingclaimmatchvalue}
|
|
192
|
+
*/
|
|
193
|
+
AuthorizingClaimMatchValue: AuthorizingClaimMatchValueType;
|
|
194
|
+
/**
|
|
195
|
+
* The name of the custom claim to validate
|
|
196
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customclaimvalidationtype.html#cfn-bedrockagentcore-gateway-customclaimvalidationtype-inboundtokenclaimname}
|
|
197
|
+
*/
|
|
198
|
+
InboundTokenClaimName: string;
|
|
199
|
+
/**
|
|
200
|
+
* Token claim data type
|
|
201
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customclaimvalidationtype.html#cfn-bedrockagentcore-gateway-customclaimvalidationtype-inboundtokenclaimvaluetype}
|
|
202
|
+
*/
|
|
203
|
+
InboundTokenClaimValueType: InboundTokenClaimValueType;
|
|
204
|
+
};
|
|
136
205
|
/**
|
|
137
206
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html}
|
|
138
207
|
*/
|
|
@@ -146,6 +215,14 @@ export type CustomJWTAuthorizerConfiguration = {
|
|
|
146
215
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-gateway-customjwtauthorizerconfiguration-allowedclients}
|
|
147
216
|
*/
|
|
148
217
|
AllowedClients?: string[] | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-gateway-customjwtauthorizerconfiguration-allowedscopes}
|
|
220
|
+
*/
|
|
221
|
+
AllowedScopes?: string[] | undefined;
|
|
222
|
+
/**
|
|
223
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-gateway-customjwtauthorizerconfiguration-customclaims}
|
|
224
|
+
*/
|
|
225
|
+
CustomClaims?: CustomClaimValidationType[] | undefined;
|
|
149
226
|
/**
|
|
150
227
|
* The discovery URL for the authorizer configuration.
|
|
151
228
|
* @pattern ^.+/\.well-known/openid-configuration$
|
|
@@ -193,6 +270,11 @@ export type GatewayProtocolType = "MCP";
|
|
|
193
270
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-gatewaystatus.html}
|
|
194
271
|
*/
|
|
195
272
|
export type GatewayStatus = "CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED";
|
|
273
|
+
/**
|
|
274
|
+
* Token claim data type
|
|
275
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-inboundtokenclaimvaluetype.html}
|
|
276
|
+
*/
|
|
277
|
+
export type InboundTokenClaimValueType = "STRING" | "STRING_ARRAY";
|
|
196
278
|
/**
|
|
197
279
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-interceptorconfiguration.html}
|
|
198
280
|
*/
|
|
@@ -35,6 +35,10 @@ export type BedrockAgentCoreGatewayTargetProps = {
|
|
|
35
35
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-gatewayidentifier}
|
|
36
36
|
*/
|
|
37
37
|
GatewayIdentifier?: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-metadataconfiguration}
|
|
40
|
+
*/
|
|
41
|
+
MetadataConfiguration?: MetadataConfiguration | undefined;
|
|
38
42
|
/**
|
|
39
43
|
* The name for the gateway target.
|
|
40
44
|
* @pattern ^([0-9a-zA-Z][-]?){1,100}$
|
|
@@ -204,6 +208,23 @@ export type McpTargetConfiguration = {
|
|
|
204
208
|
} | {
|
|
205
209
|
McpServer: McpServerTargetConfiguration;
|
|
206
210
|
};
|
|
211
|
+
/**
|
|
212
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-metadataconfiguration.html}
|
|
213
|
+
*/
|
|
214
|
+
export type MetadataConfiguration = {
|
|
215
|
+
/**
|
|
216
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-metadataconfiguration.html#cfn-bedrockagentcore-gatewaytarget-metadataconfiguration-allowedqueryparameters}
|
|
217
|
+
*/
|
|
218
|
+
AllowedQueryParameters?: string[] | undefined;
|
|
219
|
+
/**
|
|
220
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-metadataconfiguration.html#cfn-bedrockagentcore-gatewaytarget-metadataconfiguration-allowedrequestheaders}
|
|
221
|
+
*/
|
|
222
|
+
AllowedRequestHeaders?: string[] | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-metadataconfiguration.html#cfn-bedrockagentcore-gatewaytarget-metadataconfiguration-allowedresponseheaders}
|
|
225
|
+
*/
|
|
226
|
+
AllowedResponseHeaders?: string[] | undefined;
|
|
227
|
+
};
|
|
207
228
|
/**
|
|
208
229
|
* The OAuth credential provider for the gateway target.
|
|
209
230
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthcredentialprovider.html}
|
|
@@ -95,6 +95,10 @@ export type BedrockAgentCoreMemoryAttribs = {
|
|
|
95
95
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-customconfigurationinput.html}
|
|
96
96
|
*/
|
|
97
97
|
export type CustomConfigurationInput = {
|
|
98
|
+
/**
|
|
99
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-customconfigurationinput.html#cfn-bedrockagentcore-memory-customconfigurationinput-episodicoverride}
|
|
100
|
+
*/
|
|
101
|
+
EpisodicOverride?: EpisodicOverride | undefined;
|
|
98
102
|
/**
|
|
99
103
|
* The custom configuration input.
|
|
100
104
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-customconfigurationinput.html#cfn-bedrockagentcore-memory-customconfigurationinput-selfmanagedconfiguration}
|
|
@@ -142,6 +146,104 @@ export type CustomMemoryStrategy = {
|
|
|
142
146
|
*/
|
|
143
147
|
Namespaces?: string[] | undefined;
|
|
144
148
|
};
|
|
149
|
+
/**
|
|
150
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicmemorystrategy.html}
|
|
151
|
+
*/
|
|
152
|
+
export type EpisodicMemoryStrategy = {
|
|
153
|
+
/**
|
|
154
|
+
* Description of the Memory resource
|
|
155
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicmemorystrategy.html#cfn-bedrockagentcore-memory-episodicmemorystrategy-description}
|
|
156
|
+
*/
|
|
157
|
+
Description?: string | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* Name of the Memory resource
|
|
160
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicmemorystrategy.html#cfn-bedrockagentcore-memory-episodicmemorystrategy-name}
|
|
161
|
+
*/
|
|
162
|
+
Name: string;
|
|
163
|
+
/**
|
|
164
|
+
* List of namespaces for memory strategy
|
|
165
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicmemorystrategy.html#cfn-bedrockagentcore-memory-episodicmemorystrategy-namespaces}
|
|
166
|
+
*/
|
|
167
|
+
Namespaces?: string[] | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicmemorystrategy.html#cfn-bedrockagentcore-memory-episodicmemorystrategy-reflectionconfiguration}
|
|
170
|
+
*/
|
|
171
|
+
ReflectionConfiguration?: EpisodicReflectionConfigurationInput | undefined;
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverride.html}
|
|
175
|
+
*/
|
|
176
|
+
export type EpisodicOverride = {
|
|
177
|
+
/**
|
|
178
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverride.html#cfn-bedrockagentcore-memory-episodicoverride-consolidation}
|
|
179
|
+
*/
|
|
180
|
+
Consolidation?: EpisodicOverrideConsolidationConfigurationInput | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverride.html#cfn-bedrockagentcore-memory-episodicoverride-extraction}
|
|
183
|
+
*/
|
|
184
|
+
Extraction?: EpisodicOverrideExtractionConfigurationInput | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverride.html#cfn-bedrockagentcore-memory-episodicoverride-reflection}
|
|
187
|
+
*/
|
|
188
|
+
Reflection?: EpisodicOverrideReflectionConfigurationInput | undefined;
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverrideconsolidationconfigurationinput.html}
|
|
192
|
+
*/
|
|
193
|
+
export type EpisodicOverrideConsolidationConfigurationInput = {
|
|
194
|
+
/**
|
|
195
|
+
* Text prompt for model instructions
|
|
196
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverrideconsolidationconfigurationinput.html#cfn-bedrockagentcore-memory-episodicoverrideconsolidationconfigurationinput-appendtoprompt}
|
|
197
|
+
*/
|
|
198
|
+
AppendToPrompt: string;
|
|
199
|
+
/**
|
|
200
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverrideconsolidationconfigurationinput.html#cfn-bedrockagentcore-memory-episodicoverrideconsolidationconfigurationinput-modelid}
|
|
201
|
+
*/
|
|
202
|
+
ModelId: string;
|
|
203
|
+
};
|
|
204
|
+
/**
|
|
205
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverrideextractionconfigurationinput.html}
|
|
206
|
+
*/
|
|
207
|
+
export type EpisodicOverrideExtractionConfigurationInput = {
|
|
208
|
+
/**
|
|
209
|
+
* Text prompt for model instructions
|
|
210
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverrideextractionconfigurationinput.html#cfn-bedrockagentcore-memory-episodicoverrideextractionconfigurationinput-appendtoprompt}
|
|
211
|
+
*/
|
|
212
|
+
AppendToPrompt: string;
|
|
213
|
+
/**
|
|
214
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverrideextractionconfigurationinput.html#cfn-bedrockagentcore-memory-episodicoverrideextractionconfigurationinput-modelid}
|
|
215
|
+
*/
|
|
216
|
+
ModelId: string;
|
|
217
|
+
};
|
|
218
|
+
/**
|
|
219
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverridereflectionconfigurationinput.html}
|
|
220
|
+
*/
|
|
221
|
+
export type EpisodicOverrideReflectionConfigurationInput = {
|
|
222
|
+
/**
|
|
223
|
+
* Text prompt for model instructions
|
|
224
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverridereflectionconfigurationinput.html#cfn-bedrockagentcore-memory-episodicoverridereflectionconfigurationinput-appendtoprompt}
|
|
225
|
+
*/
|
|
226
|
+
AppendToPrompt: string;
|
|
227
|
+
/**
|
|
228
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverridereflectionconfigurationinput.html#cfn-bedrockagentcore-memory-episodicoverridereflectionconfigurationinput-modelid}
|
|
229
|
+
*/
|
|
230
|
+
ModelId: string;
|
|
231
|
+
/**
|
|
232
|
+
* List of namespaces for memory strategy
|
|
233
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicoverridereflectionconfigurationinput.html#cfn-bedrockagentcore-memory-episodicoverridereflectionconfigurationinput-namespaces}
|
|
234
|
+
*/
|
|
235
|
+
Namespaces?: string[] | undefined;
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicreflectionconfigurationinput.html}
|
|
239
|
+
*/
|
|
240
|
+
export type EpisodicReflectionConfigurationInput = {
|
|
241
|
+
/**
|
|
242
|
+
* List of namespaces for memory strategy
|
|
243
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-episodicreflectionconfigurationinput.html#cfn-bedrockagentcore-memory-episodicreflectionconfigurationinput-namespaces}
|
|
244
|
+
*/
|
|
245
|
+
Namespaces: string[];
|
|
246
|
+
};
|
|
145
247
|
/**
|
|
146
248
|
* The memory invocation configuration input.
|
|
147
249
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-invocationconfigurationinput.html}
|
|
@@ -174,6 +276,10 @@ export type MemoryStrategy = {
|
|
|
174
276
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-memorystrategy.html#cfn-bedrockagentcore-memory-memorystrategy-custommemorystrategy}
|
|
175
277
|
*/
|
|
176
278
|
CustomMemoryStrategy?: CustomMemoryStrategy | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-memorystrategy.html#cfn-bedrockagentcore-memory-memorystrategy-episodicmemorystrategy}
|
|
281
|
+
*/
|
|
282
|
+
EpisodicMemoryStrategy?: EpisodicMemoryStrategy | undefined;
|
|
177
283
|
/**
|
|
178
284
|
* The memory strategy.
|
|
179
285
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-memorystrategy.html#cfn-bedrockagentcore-memory-memorystrategy-semanticmemorystrategy}
|
|
@@ -101,6 +101,11 @@ export type BedrockAgentCoreRuntimeAttribs = {
|
|
|
101
101
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-createdat}
|
|
102
102
|
*/
|
|
103
103
|
CreatedAt: string;
|
|
104
|
+
/**
|
|
105
|
+
* The reason for failure if the agent is in a failed state.
|
|
106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-failurereason}
|
|
107
|
+
*/
|
|
108
|
+
FailureReason: string;
|
|
104
109
|
/**
|
|
105
110
|
* The time at which the runtime was last updated.
|
|
106
111
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-lastupdatedat}
|
|
@@ -26,6 +26,10 @@ export type BillingBillingViewProps = {
|
|
|
26
26
|
Key?: string | undefined;
|
|
27
27
|
Values?: string[] | undefined;
|
|
28
28
|
} | undefined;
|
|
29
|
+
TimeRange?: {
|
|
30
|
+
BeginDateInclusive?: string | undefined;
|
|
31
|
+
EndDateInclusive?: string | undefined;
|
|
32
|
+
} | undefined;
|
|
29
33
|
} | undefined;
|
|
30
34
|
/**
|
|
31
35
|
* The description of the billing view.
|
|
@@ -357,6 +357,10 @@ export type CustomOriginConfig = {
|
|
|
357
357
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-customoriginconfig.html#cfn-cloudfront-distribution-customoriginconfig-originkeepalivetimeout}
|
|
358
358
|
*/
|
|
359
359
|
OriginKeepaliveTimeout?: number | undefined;
|
|
360
|
+
/**
|
|
361
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-customoriginconfig.html#cfn-cloudfront-distribution-customoriginconfig-originmtlsconfig}
|
|
362
|
+
*/
|
|
363
|
+
OriginMtlsConfig?: OriginMtlsConfig | undefined;
|
|
360
364
|
/**
|
|
361
365
|
* Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin. Valid values are:
|
|
362
366
|
*
|
|
@@ -1203,6 +1207,15 @@ export type OriginGroups = {
|
|
|
1203
1207
|
*/
|
|
1204
1208
|
Quantity: number;
|
|
1205
1209
|
};
|
|
1210
|
+
/**
|
|
1211
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-originmtlsconfig.html}
|
|
1212
|
+
*/
|
|
1213
|
+
export type OriginMtlsConfig = {
|
|
1214
|
+
/**
|
|
1215
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-originmtlsconfig.html#cfn-cloudfront-distribution-originmtlsconfig-clientcertificatearn}
|
|
1216
|
+
*/
|
|
1217
|
+
ClientCertificateArn: string;
|
|
1218
|
+
};
|
|
1206
1219
|
/**
|
|
1207
1220
|
* CloudFront Origin Shield.
|
|
1208
1221
|
*
|
|
@@ -34,6 +34,11 @@ export type DataZoneEnvironmentBlueprintConfigurationProps = {
|
|
|
34
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentblueprintconfiguration.html#cfn-datazone-environmentblueprintconfiguration-environmentrolepermissionboundary}
|
|
35
35
|
*/
|
|
36
36
|
EnvironmentRolePermissionBoundary?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Region-agnostic environment blueprint parameters.
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentblueprintconfiguration.html#cfn-datazone-environmentblueprintconfiguration-globalparameters}
|
|
40
|
+
*/
|
|
41
|
+
GlobalParameters?: Record<string, string> | undefined;
|
|
37
42
|
/**
|
|
38
43
|
* The ARN of the manage access role.
|
|
39
44
|
* @pattern ^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*/[a-zA-Z0-9+=,.@_-]+$
|
|
@@ -47,6 +47,10 @@ export type DataZoneProjectProfileProps = {
|
|
|
47
47
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-status}
|
|
48
48
|
*/
|
|
49
49
|
Status?: Status | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-usedefaultconfigurations}
|
|
52
|
+
*/
|
|
53
|
+
UseDefaultConfigurations?: boolean | undefined;
|
|
50
54
|
};
|
|
51
55
|
/**
|
|
52
56
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#aws-resource-datazone-projectprofile-return-values}
|