@propulsionworks/cloudformation 0.1.40 → 0.1.42

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.
Files changed (44) hide show
  1. package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +1 -0
  2. package/out/exports/resources.generated/aws-arcregionswitch-plan.d.ts +111 -1
  3. package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +18 -0
  4. package/out/exports/resources.generated/aws-bedrockagentcore-memory.d.ts +106 -0
  5. package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +5 -0
  6. package/out/exports/resources.generated/aws-billing-billingview.d.ts +4 -0
  7. package/out/exports/resources.generated/aws-cases-caserule.d.ts +24 -24
  8. package/out/exports/resources.generated/aws-cases-domain.d.ts +10 -6
  9. package/out/exports/resources.generated/aws-cases-field.d.ts +10 -10
  10. package/out/exports/resources.generated/aws-cases-layout.d.ts +30 -20
  11. package/out/exports/resources.generated/aws-cases-template.d.ts +32 -18
  12. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +13 -0
  13. package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +2 -2
  14. package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +231 -1
  15. package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +2 -0
  16. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +7 -1
  17. package/out/exports/resources.generated/aws-ec2-ipam.d.ts +5 -5
  18. package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +11 -1
  19. package/out/exports/resources.generated/aws-ec2-vpnconcentrator.d.ts +6 -6
  20. package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +1 -1
  21. package/out/exports/resources.generated/aws-ecr-pulltimeupdateexclusion.d.ts +2 -2
  22. package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +10 -0
  24. package/out/exports/resources.generated/aws-ecs-expressgatewayservice.d.ts +12 -0
  25. package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroupv2.d.ts +42 -27
  26. package/out/exports/resources.generated/aws-iot-topicrule.d.ts +25 -0
  27. package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +1 -1
  28. package/out/exports/resources.generated/aws-lex-bot.d.ts +6 -0
  29. package/out/exports/resources.generated/aws-logs-loggroup.d.ts +1 -0
  30. package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +42 -0
  31. package/out/exports/resources.generated/aws-observabilityadmin-s3tableintegration.d.ts +10 -10
  32. package/out/exports/resources.generated/aws-observabilityadmin-telemetrypipelines.d.ts +30 -4
  33. package/out/exports/resources.generated/aws-odb-odbpeeringconnection.d.ts +1 -1
  34. package/out/exports/resources.generated/aws-pcs-cluster.d.ts +2 -2
  35. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +15 -2
  36. package/out/exports/resources.generated/aws-s3-storagelens.d.ts +12 -12
  37. package/out/exports/resources.generated/aws-securityhub-connectorv2.d.ts +5 -5
  38. package/out/exports/resources.generated/aws-ses-multiregionendpoint.d.ts +1 -1
  39. package/out/exports/resources.generated/aws-ses-tenant.d.ts +11 -7
  40. package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +1 -1
  41. package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +1 -1
  42. package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +18 -3
  43. package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +1 -0
  44. package/package.json +1 -1
