@awboost/cfn-resource-types 0.1.231 → 0.1.233

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.
@@ -5,22 +5,50 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html}
6
6
  */
7
7
  export type AppConfigDeploymentProperties = {
8
+ /**
9
+ * The application ID.
10
+ */
8
11
  ApplicationId: string;
12
+ /**
13
+ * The configuration profile ID.
14
+ */
9
15
  ConfigurationProfileId: string;
16
+ /**
17
+ * The configuration version to deploy. If deploying an AWS AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
18
+ */
10
19
  ConfigurationVersion: string;
20
+ /**
21
+ * The deployment strategy ID.
22
+ */
11
23
  DeploymentStrategyId: string;
24
+ /**
25
+ * A description of the deployment.
26
+ */
12
27
  Description?: string;
13
28
  DynamicExtensionParameters?: DynamicExtensionParameters[];
29
+ /**
30
+ * The environment ID.
31
+ */
14
32
  EnvironmentId: string;
33
+ /**
34
+ * The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
35
+ * @pattern `^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}|alias/[a-zA-Z0-9/_-]{1,250}|arn:aws[a-zA-Z-]*:kms:[a-z]{2}(-gov|-iso(b?))?-[a-z]+-\d{1}:\d{12}:(key/[0-9a-f-]{36}|alias/[a-zA-Z0-9/_-]{1,250})$`
36
+ */
15
37
  KmsKeyIdentifier?: string;
16
- Tags?: Tags[];
38
+ /**
39
+ * An array of key-value pairs to apply to this resource.
40
+ */
41
+ Tags?: Tag[];
17
42
  };
18
43
  /**
19
44
  * Attribute type definition for `AWS::AppConfig::Deployment`.
20
45
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#aws-resource-appconfig-deployment-return-values}
21
46
  */
22
47
  export type AppConfigDeploymentAttributes = {
23
- Id: string;
48
+ /**
49
+ * The sequence number of the deployment.
50
+ */
51
+ DeploymentNumber: string;
24
52
  };
25
53
  /**
26
54
  * Type definition for `AWS::AppConfig::Deployment.DynamicExtensionParameters`.
@@ -32,11 +60,18 @@ export type DynamicExtensionParameters = {
32
60
  ParameterValue?: string;
33
61
  };
34
62
  /**
35
- * Type definition for `AWS::AppConfig::Deployment.Tags`.
36
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-deployment-tags.html}
63
+ * Type definition for `AWS::AppConfig::Deployment.Tag`.
64
+ * Metadata to assign to the deployment. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
65
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-deployment-tag.html}
37
66
  */
38
- export type Tags = {
67
+ export type Tag = {
68
+ /**
69
+ * The key-value string map. The valid character set is [a-zA-Z1-9+-=._:/]. The tag key can be up to 128 characters and must not start with aws:.
70
+ */
39
71
  Key?: string;
72
+ /**
73
+ * The tag value can be up to 256 characters.
74
+ */
40
75
  Value?: string;
41
76
  };
42
77
  /**
@@ -14,8 +14,6 @@ export type BackupLogicallyAirGappedBackupVaultProperties = {
14
14
  MaxRetentionDays: number;
15
15
  MinRetentionDays: number;
16
16
  Notifications?: NotificationObjectType;
17
- VaultState?: string;
18
- VaultType?: string;
19
17
  };
20
18
  /**
21
19
  * Attribute type definition for `AWS::Backup::LogicallyAirGappedBackupVault`.
@@ -24,6 +22,8 @@ export type BackupLogicallyAirGappedBackupVaultProperties = {
24
22
  export type BackupLogicallyAirGappedBackupVaultAttributes = {
25
23
  BackupVaultArn: string;
26
24
  EncryptionKeyArn: string;
25
+ VaultState: string;
26
+ VaultType: string;
27
27
  };
28
28
  /**
29
29
  * Type definition for `AWS::Backup::LogicallyAirGappedBackupVault.NotificationObjectType`.
@@ -223,7 +223,7 @@ export type OpenSearchServerlessConfiguration = {
223
223
  /**
224
224
  * The ARN of the OpenSearch Service vector store.
225
225
  * @maxLength `2048`
226
- * @pattern `^arn:aws:aoss:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:collection/[a-z0-9-]{3,32}$`
226
+ * @pattern `^arn:aws(|-cn|-us-gov|-iso):aoss:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:collection/[a-z0-9-]{3,32}$`
227
227
  */
228
228
  CollectionArn: string;
229
229
  /**
@@ -13,6 +13,7 @@ export type CleanRoomsCollaborationProperties = {
13
13
  * @pattern `^(?!\s*$)[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t]*$`
14
14
  */
15
15
  CreatorDisplayName: string;
16
+ CreatorMLMemberAbilities?: MLMemberAbilities;
16
17
  CreatorMemberAbilities: MemberAbility[];
17
18
  CreatorPaymentConfiguration?: PaymentConfiguration;
18
19
  DataEncryptionMetadata?: DataEncryptionMetadata;
@@ -65,6 +66,11 @@ export type AnalyticsEngine = "CLEAN_ROOMS_SQL" | "SPARK";
65
66
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-collaborationquerylogstatus.html}
66
67
  */
