@propulsionworks/cloudformation 0.1.17 → 0.1.19

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 (72) hide show
  1. package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +25 -28
  2. package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +4 -4
  3. package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +1 -0
  4. package/out/exports/resources.generated/aws-appconfig-environment.d.ts +0 -1
  5. package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +3 -3
  6. package/out/exports/resources.generated/aws-appstream-fleet.d.ts +16 -0
  7. package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +16 -0
  8. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +16 -16
  9. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +75 -10
  10. package/out/exports/resources.generated/aws-billing-billingview.d.ts +94 -0
  11. package/out/exports/resources.generated/aws-cassandra-table.d.ts +5 -0
  12. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +4 -1
  13. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +2 -0
  14. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +19 -8
  15. package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +2 -0
  16. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +5 -1
  17. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +0 -1
  18. package/out/exports/resources.generated/aws-connect-instance.d.ts +25 -0
  19. package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +8 -8
  20. package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +3 -2
  21. package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +1 -1
  22. package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +2 -5
  24. package/out/exports/resources.generated/aws-datazone-connection.d.ts +1 -1
  25. package/out/exports/resources.generated/aws-dax-cluster.d.ts +4 -0
  26. package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +9 -0
  27. package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +2 -2
  28. package/out/exports/resources.generated/aws-ec2-instance.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +2 -0
  30. package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +6 -0
  31. package/out/exports/resources.generated/aws-ecs-service.d.ts +208 -7
  32. package/out/exports/resources.generated/aws-events-eventbus.d.ts +16 -0
  33. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
  34. package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +7 -0
  35. package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +7 -0
  36. package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +9 -3
  37. package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +80 -0
  38. package/out/exports/resources.generated/aws-lightsail-domain.d.ts +78 -0
  39. package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +1 -1
  40. package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +3 -3
  41. package/out/exports/resources.generated/aws-logs-transformer.d.ts +1 -1
  42. package/out/exports/resources.generated/aws-medialive-channel.d.ts +44 -1
  43. package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +1 -1
  44. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +232 -18
  45. package/out/exports/resources.generated/aws-omics-rungroup.d.ts +2 -2
  46. package/out/exports/resources.generated/aws-omics-workflow.d.ts +11 -13
  47. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +2 -2
  48. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +1 -1
  49. package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +15 -2
  50. package/out/exports/resources.generated/aws-quicksight-topic.d.ts +5 -1
  51. package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +8 -0
  52. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +58 -0
  53. package/out/exports/resources.generated/aws-s3-bucket.d.ts +113 -4
  54. package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +6 -1
  55. package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +51 -0
  56. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +30 -2
  57. package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +1 -1
  58. package/out/exports/resources.generated/aws-sagemaker-project.d.ts +114 -0
  59. package/out/exports/resources.generated/aws-sagemaker-space.d.ts +39 -0
  60. package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +22 -0
  61. package/out/exports/resources.generated/aws-ses-configurationset.d.ts +6 -1
  62. package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +6 -1
  63. package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +6 -1
  64. package/out/exports/resources.generated/aws-ssm-association.d.ts +4 -2
  65. package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +6 -6
  66. package/out/exports/resources.generated/aws-ssm-parameter.d.ts +5 -7
  67. package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +17 -2
  68. package/out/exports/resources.generated/aws-transfer-connector.d.ts +7 -0
  69. package/out/exports/resources.generated/aws-transfer-server.d.ts +22 -2
  70. package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +21 -0
  71. package/out/exports/resources.generated/aws-wisdom-quickresponse.d.ts +149 -0
  72. package/package.json +1 -1
@@ -10,11 +10,11 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
10
10
  *
11
11
  * Currently, you can have one investigation group in each Region in your account. Each investigation in a Region is a part of the investigation group in that Region
12
12
  *
13
- * To create an investigation group and set up Amazon Q Developer operational investigations, you must be signed in to an IAM principal that has the either the `AIOpsConsoleAdminPolicy` or the `AdministratorAccess` IAM policy attached, or to an account that has similar permissions.
13
+ * To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has either the `AIOpsConsoleAdminPolicy` or the `AdministratorAccess` IAM policy attached, or to an account that has similar permissions.
14
14
  *