@@ -5103,6 +5103,7 @@ export type FreeFormLayoutElement = {
5103
5103
  */
5104
5104
  BackgroundStyle?: FreeFormLayoutElementBackgroundStyle | undefined;
5105
5105
  /**
5106
+ * The border radius of a free-form layout element.
5106
5107
  * @minLength 0
5107
5108
  * @maxLength 50
5108
5109
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-freeformlayoutelement.html#cfn-quicksight-dashboard-freeformlayoutelement-borderradius}
@@ -5137,6 +5138,7 @@ export type FreeFormLayoutElement = {
5137
5138
  */
5138
5139
  LoadingAnimation?: LoadingAnimation | undefined;
5139
5140
  /**
5141
+ * The padding of a free-form layout element.
5140
5142
  * @minLength 0
5141
5143
  * @maxLength 200
5142
5144
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-freeformlayoutelement.html#cfn-quicksight-dashboard-freeformlayoutelement-padding}
@@ -5207,7 +5209,7 @@ export type FreeFormLayoutElementBorderStyle = {
5207
5209
  */
5208
5210
  Visibility?: Visibility | undefined;
5209
5211
  /**
5210
- * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
5212
+ * The border width of a free-form layout element.
5211
5213
  * @minLength 0
5212
5214
  * @maxLength 50
5213
5215
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-freeformlayoutelementborderstyle.html#cfn-quicksight-dashboard-freeformlayoutelementborderstyle-width}
@@ -6491,16 +6493,19 @@ export type GridLayoutConfiguration = {
6491
6493
  */
6492
6494
  export type GridLayoutElement = {
6493
6495
  /**
6496
+ * The background style configuration of a grid layout element.
6494
6497
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html#cfn-quicksight-dashboard-gridlayoutelement-backgroundstyle}
6495
6498
  */
6496
6499
  BackgroundStyle?: GridLayoutElementBackgroundStyle | undefined;
6497
6500
  /**
6501
+ * The border radius of a grid layout element.
6498
6502
  * @minLength 0
6499
6503
  * @maxLength 50
6500
6504
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html#cfn-quicksight-dashboard-gridlayoutelement-borderradius}
6501
6505
  */
6502
6506
  BorderRadius?: string | undefined;
6503
6507
  /**
6508
+ * The border style configuration of a grid layout element.
6504
6509
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html#cfn-quicksight-dashboard-gridlayoutelement-borderstyle}
6505
6510
  */
6506
6511
  BorderStyle?: GridLayoutElementBorderStyle | undefined;
@@ -6536,6 +6541,7 @@ export type GridLayoutElement = {
6536
6541
  */
6537
6542
  LoadingAnimation?: LoadingAnimation | undefined;
6538
6543
  /**
6544
+ * The padding of a grid layout element.
6539
6545
  * @minLength 0
6540
6546
  * @maxLength 200
6541
6547
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html#cfn-quicksight-dashboard-gridlayoutelement-padding}
@@ -6556,39 +6562,46 @@ export type GridLayoutElement = {
6556
6562
  */
6557
6563
  RowSpan: number;
6558
6564
  /**
6565
+ * The border style configuration of a grid layout element. This border style is used when the element is selected.
6559
6566
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html#cfn-quicksight-dashboard-gridlayoutelement-selectedborderstyle}
6560
6567
  */
6561
6568
  SelectedBorderStyle?: GridLayoutElementBorderStyle | undefined;
6562
6569
  };
6563
6570
  /**
6571
+ * The background style configuration of a grid layout element.
6564
6572
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.html}
6565
6573
  */
6566
6574
  export type GridLayoutElementBackgroundStyle = {
6567
6575
  /**
6576
+ * The background color of a grid layout element.
6568
6577
  * @pattern ^#[A-F0-9]{6}(?:[A-F0-9]{2})?$
6569
6578
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.html#cfn-quicksight-dashboard-gridlayoutelementbackgroundstyle-color}
6570
6579
  */
6571
6580
  Color?: string | undefined;
6572
6581
  /**
6582
+ * The background visibility of a grid layout element.
6573
6583
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.html#cfn-quicksight-dashboard-gridlayoutelementbackgroundstyle-visibility}
6574
6584
  */
6575
6585
  Visibility?: Visibility | undefined;
6576
6586
  };
6577
6587
  /**
6588
+ * The border style configuration of a grid layout element.
6578
6589
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html}
6579
6590
  */
6580
6591
  export type GridLayoutElementBorderStyle = {
6581
6592
  /**
6593
+ * The border color of a grid layout element.
6582
6594
  * @pattern ^#[A-F0-9]{6}(?:[A-F0-9]{2})?$
6583
6595
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html#cfn-quicksight-dashboard-gridlayoutelementborderstyle-color}
6584
6596
  */
6585
6597
  Color?: string | undefined;
6586
6598
  /**
6599
+ * The border visibility of a grid layout element.
6587
6600
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html#cfn-quicksight-dashboard-gridlayoutelementborderstyle-visibility}
6588
6601
  */
6589
6602
  Visibility?: Visibility | undefined;
6590
6603
  /**
6591
- * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
6604
+ * The border width of a grid layout element.
6592
6605
  * @minLength 0
6593
6606
  * @maxLength 50
6594
6607
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html#cfn-quicksight-dashboard-gridlayoutelementborderstyle-width}
@@ -51,7 +51,7 @@ export type AccountLevel = {
51
51
  */
52
52
  AdvancedDataProtectionMetrics?: AdvancedDataProtectionMetrics | undefined;
53
53
  /**
54
- * Advanced Performance Metrics.
54
+ * This property contains the account-level details for S3 Storage Lens advanced performance metrics.
55
55
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-accountlevel.html#cfn-s3-storagelens-accountlevel-advancedperformancemetrics}
56
56
  */
57
57
  AdvancedPerformanceMetrics?: AdvancedPerformanceMetrics | undefined;
@@ -111,12 +111,12 @@ export type AdvancedDataProtectionMetrics = {
111
111
  IsEnabled?: boolean | undefined;
112
112
  };
113
113
  /**
114
- * Advanced Performance Metrics.
114
+ * A property for S3 Storage Lens advanced performance metrics. Advanced performance metrics provide insights into application performance such as access patterns and network originality metrics.
115
115
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-advancedperformancemetrics.html}
116
116
  */
117
117
  export type AdvancedPerformanceMetrics = {
118
118
  /**
119
- * Specifies whether the Advanced Performance Metrics is enabled or disabled.
119
+ * This property indicates whether the advanced performance metrics are enabled.
120
120
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-advancedperformancemetrics.html#cfn-s3-storagelens-advancedperformancemetrics-isenabled}
121
121
  */
122
122
  IsEnabled?: boolean | undefined;
@@ -153,7 +153,7 @@ export type BucketLevel = {
153
153
  */
154
154
  AdvancedDataProtectionMetrics?: AdvancedDataProtectionMetrics | undefined;
155
155
  /**
156
- * Advanced Performance Metrics.
156
+ * A property for bucket-level advanced performance metrics for S3 Storage Lens.
157
157
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-bucketlevel.html#cfn-s3-storagelens-bucketlevel-advancedperformancemetrics}
158
158
  */
159
159
  AdvancedPerformanceMetrics?: AdvancedPerformanceMetrics | undefined;
@@ -213,7 +213,7 @@ export type DataExport = {
213
213
  */
214
214
  S3BucketDestination?: S3BucketDestination | undefined;
215
215
  /**
216
- * S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
216
+ * This property contains the details of the S3 table bucket where the S3 Storage Lens default metrics report will be placed. This property enables you to store your Storage Lens metrics in read-only S3 Tables.
217
217
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-dataexport.html#cfn-s3-storagelens-dataexport-storagelenstabledestination}
218
218
  */
219
219
  StorageLensTableDestination?: StorageLensTableDestination | undefined;
@@ -364,7 +364,7 @@ export type StorageLensConfiguration = {
364
364
  */
365
365
  Exclude?: BucketsAndRegions | undefined;
366
366
  /**
367
- * Expanded Prefixes Data Export.
367
+ * This property configures your S3 Storage Lens expanded prefixes metrics report.
368
368
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensconfiguration.html#cfn-s3-storagelens-storagelensconfiguration-expandedprefixesdataexport}
369
369
  */
370
370
  ExpandedPrefixesDataExport?: StorageLensExpandedPrefixesDataExport | undefined;
@@ -390,17 +390,17 @@ export type StorageLensConfiguration = {
390
390
  PrefixDelimiter?: string | undefined;
391
391
  };
392
392
  /**
393
- * Expanded Prefixes Data Export.
393
+ * This resource specifies the properties of your S3 Storage Lens Expanded Prefixes metrics export.
394
394
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensexpandedprefixesdataexport.html}
395
395
  */
396
396
  export type StorageLensExpandedPrefixesDataExport = {
397
397
  /**
398
- * S3 bucket destination settings for the Amazon S3 Storage Lens metrics export.
398
+ * This property specifies the general purpose bucket where the S3 Storage Lens Expanded Prefixes metrics export files are located. At least one export destination must be specified.
399
399
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensexpandedprefixesdataexport.html#cfn-s3-storagelens-storagelensexpandedprefixesdataexport-s3bucketdestination}
400
400
  */
401
401
  S3BucketDestination?: S3BucketDestination | undefined;
402
402
  /**
403
- * S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
403
+ * This property configures S3 Storage Lens Expanded Prefixes metrics report to read-only S3 table buckets.
404
404
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensexpandedprefixesdataexport.html#cfn-s3-storagelens-storagelensexpandedprefixesdataexport-storagelenstabledestination}
405
405
  */
406
406
  StorageLensTableDestination?: StorageLensTableDestination | undefined;
@@ -433,17 +433,17 @@ export type StorageLensGroupSelectionCriteria = {
433
433
  Include?: string[] | undefined;
434
434
  };
435
435
  /**
436
- * S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
436
+ * This resource configures your S3 Storage Lens reports to export to read-only S3 table buckets. With this resource, you can store your Storage Lens metrics in S3 Tables that are created in a read-only S3 table bucket called aws-s3.
437
437
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelenstabledestination.html}
438
438
  */
439
439
  export type StorageLensTableDestination = {
440
440
  /**
441
- * Configures the server-side encryption for Amazon S3 Storage Lens report files with either S3-managed keys (SSE-S3) or KMS-managed keys (SSE-KMS).
441
+ * This resource configures your data encryption settings for Storage Lens metrics in read-only S3 table buckets.
442
442
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelenstabledestination.html#cfn-s3-storagelens-storagelenstabledestination-encryption}
443
443
  */
444
444
  Encryption?: Encryption | undefined;
445
445
  /**
446
- * Specifies whether the export to S3 Tables is enabled or disabled.
446
+ * This property indicates whether the export to read-only S3 table buckets is enabled for your S3 Storage Lens configuration. When set to true, Storage Lens reports are automatically exported to tables in addition to other configured destinations.
447
447
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelenstabledestination.html#cfn-s3-storagelens-storagelenstabledestination-isenabled}
448
448
  */
449
449
  IsEnabled: boolean;
@@ -87,12 +87,12 @@ export type SecurityHubConnectorV2Attribs = {
87
87
  Message: string;
88
88
  };
89
89
  /**
90
- * The initial configuration settings required to establish an integration between Security Hub and Jira Cloud
90
+ * The initial configuration settings required to establish an integration between Security Hub CSPM and Jira Cloud.
91
91
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-jiracloudproviderconfiguration.html}
92
92
  */
93
93
  export type JiraCloudProviderConfiguration = {
94
94
  /**
95
- * The project key for a Jira Cloud instance
95
+ * The project key for a JiraCloud instance.
96
96
  * @minLength 2
97
97
  * @maxLength 10
98
98
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-jiracloudproviderconfiguration.html#cfn-securityhub-connectorv2-jiracloudproviderconfiguration-projectkey}
@@ -109,19 +109,19 @@ export type Provider = {
109
109
  ServiceNow: ServiceNowProviderConfiguration;
110
110
  };
111
111
  /**
112
- * The initial configuration settings required to establish an integration between Security Hub and ServiceNow ITSM
112
+ * The initial configuration settings required to establish an integration between Security Hub CSPM and ServiceNow ITSM.
113
113
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-servicenowproviderconfiguration.html}
114
114
  */
115
115
  export type ServiceNowProviderConfiguration = {
116
116
  /**
117
- * The instance name of ServiceNow ITSM
117
+ * The instance name of ServiceNow ITSM.
118
118
  * @minLength 1
119
119
  * @maxLength 128
120
120
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-servicenowproviderconfiguration.html#cfn-securityhub-connectorv2-servicenowproviderconfiguration-instancename}
121
121
  */
122
122
  InstanceName: string;
123
123
  /**
124
- * The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the ServiceNow credentials
124
+ * The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the ServiceNow credentials.
125
125
  * @minLength 20
126
126
  * @maxLength 2048
127
127
  * @pattern .*\S.*
@@ -38,7 +38,7 @@ export type SESMultiRegionEndpointProps = {
38
38
  */
39
39
  export type Details = {
40
40
  /**
41
- * A list of route configuration details. Must contain exactly one route configuration
41
+ * A list of route configuration details. Must contain exactly one route configuration.
42
42
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-multiregionendpoint-details.html#cfn-ses-multiregionendpoint-details-routedetails}
43
43
  */
44
44
  RouteDetails: {
@@ -1,11 +1,15 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
- * Resource Type definition for AWS::SES::Tenant
3
+ * Create a tenant.
4
+ *
5
+ * *Tenants* are logical containers that group related SES resources together. Each tenant can have its own set of resources like email identities, configuration sets, and templates, along with reputation metrics and sending status. This helps isolate and manage email sending for different customers or business units within your Amazon SES API v2 account.
4
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-tenant.html}
5
7
  */
6
8
  export type SESTenant = ResourceDefinitionWithAttributes<"AWS::SES::Tenant", SESTenantProps, SESTenantAttribs>;
7
9
  /**
8
- * Resource Type definition for AWS::SES::Tenant
10
+ * Create a tenant.
11
+ *
12
+ * *Tenants* are logical containers that group related SES resources together. Each tenant can have its own set of resources like email identities, configuration sets, and templates, along with reputation metrics and sending status. This helps isolate and manage email sending for different customers or business units within your Amazon SES API v2 account.
9
13
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-tenant.html}
10
14
  */
11
15
  export type SESTenantProps = {
@@ -15,12 +19,12 @@ export type SESTenantProps = {
15
19
  */
16
20
  ResourceAssociations?: ResourceAssociation[] | undefined;
17
21
  /**
18
- * The tags (keys and values) associated with the tenant.
22
+ * An array of objects that define the tags (keys and values) associated with the tenant.
19
23
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-tenant.html#cfn-ses-tenant-tags}
20
24
  */
21
25
  Tags?: Tag[] | undefined;
22
26
  /**
23
- * The name of the tenant.
27
+ * The name of a tenant. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
24
28
  * @minLength 1
25
29
  * @maxLength 64
26
30
  * @pattern ^[\w\-_]+$
@@ -33,19 +37,19 @@ export type SESTenantProps = {
33
37
  */
34
38
  export type SESTenantAttribs = {
35
39
  /**
36
- * Amazon Resource Name (ARN) of the tenant.
40
+ * Returns the ARN of the tenant.
37
41
  * @minLength 1
38
42
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-tenant.html#cfn-ses-tenant-arn}
39
43
  */
40
44
  Arn: string;
41
45
  };
42
46
  /**
43
- * The resource to associate with the tenant
47
+ * The resource to associate with the tenant.
44
48
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-tenant-resourceassociation.html}
45
49
  */
46
50
  export type ResourceAssociation = {
47
51
  /**
48
- * The ARN of the resource to associate with the tenant
52
+ * The Amazon Resource Name (ARN) of the resource associated with the tenant.
49
53
  * @minLength 1
50
54
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-tenant-resourceassociation.html#cfn-ses-tenant-resourceassociation-resourcearn}
51
55
  */
@@ -110,7 +110,7 @@ export type SSMMaintenanceWindowTaskProps = {
110
110
  */
111
111
  export type SSMMaintenanceWindowTaskAttribs = {
112
112
  /**
113
- * Unique identifier of the maintenance window task.
113
+ * The task ID.
114
114
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowtaskid}
115
115
  */
116
116
  WindowTaskId: string;
@@ -127,7 +127,7 @@ export type AIPromptTemplateType = "TEXT";
127
127
  /**
128
128
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-aiprompttype.html}
129
129
  */
130
- export type AIPromptType = "ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION";
130
+ export type AIPromptType = "ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION";
131
131
  /**
132
132
  * The configuration for a prompt template that supports full textual prompt configuration using a YAML prompt.
133
133
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-textfullaipromptedittemplateconfiguration.html}
@@ -60,14 +60,29 @@ export type WisdomAssistantAssociationAttribs = {
60
60
  */
61
61
  export type AssociationData = {
62
62
  /**
63
- * The identifier of the knowledge base.
64
63
  * @pattern ^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
65
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-assistantassociation-associationdata.html#cfn-wisdom-assistantassociation-associationdata-knowledgebaseid}
66
64
  */
67
65
  KnowledgeBaseId: string;
66
+ } | {
67
+ ExternalBedrockKnowledgeBaseConfig: ExternalBedrockKnowledgeBaseConfig;
68
68
  };
69
69
  /**
70
70
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-assistantassociation-associationtype.html}
71
71
  */
72
- export type AssociationType = "KNOWLEDGE_BASE";
72
+ export type AssociationType = "KNOWLEDGE_BASE" | "EXTERNAL_BEDROCK_KNOWLEDGE_BASE";
73
+ /**
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-assistantassociation-externalbedrockknowledgebaseconfig.html}
75
+ */
76
+ export type ExternalBedrockKnowledgeBaseConfig = {
77
+ /**
78
+ * @pattern ^arn:aws:iam::[0-9]{12}:role/(?:service-role/)?[a-zA-Z0-9_+=,.@-]{1,64}$
79
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-assistantassociation-externalbedrockknowledgebaseconfig.html#cfn-wisdom-assistantassociation-externalbedrockknowledgebaseconfig-accessrolearn}
80
+ */
81
+ AccessRoleArn: string;
82
+ /**
83
+ * @pattern ^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:[0-9]{12}:knowledge-base/[0-9a-zA-Z]+$
84
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-assistantassociation-externalbedrockknowledgebaseconfig.html#cfn-wisdom-assistantassociation-externalbedrockknowledgebaseconfig-bedrockknowledgebasearn}
85
+ */
86
+ BedrockKnowledgeBaseArn: string;
87
+ };
73
88
  //# sourceMappingURL=aws-wisdom-assistantassociation.d.ts.map
@@ -89,6 +89,7 @@ export type WorkSpacesWebUserSettingsProps = {
89
89
  */
90
90
  UploadAllowed: EnabledType;
91
91
  /**
92
+ * Specifies whether the user can use WebAuthn redirection for passwordless login to websites within the streaming session.
92
93
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-webauthnallowed}
93
94
  */
94
95
  WebAuthnAllowed?: EnabledType | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propulsionworks/cloudformation",
3
- "version": "0.1.40",
3
+ "version": "0.1.42",
4
4
  "author": {
5
5
  "name": "Gordon Leigh"
6
6
  },