67
68
  export type CollaborationQueryLogStatus = "ENABLED" | "DISABLED";
69
+ /**
70
+ * Type definition for `AWS::CleanRooms::Collaboration.CustomMLMemberAbility`.
71
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-custommlmemberability.html}
72
+ */
73
+ export type CustomMLMemberAbility = "CAN_RECEIVE_MODEL_OUTPUT" | "CAN_RECEIVE_INFERENCE_OUTPUT";
68
74
  /**
69
75
  * Type definition for `AWS::CleanRooms::Collaboration.DataEncryptionMetadata`.
70
76
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-dataencryptionmetadata.html}
@@ -97,14 +103,45 @@ export type MemberSpecification = {
97
103
  * @pattern `^(?!\s*$)[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t]*$`
98
104
  */
99
105
  DisplayName: string;
106
+ MLMemberAbilities?: MLMemberAbilities;
100
107
  MemberAbilities: MemberAbility[];
101
108
  PaymentConfiguration?: PaymentConfiguration;
102
109
  };
110
+ /**
111
+ * Type definition for `AWS::CleanRooms::Collaboration.MLMemberAbilities`.
112
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-mlmemberabilities.html}
113
+ */
114
+ export type MLMemberAbilities = {
115
+ CustomMLMemberAbilities: CustomMLMemberAbility[];
116
+ };
117
+ /**
118
+ * Type definition for `AWS::CleanRooms::Collaboration.MLPaymentConfig`.
119
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-mlpaymentconfig.html}
120
+ */
121
+ export type MLPaymentConfig = {
122
+ ModelInference?: ModelInferencePaymentConfig;
123
+ ModelTraining?: ModelTrainingPaymentConfig;
124
+ };
125
+ /**
126
+ * Type definition for `AWS::CleanRooms::Collaboration.ModelInferencePaymentConfig`.
127
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-modelinferencepaymentconfig.html}
128
+ */
129
+ export type ModelInferencePaymentConfig = {
130
+ IsResponsible: boolean;
131
+ };
132
+ /**
133
+ * Type definition for `AWS::CleanRooms::Collaboration.ModelTrainingPaymentConfig`.
134
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-modeltrainingpaymentconfig.html}
135
+ */
136
+ export type ModelTrainingPaymentConfig = {
137
+ IsResponsible: boolean;
138
+ };
103
139
  /**
104
140
  * Type definition for `AWS::CleanRooms::Collaboration.PaymentConfiguration`.
105
141
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-paymentconfiguration.html}
106
142
  */
107
143
  export type PaymentConfiguration = {
144
+ MachineLearning?: MLPaymentConfig;
108
145
  QueryCompute: QueryComputePaymentConfig;
109
146
  };
110
147
  /**
@@ -46,11 +46,34 @@ export type CleanRoomsMembershipAttributes = {
46
46
  */
47
47
  MembershipIdentifier: string;
48
48
  };
49
+ /**
50
+ * Type definition for `AWS::CleanRooms::Membership.MembershipMLPaymentConfig`.
51
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipmlpaymentconfig.html}
52
+ */
53
+ export type MembershipMLPaymentConfig = {
54
+ ModelInference?: MembershipModelInferencePaymentConfig;
55
+ ModelTraining?: MembershipModelTrainingPaymentConfig;
56
+ };
57
+ /**
58
+ * Type definition for `AWS::CleanRooms::Membership.MembershipModelInferencePaymentConfig`.
59
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipmodelinferencepaymentconfig.html}
60
+ */
61
+ export type MembershipModelInferencePaymentConfig = {
62
+ IsResponsible: boolean;
63
+ };
64
+ /**
65
+ * Type definition for `AWS::CleanRooms::Membership.MembershipModelTrainingPaymentConfig`.
66
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipmodeltrainingpaymentconfig.html}
67
+ */
68
+ export type MembershipModelTrainingPaymentConfig = {
69
+ IsResponsible: boolean;
70
+ };
49
71
  /**
50
72
  * Type definition for `AWS::CleanRooms::Membership.MembershipPaymentConfiguration`.
51
73
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershippaymentconfiguration.html}
52
74
  */