15
- * > You can optionally configure CloudWatch alarms to start investigations and add events to investigations. The examples section on this page demonstrates creating an investigation group and an alarm at the same time.
15
+ * > You can configure CloudWatch alarms to start investigations and add events to investigations. If you create your investigation group with `CreateInvestigationGroup` and you want to enable alarms to do this, you must use `PutInvestigationGroupPolicy` to create a resource policy that grants this permission to CloudWatch alarms.
16
16
  * >
17
- * > For more information about configuring CloudWatch alarms to work with Amazon Q Developer operational investigations, see
17
+ * > For more information about configuring CloudWatch alarms, see [Using Amazon CloudWatch alarms](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html)
18
18
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html}
19
19
  */
20
20
  export type AIOpsInvestigationGroup = ResourceDefinitionWithAttributes<"AWS::AIOps::InvestigationGroup", AIOpsInvestigationGroupProps, AIOpsInvestigationGroupAttribs>;
@@ -29,69 +29,61 @@ export type AIOpsInvestigationGroup = ResourceDefinitionWithAttributes<"AWS::AIO
29
29
  *
30
30
  * Currently, you can have one investigation group in each Region in your account. Each investigation in a Region is a part of the investigation group in that Region
31
31
  *
32
- * To create an investigation group and set up Amazon Q Developer operational investigations, you must be signed in to an IAM principal that has the either the `AIOpsConsoleAdminPolicy` or the `AdministratorAccess` IAM policy attached, or to an account that has similar permissions.
32
+ * To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has either the `AIOpsConsoleAdminPolicy` or the `AdministratorAccess` IAM policy attached, or to an account that has similar permissions.
33
33
  *
34
- * > You can optionally configure CloudWatch alarms to start investigations and add events to investigations. The examples section on this page demonstrates creating an investigation group and an alarm at the same time.
34
+ * > You can configure CloudWatch alarms to start investigations and add events to investigations. If you create your investigation group with `CreateInvestigationGroup` and you want to enable alarms to do this, you must use `PutInvestigationGroupPolicy` to create a resource policy that grants this permission to CloudWatch alarms.
35
35
  * >
36
- * > For more information about configuring CloudWatch alarms to work with Amazon Q Developer operational investigations, see
36
+ * > For more information about configuring CloudWatch alarms, see [Using Amazon CloudWatch alarms](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html)
37
37
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html}
38
38
  */
39
39
  export type AIOpsInvestigationGroupProps = {
40
40
  /**
41
- * Use this property to integrate Amazon Q Developer operational investigations with Amazon Q in chat applications. This property is an array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more Amazon Q in chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see [Getting started with Amazon Q in chat applications](https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html) and [Resource type defined by AWS Chatbot](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies) .
41
+ * Use this property to integrate CloudWatch investigations with chat applications. This property is an array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see [Getting started with Amazon Q in chat applications](https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html) and [Resource type defined by AWS Chatbot](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies) .
42
42
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-chatbotnotificationchannels}
43
43
  */
44
44
  ChatbotNotificationChannels?: ChatbotNotificationChannel[] | undefined;
45
45
  /**
46
- * An array of cross account configurations.
46
+ * List of `sourceRoleArn` values that have been configured for cross-account access.
47
47
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-crossaccountconfigurations}
48
48
  */
49
49
  CrossAccountConfigurations?: CrossAccountConfiguration[] | undefined;
50
50
  /**
51
- * Use this property to specify a customer managed AWS KMS key to encrypt your investigation data. If you omit this property, Amazon Q Developer operational investigations will use an AWS key to encrypt the data. For more information, see [Encryption of investigation data](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-KMS) .
51
+ * Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
52
52
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-encryptionconfig}
53
53
  */
54
54
  EncryptionConfig?: EncryptionConfigMap | undefined;
55
55
  /**
56
- * Investigation Group policy
56
+ * Returns the JSON of the IAM resource policy associated with the specified investigation group in a string. For example, `{\"Version\":\"2012-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"aiops.alarms.cloudwatch.amazonaws.com\"},\"Action\":[\"aiops:CreateInvestigation\",\"aiops:CreateInvestigationEvent\"],\"Resource\":\"*\",\"Condition\":{\"StringEquals\":{\"aws:SourceAccount\":\"111122223333\"},\"ArnLike\":{\"aws:SourceArn\":\"arn:aws:cloudwatch:us-east-1:111122223333:alarm:*\"}}}]}` .
57
57
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-investigationgrouppolicy}
58
58
  */
59
59
  InvestigationGroupPolicy?: string | undefined;
60
60
  /**
61
- * Specify `true` to enable Amazon Q Developer operational investigations to have access to change events that are recorded by CloudTrail . The default is `true` .
61
+ * Specify `true` to enable CloudWatch investigations to have access to change events that are recorded by CloudTrail. The default is `true` .
62
62
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-iscloudtraileventhistoryenabled}
63
63
  */
64
64
  IsCloudTrailEventHistoryEnabled?: boolean | undefined;
65
65
  /**
66
- * A name for the investigation group.
66
+ * Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
67
67
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-name}
68
68
  */
69
69
  Name: string;
70
70
  /**
71
- * Specify how long that investigation data is kept. For more information, see [Operational investigation data retention](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Retention.html) .
72
- *
73
- * If you omit this parameter, the default of 90 days is used.
71
+ * Specifies how long that investigation data is kept.
74
72
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-retentionindays}
75
73
  */
76
74
  RetentionInDays?: number | undefined;
77
75
  /**
78
- * Specify the ARN of the IAM role that Amazon Q Developer operational investigations will use when it gathers investigation data. The permissions in this role determine which of your resources that Amazon Q Developer operational investigations will have access to during investigations.
79
- *
80
- * For more information, see [How to control what data Amazon Q has access to during investigations](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-Security-Data) .
76
+ * The ARN of the IAM role that the investigation group uses for permissions to gather data.
81
77
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-rolearn}
82
78
  */
83
79
  RoleArn?: string | undefined;
84
80
  /**
85
- * Enter the existing custom tag keys for custom applications in your system. Resource tags help Amazon Q narrow the search space when it is unable to discover definite relationships between resources. For example, to discover that an Amazon ECS service depends on an Amazon RDS database, Amazon Q can discover this relationship using data sources such as X-Ray and CloudWatch Application Signals. However, if you haven't deployed these features, Amazon Q will attempt to identify possible relationships. Tag boundaries can be used to narrow the resources that will be discovered by Amazon Q in these cases.
86
- *
87
- * You don't need to enter tags created by myApplications or AWS CloudFormation , because Amazon Q can automatically detect those tags.
81
+ * Displays the custom tag keys for custom applications in your system that you have specified in the investigation group. Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources.
88
82
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-tagkeyboundaries}
89
83
  */
90
84
  TagKeyBoundaries?: string[] | undefined;
91
85
  /**
92
- * A list of key-value pairs to associate with the investigation group. You can associate as many as 50 tags with an investigation group.
93
- *
94
- * Tags can help you organize and categorize your resources.
86
+ * The list of key-value pairs to associate with the resource.
95
87
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-tags}
96
88
  */
97
89
  Tags?: Tag[] | undefined;
@@ -101,7 +93,7 @@ export type AIOpsInvestigationGroupProps = {
101
93
  */
102
94
  export type AIOpsInvestigationGroupAttribs = {
103
95
  /**
104
- * The Amazon Resource Name (ARN) of the investigation group. For example, `arn:aws:aiops: *Region* : *account-id* :investigation-group: *investigation-group-id*`
96
+ * The Amazon Resource Name (ARN) of the investigation group.
105
97
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-arn}
106
98
  */
107
99
  Arn: string;
@@ -121,21 +113,23 @@ export type AIOpsInvestigationGroupAttribs = {
121
113
  */
122
114
  LastModifiedAt: string;
123
115
  /**
124
- * The name of the user who most recently modified the investigation group.
116
+ * The name of the user who created the investigation group.
125
117
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-lastmodifiedby}
126
118
  */
127
119
  LastModifiedBy: string;
128
120
  };
129
121
  /**
130
- * This structure is a string array. The first string is the ARN of a Amazon SNS topic. The array of strings display the ARNs of Amazon Q in chat applications configurations that are associated with that topic. For more information about these configuration ARNs, see [Getting started with Amazon Q in chat applications](https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html) and [Resource type defined by AWS Chatbot](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies) .
122
+ * Use this structure to integrate CloudWatch investigations with chat applications. This structure is a string array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see [Getting started with Amazon Q in chat applications](https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html) and [Resource type defined by AWS Chatbot](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies) .
131
123
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-chatbotnotificationchannel.html}
132
124
  */
133
125
  export type ChatbotNotificationChannel = {
134
126
  /**
127
+ * Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.
135
128
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-chatbotnotificationchannel.html#cfn-aiops-investigationgroup-chatbotnotificationchannel-chatconfigurationarns}
136
129
  */
137
130
  ChatConfigurationArns?: string[] | undefined;
138
131
  /**
132
+ * Returns the ARN of an Amazon SNS topic used for third-party chat integrations.
139
133
  * @minLength 20
140
134
  * @maxLength 2048
141
135
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-chatbotnotificationchannel.html#cfn-aiops-investigationgroup-chatbotnotificationchannel-snstopicarn}
@@ -143,20 +137,23 @@ export type ChatbotNotificationChannel = {
143
137
  SNSTopicArn?: string | undefined;
144
138
  };
145
139
  /**
140
+ * This structure contains information about the cross-account configuration in the account.
146
141
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-crossaccountconfiguration.html}
147
142
  */
148
143
  export type CrossAccountConfiguration = {
149
144
  /**
150
- * The Investigation Role's ARN.
145
+ * The ARN of an existing role which will be used to do investigations on your behalf.
151
146
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-crossaccountconfiguration.html#cfn-aiops-investigationgroup-crossaccountconfiguration-sourcerolearn}
152
147
  */
153
148
  SourceRoleArn?: string | undefined;
154
149
  };
155
150
  /**
151
+ * Use this structure if you want to use a customer managed AWS KMS key to encrypt your investigation data. If you omit this parameter, CloudWatch investigations will use an AWS key to encrypt the data. For more information, see [Encryption of investigation data](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-KMS) .
156
152
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-encryptionconfigmap.html}
157
153
  */
158
154
  export type EncryptionConfigMap = {
159
155
  /**
156
+ * Displays whether investigation data is encrypted by a customer managed key or an AWS owned key.
160
157
  * @minLength 1
161
158
  * @maxLength 128
162
159
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-encryptionconfigmap.html#cfn-aiops-investigationgroup-encryptionconfigmap-encryptionconfigurationtype}
@@ -188,6 +188,10 @@ export type AmazonMQBrokerAttribs = {
188
188
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-configurationrevision}
189
189
  */
190
190
  ConfigurationRevision: number;
191
+ /**
192
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-consoleurls}
193
+ */
194
+ ConsoleURLs: string[];
191
195
  /**
192
196
  * Required. The unique ID that Amazon MQ generates for the configuration.
193
197
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-id}
@@ -396,10 +400,6 @@ export type User = {
396
400
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html#cfn-amazonmq-broker-user-groups}
397
401
  */
398
402
  Groups?: string[] | undefined;
399
- /**
400
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html#cfn-amazonmq-broker-user-jolokiaapiaccess}
401
- */
402
- JolokiaApiAccess?: string | undefined;
403
403
  /**
404
404
  * The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
405
405
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html#cfn-amazonmq-broker-user-password}
@@ -29,6 +29,7 @@ export type AmazonMQConfigurationAssociationProps = {
29
29
  */
30
30
  export type AmazonMQConfigurationAssociationAttribs = {
31
31
  /**
32
+ * The ID of the ConfigurationAssociation Resource
32
33
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-id}
33
34
  */
34
35
  Id: string;
@@ -98,7 +98,6 @@ export type Monitor = {
98
98
  * ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor `AlarmArn` .
99
99
  * @minLength 20
100
100
  * @maxLength 2048
101
- * @pattern ^((arn):(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):(iam)::\d{12}:role[/].*)$
102
101
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-environment-monitor.html#cfn-appconfig-environment-monitor-alarmrolearn}
103
102
  */
104
103
  AlarmRoleArn?: string | undefined;
@@ -176,7 +176,7 @@ export type ComponentMonitoringSetting = {
176
176
  DefaultOverwriteComponentConfiguration?: ComponentConfiguration | undefined;
177
177
  /**
178
178
  * The tier of the application component. Supported tiers include `DOT_NET_CORE` , `DOT_NET_WORKER` , `DOT_NET_WEB` , `SQL_SERVER` , `SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP` , `SQL_SERVER_FAILOVER_CLUSTER_INSTANCE` , `MYSQL` , `POSTGRESQL` , `JAVA_JMX` , `ORACLE` , `SAP_HANA_MULTI_NODE` , `SAP_HANA_SINGLE_NODE` , `SAP_HANA_HIGH_AVAILABILITY` , `SHAREPOINT` . `ACTIVE_DIRECTORY` , and `DEFAULT` .
179
- * @pattern ^[A-Z][[A-Z]_]*$
179
+ * @pattern ^[A-Z][A-Z_]*$
180
180
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-componentmonitoringsetting.html#cfn-applicationinsights-application-componentmonitoringsetting-tier}
181
181
  */
182
182
  Tier: string;
@@ -218,7 +218,7 @@ export type ComponentMonitoringSetting = {
218
218
  DefaultOverwriteComponentConfiguration?: ComponentConfiguration | undefined;
219
219
  /**
220
220
  * The tier of the application component. Supported tiers include `DOT_NET_CORE` , `DOT_NET_WORKER` , `DOT_NET_WEB` , `SQL_SERVER` , `SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP` , `SQL_SERVER_FAILOVER_CLUSTER_INSTANCE` , `MYSQL` , `POSTGRESQL` , `JAVA_JMX` , `ORACLE` , `SAP_HANA_MULTI_NODE` , `SAP_HANA_SINGLE_NODE` , `SAP_HANA_HIGH_AVAILABILITY` , `SHAREPOINT` . `ACTIVE_DIRECTORY` , and `DEFAULT` .
221
- * @pattern ^[A-Z][[A-Z]_]*$
221
+ * @pattern ^[A-Z][A-Z_]*$
222
222
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-componentmonitoringsetting.html#cfn-applicationinsights-application-componentmonitoringsetting-tier}
223
223
  */
224
224
  Tier: string;
@@ -398,7 +398,7 @@ export type Log = {
398
398
  LogPath?: string | undefined;
399
399
  /**
400
400
  * The log type decides the log patterns against which Application Insights analyzes the log. The log type is selected from the following: `SQL_SERVER` , `MYSQL` , `MYSQL_SLOW_QUERY` , `POSTGRESQL` , `ORACLE_ALERT` , `ORACLE_LISTENER` , `IIS` , `APPLICATION` , `WINDOWS_EVENTS` , `WINDOWS_EVENTS_ACTIVE_DIRECTORY` , `WINDOWS_EVENTS_DNS` , `WINDOWS_EVENTS_IIS` , `WINDOWS_EVENTS_SHAREPOINT` , `SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP` , `SQL_SERVER_FAILOVER_CLUSTER_INSTANCE` , `STEP_FUNCTION` , `API_GATEWAY_ACCESS` , `API_GATEWAY_EXECUTION` , `SAP_HANA_LOGS` , `SAP_HANA_TRACE` , `SAP_HANA_HIGH_AVAILABILITY` , and `DEFAULT` .
401
- * @pattern ^[A-Z][[A-Z]_]*$
401
+ * @pattern ^[A-Z][A-Z_]*$
402
402
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-log.html#cfn-applicationinsights-application-log-logtype}
403
403
  */
404
404
  LogType: string;
@@ -114,6 +114,22 @@ export type AppStreamFleetProps = {
114
114
  * - stream.graphics-pro.4xlarge
115
115
  * - stream.graphics-pro.8xlarge
116
116
  * - stream.graphics-pro.16xlarge
117
+ * - stream.graphics.g5.xlarge
118
+ * - stream.graphics.g5.2xlarge
119
+ * - stream.graphics.g5.4xlarge
120
+ * - stream.graphics.g5.8xlarge
121
+ * - stream.graphics.g5.16xlarge
122
+ * - stream.graphics.g5.12xlarge
123
+ * - stream.graphics.g5.24xlarge
124
+ * - stream.graphics.g6.xlarge
125
+ * - stream.graphics.g6.2xlarge
126
+ * - stream.graphics.g6.4xlarge
127
+ * - stream.graphics.g6.8xlarge
128
+ * - stream.graphics.g6.16xlarge
129
+ * - stream.graphics.g6.12xlarge
130
+ * - stream.graphics.g6.24xlarge
131
+ * - stream.graphics.gr6.4xlarge
132
+ * - stream.graphics.gr6.8xlarge
117
133
  *
118
134
  * The following instance types are available for Elastic fleets:
119
135
  *
@@ -96,6 +96,22 @@ export type AppStreamImageBuilderProps = {
96
96
  * - stream.graphics-pro.4xlarge
97
97
  * - stream.graphics-pro.8xlarge
98
98
  * - stream.graphics-pro.16xlarge
99
+ * - stream.graphics.g5.xlarge
100
+ * - stream.graphics.g5.2xlarge
101
+ * - stream.graphics.g5.4xlarge
102
+ * - stream.graphics.g5.8xlarge
103
+ * - stream.graphics.g5.16xlarge
104
+ * - stream.graphics.g5.12xlarge
105
+ * - stream.graphics.g5.24xlarge
106
+ * - stream.graphics.g6.xlarge
107
+ * - stream.graphics.g6.2xlarge
108
+ * - stream.graphics.g6.4xlarge
109
+ * - stream.graphics.g6.8xlarge
110
+ * - stream.graphics.g6.16xlarge
111
+ * - stream.graphics.g6.12xlarge
112
+ * - stream.graphics.g6.24xlarge
113
+ * - stream.graphics.gr6.4xlarge
114
+ * - stream.graphics.gr6.8xlarge
99
115
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype}
100
116
  */
101
117
  InstanceType: string;
@@ -164,12 +164,12 @@ export type ConditionFlowNodeConfiguration = {
164
164
  Conditions: FlowCondition[];
165
165
  };
166
166
  /**
167
- * Contains information for a metadata field to include in or exclude from consideration when reranking.
167
+ * Specifies a field to be used during the reranking process in a Knowledge Base vector search. This structure identifies metadata fields that should be considered when reordering search results to improve relevance.
168
168
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-fieldforreranking.html}
169
169
  */
170
170
  export type FieldForReranking = {
171
171
  /**
172
- * The name of a metadata field to include in or exclude from consideration when reranking.
172
+ * The name of the metadata field to be used during the reranking process.
173
173
  * @minLength 1
174
174
  * @maxLength 2000
175
175
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-fieldforreranking.html#cfn-bedrock-flow-fieldforreranking-fieldname}
@@ -631,17 +631,17 @@ export type LoopFlowNodeConfiguration = {
631
631
  Definition: FlowDefinition;
632
632
  };
633
633
  /**
634
- * Contains configurations for the metadata to use in reranking.
634
+ * Configuration for how metadata should be used during the reranking process in Knowledge Base vector searches. This determines which metadata fields are included or excluded when reordering search results.
635
635
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html}
636
636
  */
637
637
  export type MetadataConfigurationForReranking = {
638
638
  /**
639
- * Specifies whether to consider all metadata when reranking, or only the metadata that you select. If you specify `SELECTIVE` , include the `selectiveModeConfiguration` field.
639
+ * The mode for selecting which metadata fields to include in the reranking process. Valid values are ALL (use all available metadata fields) or SELECTIVE (use only specified fields).
640
640
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html#cfn-bedrock-flow-metadataconfigurationforreranking-selectionmode}
641
641
  */
642
642
  SelectionMode: RerankingMetadataSelectionMode;
643
643
  /**
644
- * Contains configurations for the metadata fields to include or exclude when considering reranking.
644
+ * Configuration for selective mode, which allows you to explicitly include or exclude specific metadata fields during reranking. This is only used when selectionMode is set to SELECTIVE.
645
645
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html#cfn-bedrock-flow-metadataconfigurationforreranking-selectivemodeconfiguration}
646
646
  */
647
647
  SelectiveModeConfiguration?: RerankingMetadataSelectiveModeConfiguration | undefined;
@@ -797,7 +797,7 @@ export type PromptTemplateType = "TEXT";
797
797
  */
798
798
  export type RerankingMetadataSelectionMode = "SELECTIVE" | "ALL";
799
799
  /**
800
- * Contains configurations for the metadata fields to include or exclude when considering reranking. If you include the `fieldsToExclude` field, the reranker ignores all the metadata fields that you specify. If you include the `fieldsToInclude` field, the reranker uses only the metadata fields that you specify and ignores all others. You can include only one of these fields.
800
+ * Configuration for selectively including or excluding metadata fields during the reranking process. This allows you to control which metadata attributes are considered when reordering search results.
801
801
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-rerankingmetadataselectivemodeconfiguration.html}
802
802
  */
803
803
  export type RerankingMetadataSelectiveModeConfiguration = {
@@ -917,22 +917,22 @@ export type TextPromptTemplateConfiguration = {
917
917
  Text: string;
918
918
  };
919
919
  /**
920
- * Contains configurations for reranking with an Amazon Bedrock reranker model.
920
+ * Configuration for using Amazon Bedrock foundation models to rerank Knowledge Base vector search results. This enables more sophisticated relevance ranking using large language models.
921
921
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html}
922
922
  */
923
923
  export type VectorSearchBedrockRerankingConfiguration = {
924
924
  /**
925
- * Contains configurations for the metadata to use in reranking.
925
+ * Configuration for how document metadata should be used during the reranking process. This determines which metadata fields are included when reordering search results.
926
926
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-metadataconfiguration}
927
927
  */
928
928
  MetadataConfiguration?: MetadataConfigurationForReranking | undefined;
929
929
  /**
930
- * Contains configurations for the reranker model.
930
+ * Configuration for the Amazon Bedrock foundation model used for reranking. This includes the model ARN and any additional request fields required by the model.
931
931
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-modelconfiguration}
932
932
  */
933
933
  ModelConfiguration: VectorSearchBedrockRerankingModelConfiguration;
934
934
  /**
935
- * The number of results to return after reranking.
935
+ * The maximum number of results to rerank. This limits how many of the initial vector search results will be processed by the reranking model. A smaller number improves performance but may exclude potentially relevant results.
936
936
  * @min 1
937
937
  * @max 100
938
938
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-numberofrerankedresults}
@@ -940,33 +940,33 @@ export type VectorSearchBedrockRerankingConfiguration = {
940
940
  NumberOfRerankedResults?: number | undefined;
941
941
  };
942
942
  /**
943
- * Contains configurations for an Amazon Bedrock reranker model.
943
+ * Configuration for the Amazon Bedrock foundation model used for reranking vector search results. This specifies which model to use and any additional parameters required by the model.
944
944
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html}
945
945
  */
946
946
  export type VectorSearchBedrockRerankingModelConfiguration = {
947
947
  /**
948
- * A JSON object whose keys are request fields for the model and whose values are values for those fields.
948
+ * A list of additional fields to include in the model request during reranking. These fields provide extra context or configuration options specific to the selected foundation model.
949
949
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration-additionalmodelrequestfields}
950
950
  */
951
951
  AdditionalModelRequestFields?: Record<string, unknown> | undefined;
952
952
  /**
953
- * The ARN of the reranker model to use.
953
+ * The Amazon Resource Name (ARN) of the foundation model to use for reranking. This model processes the query and search results to determine a more relevant ordering.
954
954
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration-modelarn}
955
955
  */
956
956
  ModelArn: string;
957
957
  };
958
958
  /**
959
- * Contains configurations for reranking the retrieved results.
959
+ * Configuration for reranking vector search results to improve relevance. Reranking applies additional relevance models to reorder the initial vector search results based on more sophisticated criteria.
960
960
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html}
961
961
  */
962
962
  export type VectorSearchRerankingConfiguration = {
963
963
  /**
964
- * Contains configurations for an Amazon Bedrock reranker model.
964
+ * Configuration for using Amazon Bedrock foundation models to rerank search results. This is required when the reranking type is set to BEDROCK.
965
965
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchrerankingconfiguration-bedrockrerankingconfiguration}
966
966
  */
967
967
  BedrockRerankingConfiguration?: VectorSearchBedrockRerankingConfiguration | undefined;
968
968
  /**
969
- * The type of reranker model.
969
+ * The type of reranking to apply to vector search results. Currently, the only supported value is BEDROCK, which uses Amazon Bedrock foundation models for reranking.
970
970
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchrerankingconfiguration-type}
971
971
  */
972
972
  Type: VectorSearchRerankingConfigurationType;