53
75
  export type MembershipPaymentConfiguration = {
76
+ MachineLearning?: MembershipMLPaymentConfig;
54
77
  QueryCompute: MembershipQueryComputePaymentConfig;
55
78
  };
56
79
  /**
@@ -0,0 +1,212 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Resource type definition for `AWS::CustomerProfiles::EventTrigger`.
5
+ * An event trigger resource of Amazon Connect Customer Profiles
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-eventtrigger.html}
7
+ */
8
+ export type CustomerProfilesEventTriggerProperties = {
9
+ /**
10
+ * The description of the event trigger.
11
+ * @minLength `1`
12
+ * @maxLength `1000`
13
+ */
14
+ Description?: string;
15
+ /**
16
+ * The unique name of the domain.
17
+ * @minLength `1`
18
+ * @maxLength `64`
19
+ * @pattern `^[a-zA-Z0-9_-]+$`
20
+ */
21
+ DomainName: string;
22
+ /**
23
+ * A list of conditions that determine when an event should trigger the destination.
24
+ * @minLength `1`
25
+ * @maxLength `5`
26
+ */
27
+ EventTriggerConditions: EventTriggerCondition[];
28
+ /**
29
+ * Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
30
+ */
31
+ EventTriggerLimits?: EventTriggerLimits;
32
+ /**
33
+ * The unique name of the event trigger.
34
+ * @minLength `1`
35
+ * @maxLength `64`
36
+ * @pattern `^[a-zA-Z0-9_-]+$`
37
+ */
38
+ EventTriggerName: string;
39
+ /**
40
+ * The unique name of the object type.
41
+ * @minLength `1`
42
+ * @maxLength `255`
43
+ * @pattern `^[a-zA-Z_][a-zA-Z_0-9-]*$`
44
+ */
45
+ ObjectTypeName: string;
46
+ /**
47
+ * The destination is triggered only for profiles that meet the criteria of a segment definition.
48
+ * @minLength `1`
49
+ * @maxLength `64`
50
+ * @pattern `^[a-zA-Z0-9_-]+$`
51
+ */
52
+ SegmentFilter?: string;
53
+ /**
54
+ * An array of key-value pairs to apply to this resource.
55
+ * @minLength `0`
56
+ * @maxLength `50`
57
+ */
58
+ Tags?: Tag[];
59
+ };
60
+ /**
61
+ * Attribute type definition for `AWS::CustomerProfiles::EventTrigger`.
62
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-eventtrigger.html#aws-resource-customerprofiles-eventtrigger-return-values}
63
+ */
64
+ export type CustomerProfilesEventTriggerAttributes = {
65
+ /**
66
+ * The timestamp of when the event trigger was created.
67
+ */
68
+ CreatedAt: string;
69
+ /**
70
+ * The timestamp of when the event trigger was most recently updated.
71
+ */
72
+ LastUpdatedAt: string;
73
+ };
74
+ /**
75
+ * Type definition for `AWS::CustomerProfiles::EventTrigger.EventTriggerCondition`.
76
+ * Specifies the circumstances under which the event should trigger the destination.
77
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventtrigger-eventtriggercondition.html}
78
+ */
79
+ export type EventTriggerCondition = {
80
+ /**
81
+ * A list of dimensions to be evaluated for the event.
82
+ * @minLength `1`
83
+ * @maxLength `10`
84
+ */
85
+ EventTriggerDimensions: EventTriggerDimension[];
86
+ /**
87
+ * The operator used to combine multiple dimensions.
88
+ */
89
+ LogicalOperator: EventTriggerLogicalOperator;
90
+ };
91
+ /**
92
+ * Type definition for `AWS::CustomerProfiles::EventTrigger.EventTriggerDimension`.
93
+ * A specific event dimension to be assessed.
94
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventtrigger-eventtriggerdimension.html}
95
+ */
96
+ export type EventTriggerDimension = {
97
+ /**
98
+ * A list of object attributes to be evaluated.
99
+ * @minLength `1`
100
+ * @maxLength `10`
101
+ */
102
+ ObjectAttributes: ObjectAttribute[];
103
+ };
104
+ /**
105
+ * Type definition for `AWS::CustomerProfiles::EventTrigger.EventTriggerLimits`.
106
+ * Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
107
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventtrigger-eventtriggerlimits.html}
108
+ */
109
+ export type EventTriggerLimits = {
110
+ /**
111
+ * Specifies that an event will only trigger the destination if it is processed within a certain latency period.
112
+ */
113
+ EventExpiration?: number;
114
+ /**
115
+ * A list of time periods during which the limits apply.
116
+ * @minLength `1`
117
+ * @maxLength `4`
118
+ */
119
+ Periods?: Period[];
120
+ };
121
+ /**
122
+ * Type definition for `AWS::CustomerProfiles::EventTrigger.EventTriggerLogicalOperator`.
123
+ * The operator used to combine multiple dimensions.
124
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventtrigger-eventtriggerlogicaloperator.html}
125
+ */
126
+ export type EventTriggerLogicalOperator = "ANY" | "ALL" | "NONE";
127
+ /**
128
+ * Type definition for `AWS::CustomerProfiles::EventTrigger.ObjectAttribute`.
129
+ * The criteria that a specific object attribute must meet to trigger the destination.
130
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventtrigger-objectattribute.html}
131
+ */
132
+ export type ObjectAttribute = {
133
+ /**
134
+ * The operator used to compare an attribute against a list of values.
135
+ */
136
+ ComparisonOperator: "INCLUSIVE" | "EXCLUSIVE" | "CONTAINS" | "BEGINS_WITH" | "ENDS_WITH" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUAL" | "LESS_THAN_OR_EQUAL" | "EQUAL" | "BEFORE" | "AFTER" | "ON" | "BETWEEN" | "NOT_BETWEEN";
137
+ /**
138
+ * A field defined within an object type.
139
+ * @minLength `1`
140
+ * @maxLength `64`
141
+ * @pattern `^[a-zA-Z0-9_.-]+$`
142
+ */
143
+ FieldName?: string;
144
+ /**
145
+ * An attribute contained within a source object.
146
+ * @minLength `1`
147
+ * @maxLength `1000`
148
+ */
149
+ Source?: string;
150
+ /**
151
+ * A list of attribute values used for comparison.
152
+ * @minLength `1`
153
+ * @maxLength `10`
154
+ */
155
+ Values: string[];
156
+ };
157
+ /**
158
+ * Type definition for `AWS::CustomerProfiles::EventTrigger.Period`.
159
+ * Defines a limit and the time period during which it is enforced.
160
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventtrigger-period.html}
161
+ */
162
+ export type Period = {
163
+ /**
164
+ * The maximum allowed number of destination invocations per profile.
165
+ * @min `1`
166
+ * @max `1000`
167
+ */
168
+ MaxInvocationsPerProfile?: number;
169
+ /**
170
+ * The unit of time.
171
+ */
172
+ Unit: "HOURS" | "DAYS" | "WEEKS" | "MONTHS";
173
+ /**
174
+ * If set to true, there is no limit on the number of destination invocations per profile. The default is false.
175
+ */
176
+ Unlimited?: boolean;
177
+ /**
178
+ * The amount of time of the specified unit.
179
+ * @min `1`
180
+ * @max `24`
181
+ */
182
+ Value: number;
183
+ };
184
+ /**
185
+ * Type definition for `AWS::CustomerProfiles::EventTrigger.Tag`.
186
+ * A key-value pair to associate with a resource.
187
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventtrigger-tag.html}
188
+ */
189
+ export type Tag = {
190
+ /**
191
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192
+ * @minLength `1`
193
+ * @maxLength `128`
194
+ */
195
+ Key: string;
196
+ /**
197
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
198
+ * @minLength `0`
199
+ * @maxLength `256`
200
+ */
201
+ Value: string;
202
+ };
203
+ /**
204
+ * Resource type definition for `AWS::CustomerProfiles::EventTrigger`.
205
+ * An event trigger resource of Amazon Connect Customer Profiles
206
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-eventtrigger.html}
207
+ */
208
+ export declare class CustomerProfilesEventTrigger extends $Resource<"AWS::CustomerProfiles::EventTrigger", CustomerProfilesEventTriggerProperties, CustomerProfilesEventTriggerAttributes> {
209
+ static readonly Type = "AWS::CustomerProfiles::EventTrigger";
210
+ constructor(logicalId: string, properties: CustomerProfilesEventTriggerProperties, options?: $ResourceOptions);
211
+ }
212
+ //# sourceMappingURL=AWS-CustomerProfiles-EventTrigger.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource type definition for `AWS::CustomerProfiles::EventTrigger`.
4
+ * An event trigger resource of Amazon Connect Customer Profiles
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-eventtrigger.html}
6
+ */
7
+ export class CustomerProfilesEventTrigger extends $Resource {
8
+ static Type = "AWS::CustomerProfiles::EventTrigger";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, CustomerProfilesEventTrigger.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-CustomerProfiles-EventTrigger.js.map
@@ -139,6 +139,11 @@ export type LocalSecondaryIndex = {
139
139
  */
140
140
  export type PointInTimeRecoverySpecification = {
141
141
  PointInTimeRecoveryEnabled?: boolean;
142
+ /**
143
+ * @min `1`
144
+ * @max `35`
145
+ */
146
+ RecoveryPeriodInDays?: number;
142
147
  };
143
148
  /**
144
149
  * Type definition for `AWS::DynamoDB::GlobalTable.Projection`.
@@ -29,6 +29,9 @@ export type ECSTaskDefinitionProperties = {
29
29
  This option requires Linux platform ``1.4.0`` or later.
30
30
  */
31
31
  Cpu?: string;
32
+ /**
33
+ * Enables fault injection and allows for fault injection requests to be accepted from the task's containers. The default value is ``false``.
34
+ */
32
35
  EnableFaultInjection?: boolean;
33
36
  /**
34
37
  * The ephemeral storage settings to use for tasks run with the task definition.
@@ -789,7 +792,7 @@ export type LogConfiguration = {
789
792
  When you use the ``awsfirelens`` log router to route logs to an AWS Service or AWS Partner Network destination for log storage and analytics, you can set the ``log-driver-buffer-limit`` option to limit the number of events that are buffered in memory, before being sent to the log router container. It can help to resolve potential log loss issue because high throughput might result in memory running out for the buffer inside of Docker.
790
793
  Other options you can specify when using ``awsfirelens`` to route logs depend on the destination. When you export logs to Amazon Data Firehose, you can specify the AWS Region with ``region`` and a name for the log stream with ``delivery_stream``.
791
794
  When you export logs to Amazon Kinesis Data Streams, you can specify an AWS Region with ``region`` and a data stream name with ``stream``.
792
- When you export logs to Amazon OpenSearch Service, you can specify options like ``Name``, ``Host`` (OpenSearch Service endpoint without protocol), ``Port``, ``Index``, ``Type``, ``Aws_auth``, ``Aws_region``, ``Suppress_Type_Name``, and ``tls``.
795
+ When you export logs to Amazon OpenSearch Service, you can specify options like ``Name``, ``Host`` (OpenSearch Service endpoint without protocol), ``Port``, ``Index``, ``Type``, ``Aws_auth``, ``Aws_region``, ``Suppress_Type_Name``, and ``tls``. For more information, see [Under the hood: FireLens for Amazon ECS Tasks](https://docs.aws.amazon.com/containers/under-the-hood-firelens-for-amazon-ecs-tasks/).
793
796
  When you export logs to Amazon S3, you can specify the bucket using the ``bucket`` option. You can also specify ``region``, ``total_file_size``, ``upload_timeout``, and ``use_put_object`` as options.
794
797
  This parameter requires version 1.19 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: ``sudo docker version --format '{{.Server.APIVersion}}'``
795
798
  */
@@ -90,7 +90,13 @@ export type EFSFileSystemAttributes = {
90
90
  * @maxLength `1`
91
91
  */
92
92
  Destinations: {
93
+ /**
94
+ * Describes the status of the replication configuration. For more information about replication status, see [Viewing replication details](https://docs.aws.amazon.com//efs/latest/ug/awsbackup.html#restoring-backup-efsmonitoring-replication-status.html) in the *Amazon EFS User Guide*.
95
+ */
93
96
  Status: string;
97
+ /**
98
+ * Message that provides details about the ``PAUSED`` or ``ERRROR`` state of the replication destination configuration. For more information about replication status messages, see [Viewing replication details](https://docs.aws.amazon.com//efs/latest/ug/awsbackup.html#restoring-backup-efsmonitoring-replication-status.html) in the *Amazon EFS User Guide*.
99
+ */
94
100
  StatusMessage: string;
95
101
  }[];
96
102
  };
@@ -133,7 +139,7 @@ export type FileSystemProtection = {
133
139
  * The status of the file system's replication overwrite protection.
134
140
  + ``ENABLED`` – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ``ENABLED`` by default.
135
141
  + ``DISABLED`` – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication.
136
- + ``REPLICATING`` – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication.
142
+ + ``REPLICATING`` – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is modified only by EFS replication.
137
143
 
138
144
  If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
139
145
  */
@@ -199,6 +205,9 @@ export type ReplicationDestination = {
199
205
  For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
200
206
  */
201
207
  Region?: string;
208
+ /**
209
+ * The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
210
+ */
202
211
  RoleArn?: string;
203
212
  };
204
213
  /**
@@ -47,6 +47,10 @@ export type LexBotProperties = {
47
47
  * @pattern `^([0-9a-zA-Z][_-]?)+$`
48
48
  */
49
49
  Name: string;
50
+ /**
51
+ * Parameter used to create a replication of the source bot in the secondary region.
52
+ */
53
+ Replication?: Replication;
50
54
  /**
51
55
  * The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
52
56
  * @minLength `32`
@@ -1227,6 +1231,19 @@ export type PromptSpecification = {
1227
1231
  */
1228
1232
  PromptAttemptsSpecification?: Record<string, PromptAttemptSpecification>;
1229
1233
  };
1234
+ /**
1235
+ * Type definition for `AWS::Lex::Bot.Replication`.
1236
+ * Parameter used to create a replication of the source bot in the secondary region.
1237
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-replication.html}
1238
+ */
1239
+ export type Replication = {
1240
+ /**
1241
+ * List of secondary regions for bot replication.
1242
+ * @minLength `1`
1243
+ * @maxLength `1`
1244
+ */
1245
+ ReplicaRegions: string[];
1246
+ };
1230
1247
  /**
1231
1248
  * Type definition for `AWS::Lex::Bot.ResponseSpecification`.
1232
1249
  * A list of message groups that Amazon Lex uses to respond the user input.
@@ -15,7 +15,7 @@ export type PipesPipeProperties = {
15
15
  /**
16
16
  * @minLength `0`
17
17
  * @maxLength `1600`
18
- * @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)$`
18
+ * @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)$`
19
19
  */
20
20
  Enrichment?: string;
21
21
  EnrichmentParameters?: PipeEnrichmentParameters;
@@ -40,7 +40,7 @@ export type PipesPipeProperties = {
40
40
  /**
41
41
  * @minLength `1`
42
42
  * @maxLength `1600`
43
- * @pattern `^smk://(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9]):[0-9]{1,5}|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)$`
43
+ * @pattern `^smk://(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9]):[0-9]{1,5}|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)$`
44
44
  */
45
45
  Source: string;
46
46
  SourceParameters?: PipeSourceParameters;
@@ -48,7 +48,7 @@ export type PipesPipeProperties = {
48
48
  /**
49
49
  * @minLength `1`
50
50
  * @maxLength `1600`
51
- * @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)$`
51
+ * @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)$`
52
52
  */
53
53
  Target: string;
54
54
  TargetParameters?: PipeTargetParameters;
@@ -196,7 +196,7 @@ export type CloudwatchLogsLogDestination = {
196
196
  /**
197
197
  * @minLength `1`
198
198
  * @maxLength `1600`
199
- * @pattern `^(^arn:aws([a-z]|\-)*:logs:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):log-group:.+)$`
199
+ * @pattern `^(^arn:aws([a-z]|\-)*:logs:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}):(\d{12}):log-group:.+)$`
200
200
  */
201
201
  LogGroupArn?: string;
202
202
  };
@@ -208,7 +208,7 @@ export type DeadLetterConfig = {
208
208
  /**
209
209
  * @minLength `1`
210
210
  * @maxLength `1600`
211
- * @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)$`
211
+ * @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)$`
212
212
  */
213
213
  Arn?: string;
214
214
  };
@@ -317,7 +317,7 @@ export type EcsTaskOverride = {
317
317
  /**
318
318
  * @minLength `1`
319
319
  * @maxLength `1600`
320
- * @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)|(\$(\.[\w/_-]+(\[(\d+|\*)\])*)*)$`
320
+ * @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)|(\$(\.[\w/_-]+(\[(\d+|\*)\])*)*)$`
321
321
  */
322
322
  ExecutionRoleArn?: string;
323
323
  InferenceAcceleratorOverrides?: EcsInferenceAcceleratorOverride[];
@@ -325,7 +325,7 @@ export type EcsTaskOverride = {
325
325
  /**
326
326
  * @minLength `1`
327
327
  * @maxLength `1600`
328
- * @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)|(\$(\.[\w/_-]+(\[(\d+|\*)\])*)*)$`
328
+ * @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)|(\$(\.[\w/_-]+(\[(\d+|\*)\])*)*)$`
329
329
  */
330
330
  TaskRoleArn?: string;
331
331
  };
@@ -364,7 +364,7 @@ export type FirehoseLogDestination = {
364
364
  /**
365
365
  * @minLength `1`
366
366
  * @maxLength `1600`
367
- * @pattern `^(^arn:aws([a-z]|\-)*:firehose:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):deliverystream/.+)$`
367
+ * @pattern `^(^arn:aws([a-z]|\-)*:firehose:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}):(\d{12}):deliverystream/.+)$`
368
368
  */
369
369
  DeliveryStreamArn?: string;
370
370
  };
@@ -407,7 +407,7 @@ export type MQBrokerAccessCredentials = {
407
407
  * Optional SecretManager ARN which stores the database credentials
408
408
  * @minLength `1`
409
409
  * @maxLength `1600`
410
- * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
410
+ * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
411
411
  */
412
412
  BasicAuth: string;
413
413
  };
@@ -420,7 +420,7 @@ export type MSKAccessCredentials = {
420
420
  * Optional SecretManager ARN which stores the database credentials
421
421
  * @minLength `1`
422
422
  * @maxLength `1600`
423
- * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
423
+ * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
424
424
  */
425
425
  SaslScram512Auth: string;
426
426
  } | {
@@ -428,7 +428,7 @@ export type MSKAccessCredentials = {
428
428
  * Optional SecretManager ARN which stores the database credentials
429
429
  * @minLength `1`
430
430
  * @maxLength `1600`
431
- * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
431
+ * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
432
432
  */
433
433
  ClientCertificateTlsAuth: string;
434
434
  };
@@ -710,7 +710,7 @@ export type PipeSourceSelfManagedKafkaParameters = {
710
710
  * Optional SecretManager ARN which stores the database credentials
711
711
  * @minLength `1`
712
712
  * @maxLength `1600`
713
- * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
713
+ * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
714
714
  */
715
715
  ServerRootCaCertificate?: string;
716
716
  StartingPosition?: SelfManagedKafkaStartPosition;
@@ -818,7 +818,7 @@ export type PipeTargetEcsTaskParameters = {
818
818
  /**
819
819
  * @minLength `1`
820
820
  * @maxLength `1600`
821
- * @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)|(\$(\.[\w/_-]+(\[(\d+|\*)\])*)*)$`
821
+ * @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)|(\$(\.[\w/_-]+(\[(\d+|\*)\])*)*)$`
822
822
  */
823
823
  TaskDefinitionArn: string;
824
824
  };
@@ -932,7 +932,7 @@ export type PipeTargetRedshiftDataParameters = {
932
932
  * Optional SecretManager ARN which stores the database credentials
933
933
  * @minLength `1`
934
934
  * @maxLength `1600`
935
- * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)|(\$(\.[\w/_-]+(\[(\d+|\*)\])*)*)$`
935
+ * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)|(\$(\.[\w/_-]+(\[(\d+|\*)\])*)*)$`
936
936
  */
937
937
  SecretManagerArn?: string;
938
938
  /**
@@ -1111,7 +1111,7 @@ export type SelfManagedKafkaAccessConfigurationCredentials = {
1111
1111
  * Optional SecretManager ARN which stores the database credentials
1112
1112
  * @minLength `1`
1113
1113
  * @maxLength `1600`
1114
- * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
1114
+ * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
1115
1115
  */
1116
1116
  BasicAuth: string;
1117
1117
  } | {
@@ -1119,7 +1119,7 @@ export type SelfManagedKafkaAccessConfigurationCredentials = {
1119
1119
  * Optional SecretManager ARN which stores the database credentials
1120
1120
  * @minLength `1`
1121
1121
  * @maxLength `1600`
1122
- * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
1122
+ * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
1123
1123
  */
1124
1124
  SaslScram512Auth: string;
1125
1125
  } | {
@@ -1127,7 +1127,7 @@ export type SelfManagedKafkaAccessConfigurationCredentials = {
1127
1127
  * Optional SecretManager ARN which stores the database credentials
1128
1128
  * @minLength `1`
1129
1129
  * @maxLength `1600`
1130
- * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
1130
+ * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
1131
1131
  */
1132
1132
  SaslScram256Auth: string;
1133
1133
  } | {
@@ -1135,7 +1135,7 @@ export type SelfManagedKafkaAccessConfigurationCredentials = {
1135
1135
  * Optional SecretManager ARN which stores the database credentials
1136
1136
  * @minLength `1`
1137
1137
  * @maxLength `1600`
1138
- * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
1138
+ * @pattern `^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$`
1139
1139
  */
1140
1140
  ClientCertificateTlsAuth: string;
1141
1141
  };
@@ -120,6 +120,11 @@ export type RDSDBClusterProperties = {
120
120
  * Reserved for future use.
121
121
  */
122
122
  DBSystemId?: string;
123
+ /**
124
+ * The mode of Database Insights to enable for the DB cluster.
125
+ If you set this value to ``advanced``, you must also set the ``PerformanceInsightsEnabled`` parameter to ``true`` and the ``PerformanceInsightsRetentionPeriod`` parameter to 465.
126
+ Valid for Cluster Type: Aurora DB clusters only
127
+ */
123
128
  DatabaseInsightsMode?: string;
124
129
  /**
125
130
  * The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see [Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Limits.html#RDS_Limits.Constraints) in the *Amazon Aurora User Guide*.
@@ -161,10 +166,6 @@ export type RDSDBClusterProperties = {
161
166
  /**
162
167
  * Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled.
163
168
  When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor.
164
- RDS Data API is supported with the following DB clusters:
165
- + Aurora PostgreSQL Serverless v2 and provisioned
166
- + Aurora PostgreSQL and Aurora MySQL Serverless v1
167
-
168
169
  For more information, see [Using RDS Data API](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html) in the *Amazon Aurora User Guide*.
169
170
  Valid for Cluster Type: Aurora DB clusters only
170
171
  */
@@ -35,6 +35,11 @@ export type ResilienceHubAppProperties = {
35
35
  * Defines the roles and credentials that AWS Resilience Hub would use while creating the application, importing its resources, and running an assessment.
36
36
  */
37
37
  PermissionModel?: PermissionModel;
38
+ /**
39
+ * Amazon Resource Name (ARN) of the Regulatory Policy.
40
+ * @pattern `^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$`
41
+ */
42
+ RegulatoryPolicyArn?: string;
38
43
  /**
39
44
  * Amazon Resource Name (ARN) of the Resiliency Policy.
40
45
  * @pattern `^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$`
@@ -121,6 +121,11 @@ export type TrackingOptions = {
121
121
  * The domain to use for tracking open and click events.
122
122
  */
123
123
  CustomRedirectDomain?: string;
124
+ /**
125
+ * The https policy to use for tracking open and click events.
126
+ * @pattern `REQUIRE|REQUIRE_OPEN_ONLY|OPTIONAL`
127
+ */
128
+ HttpsPolicy?: string;
124
129
  };
125
130
  /**
126
131
  * Type definition for `AWS::SES::ConfigurationSet.VdmOptions`.
@@ -42,6 +42,7 @@ export type WisdomAIAgentAttributes = {
42
42
  * @pattern `^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$`
43
43
  */
44
44
  AssistantArn: string;
45
+ ModifiedTimeSeconds: number;
45
46
  };
46
47
  /**
47
48
  * Type definition for `AWS::Wisdom::AIAgent.AIAgentAssociationConfigurationType`.
@@ -49,6 +49,7 @@ export type WisdomAIPromptAttributes = {
49
49
  * @pattern `^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$`
50
50
  */
51
51
  AssistantArn: string;
52
+ ModifiedTimeSeconds: number;
52
53
  };
53
54
  /**
54
55
  * Type definition for `AWS::Wisdom::AIPrompt.AIPromptAPIFormat`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.231",
3
+ "version": "0.1.233",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },