@awboost/cfn-resource-types 0.1.504 → 0.1.506
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/AWS-BedrockAgentCore-GatewayTarget.d.ts +15 -2
- package/lib/AWS-BedrockAgentCore-GatewayTarget.js +1 -1
- package/lib/AWS-Cases-CaseRule.d.ts +216 -0
- package/lib/AWS-Cases-CaseRule.js +13 -0
- package/lib/AWS-Cases-Domain.d.ts +81 -0
- package/lib/AWS-Cases-Domain.js +13 -0
- package/lib/AWS-Cases-Field.d.ts +100 -0
- package/lib/AWS-Cases-Field.js +13 -0
- package/lib/AWS-Cases-Layout.d.ts +159 -0
- package/lib/AWS-Cases-Layout.js +13 -0
- package/lib/AWS-Cases-Template.d.ts +155 -0
- package/lib/AWS-Cases-Template.js +13 -0
- package/lib/AWS-Connect-ContactFlowModule.d.ts +14 -0
- package/lib/AWS-DAX-SubnetGroup.d.ts +3 -10
- package/lib/AWS-DAX-SubnetGroup.js +1 -1
- package/lib/AWS-DataSync-Agent.d.ts +1 -1
- package/lib/AWS-DataSync-LocationAzureBlob.d.ts +7 -7
- package/lib/AWS-DataSync-LocationEFS.d.ts +5 -5
- package/lib/AWS-DataSync-LocationFSxLustre.d.ts +2 -2
- package/lib/AWS-DataSync-LocationFSxONTAP.d.ts +3 -3
- package/lib/AWS-DataSync-LocationFSxOpenZFS.d.ts +2 -2
- package/lib/AWS-DataSync-LocationFSxWindows.d.ts +2 -2
- package/lib/AWS-DataSync-LocationHDFS.d.ts +1 -1
- package/lib/AWS-DataSync-LocationNFS.d.ts +2 -2
- package/lib/AWS-DataSync-LocationObjectStorage.d.ts +7 -7
- package/lib/AWS-DataSync-LocationS3.d.ts +3 -3
- package/lib/AWS-DataSync-LocationSMB.d.ts +8 -8
- package/lib/AWS-DataSync-Task.d.ts +8 -8
- package/lib/AWS-EC2-Volume.d.ts +35 -19
- package/lib/AWS-EC2-Volume.js +5 -5
- package/lib/AWS-ECR-RepositoryCreationTemplate.d.ts +1 -1
- package/lib/AWS-ECS-CapacityProvider.d.ts +1 -0
- package/lib/AWS-EMR-Step.d.ts +8 -0
- package/lib/AWS-Lex-Bot.d.ts +48 -5
- package/lib/AWS-Lex-Bot.js +1 -1
- package/lib/AWS-Lex-BotAlias.d.ts +3 -2
- package/lib/AWS-Lex-BotAlias.js +1 -1
- package/lib/AWS-QuickSight-Dashboard.d.ts +59 -1
- package/lib/AWS-WorkSpacesWeb-UserSettings.d.ts +1 -0
- package/package.json +1 -1
|
@@ -8,13 +8,13 @@ export type DataSyncTaskProperties = {
|
|
|
8
8
|
/**
|
|
9
9
|
* The ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task.
|
|
10
10
|
* @maxLength `562`
|
|
11
|
-
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\-0-9]*:[0-9]{12}:log-group:([^:\*]*)(:\*)?$`
|
|
11
|
+
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):logs:[a-z\-0-9]*:[0-9]{12}:log-group:([^:\*]*)(:\*)?$`
|
|
12
12
|
*/
|
|
13
13
|
CloudWatchLogGroupArn?: string;
|
|
14
14
|
/**
|
|
15
15
|
* The ARN of an AWS storage resource's location.
|
|
16
16
|
* @maxLength `128`
|
|
17
|
-
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
|
|
17
|
+
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
|
|
18
18
|
*/
|
|
19
19
|
DestinationLocationArn: string;
|
|
20
20
|
/**
|
|
@@ -49,7 +49,7 @@ export type DataSyncTaskProperties = {
|
|
|
49
49
|
/**
|
|
50
50
|
* The ARN of the source location for the task.
|
|
51
51
|
* @maxLength `128`
|
|
52
|
-
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
|
|
52
|
+
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
|
|
53
53
|
*/
|
|
54
54
|
SourceLocationArn: string;
|
|
55
55
|
/**
|
|
@@ -88,7 +88,7 @@ export type DataSyncTaskAttributes = {
|
|
|
88
88
|
/**
|
|
89
89
|
* The ARN of the task.
|
|
90
90
|
* @maxLength `128`
|
|
91
|
-
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$`
|
|
91
|
+
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$`
|
|
92
92
|
*/
|
|
93
93
|
TaskArn: string;
|
|
94
94
|
};
|
|
@@ -144,7 +144,7 @@ export type ManifestConfigSourceS3 = {
|
|
|
144
144
|
/**
|
|
145
145
|
* Specifies the AWS Identity and Access Management (IAM) role that allows DataSync to access your manifest.
|
|
146
146
|
* @maxLength `2048`
|
|
147
|
-
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
|
|
147
|
+
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
|
|
148
148
|
*/
|
|
149
149
|
BucketAccessRoleArn?: string;
|
|
150
150
|
/**
|
|
@@ -162,7 +162,7 @@ export type ManifestConfigSourceS3 = {
|
|
|
162
162
|
/**
|
|
163
163
|
* Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
|
|
164
164
|
* @maxLength `156`
|
|
165
|
-
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$`
|
|
165
|
+
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$`
|
|
166
166
|
*/
|
|
167
167
|
S3BucketArn?: string;
|
|
168
168
|
};
|
|
@@ -333,13 +333,13 @@ export type TaskReportConfigDestinationS3 = {
|
|
|
333
333
|
/**
|
|
334
334
|
* Specifies the Amazon Resource Name (ARN) of the IAM policy that allows Datasync to upload a task report to your S3 bucket.
|
|
335
335
|
* @maxLength `2048`
|
|
336
|
-
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
|
|
336
|
+
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
|
|
337
337
|
*/
|
|
338
338
|
BucketAccessRoleArn?: string;
|
|
339
339
|
/**
|
|
340
340
|
* Specifies the ARN of the S3 bucket where Datasync uploads your report.
|
|
341
341
|
* @maxLength `156`
|
|
342
|
-
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$`
|
|
342
|
+
* @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$`
|
|
343
343
|
*/
|
|
344
344
|
S3BucketArn?: string;
|
|
345
345
|
/**
|
package/lib/AWS-EC2-Volume.d.ts
CHANGED
|
@@ -2,33 +2,39 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
|
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
4
|
* Resource type definition for `AWS::EC2::Volume`.
|
|
5
|
-
* Specifies an Amazon Elastic Block Store (Amazon EBS) volume.
|
|
6
|
-
|
|
7
|
-
Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
|
|
8
|
-
Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
|
|
5
|
+
* Specifies an Amazon Elastic Block Store (Amazon EBS) volume. You can create an empty volume, a volume from a snapshot, or a volume copy from an existing source volume.
|
|
6
|
+
+ When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time. Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
|
|
9
7
|
+ You successfully update an Amazon EBS volume and the update succeeds. When you attempt another update within the cooldown window, that update will be subject to a cooldown period.
|
|
10
8
|
+ You successfully update an Amazon EBS volume and the update succeeds but another change in your ``update-stack`` call fails. The rollback will be subject to a cooldown period.
|
|
11
9
|
|
|
12
10
|
For more information, see [Requirements for EBS volume modifications](https://docs.aws.amazon.com/ebs/latest/userguide/modify-volume-requirements.html).
|
|
13
|
-
|
|
11
|
+
+ Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
|
|
12
|
+
|
|
13
|
+
*DeletionPolicy attribute*
|
|
14
14
|
To control how CFNlong handles the volume when the stack is deleted, set a deletion policy for your volume. You can choose to retain the volume, to delete the volume, or to create a snapshot of the volume. For more information, see [DeletionPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html).
|
|
15
15
|
If you set a deletion policy that creates a snapshot, all tags on the volume are included in the snapshot.
|
|
16
16
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html}
|
|
17
17
|
*/
|
|
18
18
|
export type EC2VolumeProperties = {
|
|
19
19
|
/**
|
|
20
|
-
* Indicates whether the volume is auto-enabled for I/O operations. By default,
|
|
20
|
+
* Indicates whether the volume is auto-enabled for I/O operations. By default, EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
|
|
21
21
|
*/
|
|
22
22
|
AutoEnableIO?: boolean;
|
|
23
23
|
/**
|
|
24
24
|
* The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
|
|
25
25
|
Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
|
|
26
|
+
If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
|
|
26
27
|
*/
|
|
27
28
|
AvailabilityZone?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The ID of the Availability Zone in which to create the volume. For example, ``use1-az1``.
|
|
31
|
+
Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
|
|
32
|
+
If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
|
|
33
|
+
*/
|
|
28
34
|
AvailabilityZoneId?: string;
|
|
29
35
|
/**
|
|
30
|
-
* Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new or from
|
|
31
|
-
|
|
36
|
+
* Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new, from a snapshot, or from an existing volume), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
|
|
37
|
+
If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
|
|
32
38
|
*/
|
|
33
39
|
Encrypted?: boolean;
|
|
34
40
|
/**
|
|
@@ -49,6 +55,8 @@ export type EC2VolumeProperties = {
|
|
|
49
55
|
+ Key alias. Specify the alias for the key, prefixed with ``alias/``. For example, for a key with the alias ``my_cmk``, use ``alias/my_cmk``. Or to specify the aws-managed-key, use ``alias/aws/ebs``.
|
|
50
56
|
+ Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
|
51
57
|
+ Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
|
58
|
+
|
|
59
|
+
If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
|
|
52
60
|
*/
|
|
53
61
|
KmsKeyId?: string;
|
|
54
62
|
/**
|
|
@@ -57,12 +65,16 @@ export type EC2VolumeProperties = {
|
|
|
57
65
|
*/
|
|
58
66
|
MultiAttachEnabled?: boolean;
|
|
59
67
|
/**
|
|
60
|
-
|
|
61
|
-
|
|
68
|
+
* The Amazon Resource Name (ARN) of the Outpost on which to create the volume.
|
|
69
|
+
If you intend to use a volume with an instance running on an outpost, then you must create the volume on the same outpost as the instance. You can't use a volume created in an AWS Region with an instance on an AWS outpost, or the other way around.
|
|
70
|
+
*/
|
|
62
71
|
OutpostArn?: string;
|
|
63
72
|
/**
|
|
64
|
-
* The size of the volume, in GiBs.
|
|
65
|
-
|
|
73
|
+
* The size of the volume, in GiBs.
|
|
74
|
+
+ Required for new empty volumes.
|
|
75
|
+
+ Optional for volumes created from snapshots and volume copies. In this case, the size defaults to the size of the snapshot or source volume. You can optionally specify a size that is equal to or larger than the size of the source snapshot or volume.
|
|
76
|
+
|
|
77
|
+
Supported volume sizes:
|
|
66
78
|
+ gp2: ``1 - 16,384`` GiB
|
|
67
79
|
+ gp3: ``1 - 65,536`` GiB
|
|
68
80
|
+ io1: ``4 - 16,384`` GiB
|
|
@@ -72,9 +84,12 @@ export type EC2VolumeProperties = {
|
|
|
72
84
|
*/
|
|
73
85
|
Size?: number;
|
|
74
86
|
/**
|
|
75
|
-
* The snapshot from which to create the volume.
|
|
87
|
+
* The snapshot from which to create the volume. Only specify to create a volume from a snapshot. To create a new empty volume, omit this parameter and specify a value for ``Size`` instead. To create a volume copy, omit this parameter and specify ``SourceVolumeId`` instead.
|
|
76
88
|
*/
|
|
77
89
|
SnapshotId?: string;
|
|
90
|
+
/**
|
|
91
|
+
* The ID of the source EBS volume to copy. When specified, the volume is created as an exact copy of the specified volume. Only specify to create a volume copy. To create a new empty volume or to create a volume from a snapshot, omit this parameter,
|
|
92
|
+
*/
|
|
78
93
|
SourceVolumeId?: string;
|
|
79
94
|
/**
|
|
80
95
|
* The tags to apply to the volume during creation.
|
|
@@ -105,7 +120,8 @@ export type EC2VolumeProperties = {
|
|
|
105
120
|
+ Cold HDD: ``sc1``
|
|
106
121
|
+ Magnetic: ``standard``
|
|
107
122
|
|
|
108
|
-
|
|
123
|
+
Throughput Optimized HDD (``st1``) and Cold HDD (``sc1``) volumes can't be used as boot volumes.
|
|
124
|
+
For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html) in the *Amazon EBS User Guide*.
|
|
109
125
|
Default: ``gp2``
|
|
110
126
|
*/
|
|
111
127
|
VolumeType?: string;
|
|
@@ -134,15 +150,15 @@ export type Tag = {
|
|
|
134
150
|
};
|
|
135
151
|
/**
|
|
136
152
|
* Resource type definition for `AWS::EC2::Volume`.
|
|
137
|
-
* Specifies an Amazon Elastic Block Store (Amazon EBS) volume.
|
|
138
|
-
|
|
139
|
-
Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
|
|
140
|
-
Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
|
|
153
|
+
* Specifies an Amazon Elastic Block Store (Amazon EBS) volume. You can create an empty volume, a volume from a snapshot, or a volume copy from an existing source volume.
|
|
154
|
+
+ When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time. Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
|
|
141
155
|
+ You successfully update an Amazon EBS volume and the update succeeds. When you attempt another update within the cooldown window, that update will be subject to a cooldown period.
|
|
142
156
|
+ You successfully update an Amazon EBS volume and the update succeeds but another change in your ``update-stack`` call fails. The rollback will be subject to a cooldown period.
|
|
143
157
|
|
|
144
158
|
For more information, see [Requirements for EBS volume modifications](https://docs.aws.amazon.com/ebs/latest/userguide/modify-volume-requirements.html).
|
|
145
|
-
|
|
159
|
+
+ Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
|
|
160
|
+
|
|
161
|
+
*DeletionPolicy attribute*
|
|
146
162
|
To control how CFNlong handles the volume when the stack is deleted, set a deletion policy for your volume. You can choose to retain the volume, to delete the volume, or to create a snapshot of the volume. For more information, see [DeletionPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html).
|
|
147
163
|
If you set a deletion policy that creates a snapshot, all tags on the volume are included in the snapshot.
|
|
148
164
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html}
|
package/lib/AWS-EC2-Volume.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
3
|
* Resource type definition for `AWS::EC2::Volume`.
|
|
4
|
-
* Specifies an Amazon Elastic Block Store (Amazon EBS) volume.
|
|
5
|
-
|
|
6
|
-
Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
|
|
7
|
-
Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
|
|
4
|
+
* Specifies an Amazon Elastic Block Store (Amazon EBS) volume. You can create an empty volume, a volume from a snapshot, or a volume copy from an existing source volume.
|
|
5
|
+
+ When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time. Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
|
|
8
6
|
+ You successfully update an Amazon EBS volume and the update succeeds. When you attempt another update within the cooldown window, that update will be subject to a cooldown period.
|
|
9
7
|
+ You successfully update an Amazon EBS volume and the update succeeds but another change in your ``update-stack`` call fails. The rollback will be subject to a cooldown period.
|
|
10
8
|
|
|
11
9
|
For more information, see [Requirements for EBS volume modifications](https://docs.aws.amazon.com/ebs/latest/userguide/modify-volume-requirements.html).
|
|
12
|
-
|
|
10
|
+
+ Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
|
|
11
|
+
|
|
12
|
+
*DeletionPolicy attribute*
|
|
13
13
|
To control how CFNlong handles the volume when the stack is deleted, set a deletion policy for your volume. You can choose to retain the volume, to delete the volume, or to create a snapshot of the volume. For more information, see [DeletionPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html).
|
|
14
14
|
If you set a deletion policy that creates a snapshot, all tags on the volume are included in the snapshot.
|
|
15
15
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html}
|
|
@@ -72,7 +72,7 @@ export type ECRRepositoryCreationTemplateAttributes = {
|
|
|
72
72
|
* Enumerable Strings representing the repository creation scenarios that the template will apply towards.
|
|
73
73
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-appliedforitem.html}
|
|
74
74
|
*/
|
|
75
|
-
export type AppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE";
|
|
75
|
+
export type AppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE" | "CREATE_ON_PUSH";
|
|
76
76
|
/**
|
|
77
77
|
* Type definition for `AWS::ECR::RepositoryCreationTemplate.EncryptionConfiguration`.
|
|
78
78
|
* The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
|
|
@@ -53,6 +53,7 @@ export type BaselineEbsBandwidthMbpsRequest = {
|
|
|
53
53
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html}
|
|
54
54
|
*/
|
|
55
55
|
export type InstanceLaunchTemplate = {
|
|
56
|
+
CapacityOptionType?: "ON_DEMAND" | "SPOT";
|
|
56
57
|
Ec2InstanceProfileArn: string;
|
|
57
58
|
InstanceRequirements?: InstanceRequirementsRequest;
|
|
58
59
|
Monitoring?: ManagedInstancesMonitoringOptions;
|
package/lib/AWS-EMR-Step.d.ts
CHANGED
|
@@ -9,6 +9,10 @@ export type EMRStepProperties = {
|
|
|
9
9
|
* This specifies what action to take when the cluster step fails. Possible values are CANCEL_AND_WAIT and CONTINUE.
|
|
10
10
|
*/
|
|
11
11
|
ActionOnFailure: string;
|
|
12
|
+
/**
|
|
13
|
+
* The KMS key ARN to encrypt the logs published to the given Amazon S3 destination. When omitted, EMR falls back to cluster-level logging behavior.
|
|
14
|
+
*/
|
|
15
|
+
EncryptionKeyArn?: string;
|
|
12
16
|
/**
|
|
13
17
|
* The HadoopJarStepConfig property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.
|
|
14
18
|
*/
|
|
@@ -17,6 +21,10 @@ export type EMRStepProperties = {
|
|
|
17
21
|
* A string that uniquely identifies the cluster (job flow).
|
|
18
22
|
*/
|
|
19
23
|
JobFlowId: string;
|
|
24
|
+
/**
|
|
25
|
+
* The Amazon S3 destination URI for log publishing. When omitted, EMR falls back to cluster-level logging behavior.
|
|
26
|
+
*/
|
|
27
|
+
LogUri?: string;
|
|
20
28
|
/**
|
|
21
29
|
* The name of the cluster step.
|
|
22
30
|
*/
|
package/lib/AWS-Lex-Bot.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
|
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
4
|
* Resource type definition for `AWS::Lex::Bot`.
|
|
5
|
-
* Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
5
|
+
* Resource Type definition for an Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html}
|
|
7
7
|
*/
|
|
8
8
|
export type LexBotProperties = {
|
|
@@ -228,6 +228,8 @@ export type BotLocale = {
|
|
|
228
228
|
* @maxLength `250`
|
|
229
229
|
*/
|
|
230
230
|
SlotTypes?: SlotType[];
|
|
231
|
+
SpeechDetectionSensitivity?: SpeechDetectionSensitivity;
|
|
232
|
+
UnifiedSpeechSettings?: UnifiedSpeechSettings;
|
|
231
233
|
VoiceSettings?: VoiceSettings;
|
|
232
234
|
};
|
|
233
235
|
/**
|
|
@@ -551,7 +553,9 @@ export type GenerativeAISettings = {
|
|
|
551
553
|
};
|
|
552
554
|
RuntimeSettings?: {
|
|
553
555
|
NluImprovementSpecification?: {
|
|
556
|
+
AssistedNluMode?: "Primary" | "Fallback";
|
|
554
557
|
Enabled: boolean;
|
|
558
|
+
IntentDisambiguationSettings?: IntentDisambiguationSettings;
|
|
555
559
|
};
|
|
556
560
|
SlotResolutionImprovementSpecification?: {
|
|
557
561
|
BedrockModelSpecification?: BedrockModelSpecification;
|
|
@@ -644,11 +648,16 @@ export type InputContext = {
|
|
|
644
648
|
export type Intent = {
|
|
645
649
|
BedrockAgentIntentConfiguration?: BedrockAgentIntentConfiguration;
|
|
646
650
|
/**
|
|
647
|
-
*
|
|
651
|
+
* Resource Type definition for the intent.
|
|
648
652
|
* @maxLength `2000`
|
|
649
653
|
*/
|
|
650
654
|
Description?: string;
|
|
651
655
|
DialogCodeHook?: DialogCodeHookSetting;
|
|
656
|
+
/**
|
|
657
|
+
* @minLength `1`
|
|
658
|
+
* @maxLength `100`
|
|
659
|
+
*/
|
|
660
|
+
DisplayName?: string;
|
|
652
661
|
FulfillmentCodeHook?: FulfillmentCodeHookSetting;
|
|
653
662
|
InitialResponseSetting?: InitialResponseSetting;
|
|
654
663
|
/**
|
|
@@ -707,6 +716,23 @@ export type IntentConfirmationSetting = {
|
|
|
707
716
|
IsActive?: boolean;
|
|
708
717
|
PromptSpecification: PromptSpecification;
|
|
709
718
|
};
|
|
719
|
+
/**
|
|
720
|
+
* Type definition for `AWS::Lex::Bot.IntentDisambiguationSettings`.
|
|
721
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentdisambiguationsettings.html}
|
|
722
|
+
*/
|
|
723
|
+
export type IntentDisambiguationSettings = {
|
|
724
|
+
/**
|
|
725
|
+
* @minLength `1`
|
|
726
|
+
* @maxLength `1000`
|
|
727
|
+
*/
|
|
728
|
+
CustomDisambiguationMessage?: string;
|
|
729
|
+
Enabled: boolean;
|
|
730
|
+
/**
|
|
731
|
+
* @min `2`
|
|
732
|
+
* @max `5`
|
|
733
|
+
*/
|
|
734
|
+
MaxDisambiguationIntents?: number;
|
|
735
|
+
};
|
|
710
736
|
/**
|
|
711
737
|
* Type definition for `AWS::Lex::Bot.IntentOverride`.
|
|
712
738
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentoverride.html}
|
|
@@ -1272,9 +1298,15 @@ export type Specifications = {
|
|
|
1272
1298
|
* @maxLength `25`
|
|
1273
1299
|
* @pattern `^((AMAZON\.)[a-zA-Z_]+?|[0-9a-zA-Z]+)$`
|
|
1274
1300
|
*/
|
|
1275
|
-
SlotTypeId
|
|
1301
|
+
SlotTypeId?: string;
|
|
1302
|
+
SlotTypeName?: string;
|
|
1276
1303
|
ValueElicitationSetting: SubSlotValueElicitationSetting;
|
|
1277
1304
|
};
|
|
1305
|
+
/**
|
|
1306
|
+
* Type definition for `AWS::Lex::Bot.SpeechDetectionSensitivity`.
|
|
1307
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-speechdetectionsensitivity.html}
|
|
1308
|
+
*/
|
|
1309
|
+
export type SpeechDetectionSensitivity = "Default" | "HighNoiseTolerance" | "MaximumNoiseTolerance";
|
|
1278
1310
|
/**
|
|
1279
1311
|
* Type definition for `AWS::Lex::Bot.SSMLMessage`.
|
|
1280
1312
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-ssmlmessage.html}
|
|
@@ -1337,7 +1369,8 @@ export type SubSlotTypeComposition = {
|
|
|
1337
1369
|
* @maxLength `25`
|
|
1338
1370
|
* @pattern `^((AMAZON\.)[a-zA-Z_]+?|[0-9a-zA-Z]+)$`
|
|
1339
1371
|
*/
|
|
1340
|
-
SlotTypeId
|
|
1372
|
+
SlotTypeId?: string;
|
|
1373
|
+
SlotTypeName?: string;
|
|
1341
1374
|
};
|
|
1342
1375
|
/**
|
|
1343
1376
|
* Type definition for `AWS::Lex::Bot.SubSlotValueElicitationSetting`.
|
|
@@ -1409,6 +1442,16 @@ export type TextLogSetting = {
|
|
|
1409
1442
|
Destination: TextLogDestination;
|
|
1410
1443
|
Enabled: boolean;
|
|
1411
1444
|
};
|
|
1445
|
+
/**
|
|
1446
|
+
* Type definition for `AWS::Lex::Bot.UnifiedSpeechSettings`.
|
|
1447
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-unifiedspeechsettings.html}
|
|
1448
|
+
*/
|
|
1449
|
+
export type UnifiedSpeechSettings = {
|
|
1450
|
+
SpeechFoundationModel: {
|
|
1451
|
+
ModelArn: string;
|
|
1452
|
+
VoiceId?: string;
|
|
1453
|
+
};
|
|
1454
|
+
};
|
|
1412
1455
|
/**
|
|
1413
1456
|
* Type definition for `AWS::Lex::Bot.VoiceSettings`.
|
|
1414
1457
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-voicesettings.html}
|
|
@@ -1429,7 +1472,7 @@ export type WaitAndContinueSpecification = {
|
|
|
1429
1472
|
};
|
|
1430
1473
|
/**
|
|
1431
1474
|
* Resource type definition for `AWS::Lex::Bot`.
|
|
1432
|
-
* Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
1475
|
+
* Resource Type definition for an Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
1433
1476
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html}
|
|
1434
1477
|
*/
|
|
1435
1478
|
export declare class LexBot extends $Resource<"AWS::Lex::Bot", LexBotProperties, LexBotAttributes> {
|
package/lib/AWS-Lex-Bot.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
3
|
* Resource type definition for `AWS::Lex::Bot`.
|
|
4
|
-
* Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
4
|
+
* Resource Type definition for an Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html}
|
|
6
6
|
*/
|
|
7
7
|
export class LexBot extends $Resource {
|
|
@@ -2,7 +2,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
|
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
4
|
* Resource type definition for `AWS::Lex::BotAlias`.
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for a Bot Alias, which enables you to change the version of a bot without updating applications that use the bot
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-botalias.html}
|
|
7
7
|
*/
|
|
8
8
|
export type LexBotAliasProperties = {
|
|
@@ -62,6 +62,7 @@ export type LexBotAliasProperties = {
|
|
|
62
62
|
*/
|
|
63
63
|
export type LexBotAliasAttributes = {
|
|
64
64
|
/**
|
|
65
|
+
* The Amazon Resource Name (ARN) of the bot alias.
|
|
65
66
|
* @maxLength `1000`
|
|
66
67
|
*/
|
|
67
68
|
Arn: string;
|
|
@@ -267,7 +268,7 @@ export type TextLogSetting = {
|
|
|
267
268
|
};
|
|
268
269
|
/**
|
|
269
270
|
* Resource type definition for `AWS::Lex::BotAlias`.
|
|
270
|
-
*
|
|
271
|
+
* Resource Type definition for a Bot Alias, which enables you to change the version of a bot without updating applications that use the bot
|
|
271
272
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-botalias.html}
|
|
272
273
|
*/
|
|
273
274
|
export declare class LexBotAlias extends $Resource<"AWS::Lex::BotAlias", LexBotAliasProperties, LexBotAliasAttributes> {
|
package/lib/AWS-Lex-BotAlias.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
3
|
* Resource type definition for `AWS::Lex::BotAlias`.
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for a Bot Alias, which enables you to change the version of a bot without updating applications that use the bot
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-botalias.html}
|
|
6
6
|
*/
|
|
7
7
|
export class LexBotAlias extends $Resource {
|
|
@@ -1696,7 +1696,7 @@ export type DashboardVersionDefinition = {
|
|
|
1696
1696
|
Options?: AssetOptions;
|
|
1697
1697
|
/**
|
|
1698
1698
|
* @minLength `0`
|
|
1699
|
-
* @maxLength `
|
|
1699
|
+
* @maxLength `400`
|
|
1700
1700
|
*/
|
|
1701
1701
|
ParameterDeclarations?: ParameterDeclaration[];
|
|
1702
1702
|
/**
|
|
@@ -3106,6 +3106,11 @@ export type FreeFormLayoutConfiguration = {
|
|
|
3106
3106
|
*/
|
|
3107
3107
|
export type FreeFormLayoutElement = {
|
|
3108
3108
|
BackgroundStyle?: FreeFormLayoutElementBackgroundStyle;
|
|
3109
|
+
/**
|
|
3110
|
+
* @minLength `0`
|
|
3111
|
+
* @maxLength `50`
|
|
3112
|
+
*/
|
|
3113
|
+
BorderRadius?: string;
|
|
3109
3114
|
BorderStyle?: FreeFormLayoutElementBorderStyle;
|
|
3110
3115
|
/**
|
|
3111
3116
|
* @minLength `1`
|
|
@@ -3119,6 +3124,11 @@ export type FreeFormLayoutElement = {
|
|
|
3119
3124
|
*/
|
|
3120
3125
|
Height: string;
|
|
3121
3126
|
LoadingAnimation?: LoadingAnimation;
|
|
3127
|
+
/**
|
|
3128
|
+
* @minLength `0`
|
|
3129
|
+
* @maxLength `200`
|
|
3130
|
+
*/
|
|
3131
|
+
Padding?: string;
|
|
3122
3132
|
/**
|
|
3123
3133
|
* @minLength `0`
|
|
3124
3134
|
* @maxLength `10000`
|
|
@@ -3160,6 +3170,12 @@ export type FreeFormLayoutElementBorderStyle = {
|
|
|
3160
3170
|
*/
|
|
3161
3171
|
Color?: string;
|
|
3162
3172
|
Visibility?: Visibility;
|
|
3173
|
+
/**
|
|
3174
|
+
* String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
|
|
3175
|
+
* @minLength `0`
|
|
3176
|
+
* @maxLength `50`
|
|
3177
|
+
*/
|
|
3178
|
+
Width?: string;
|
|
3163
3179
|
};
|
|
3164
3180
|
/**
|
|
3165
3181
|
* Type definition for `AWS::QuickSight::Dashboard.FreeFormLayoutScreenCanvasSizeOptions`.
|
|
@@ -3920,6 +3936,13 @@ export type GridLayoutConfiguration = {
|
|
|
3920
3936
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html}
|
|
3921
3937
|
*/
|
|
3922
3938
|
export type GridLayoutElement = {
|
|
3939
|
+
BackgroundStyle?: GridLayoutElementBackgroundStyle;
|
|
3940
|
+
/**
|
|
3941
|
+
* @minLength `0`
|
|
3942
|
+
* @maxLength `50`
|
|
3943
|
+
*/
|
|
3944
|
+
BorderRadius?: string;
|
|
3945
|
+
BorderStyle?: GridLayoutElementBorderStyle;
|
|
3923
3946
|
/**
|
|
3924
3947
|
* @min `0`
|
|
3925
3948
|
* @max `35`
|
|
@@ -3937,6 +3960,12 @@ export type GridLayoutElement = {
|
|
|
3937
3960
|
*/
|
|
3938
3961
|
ElementId: string;
|
|
3939
3962
|
ElementType: LayoutElementType;
|
|
3963
|
+
LoadingAnimation?: LoadingAnimation;
|
|
3964
|
+
/**
|
|
3965
|
+
* @minLength `0`
|
|
3966
|
+
* @maxLength `200`
|
|
3967
|
+
*/
|
|
3968
|
+
Padding?: string;
|
|
3940
3969
|
/**
|
|
3941
3970
|
* @min `0`
|
|
3942
3971
|
* @max `9009`
|
|
@@ -3947,6 +3976,35 @@ export type GridLayoutElement = {
|
|
|
3947
3976
|
* @max `21`
|
|
3948
3977
|
*/
|
|
3949
3978
|
RowSpan: number;
|
|
3979
|
+
SelectedBorderStyle?: GridLayoutElementBorderStyle;
|
|
3980
|
+
};
|
|
3981
|
+
/**
|
|
3982
|
+
* Type definition for `AWS::QuickSight::Dashboard.GridLayoutElementBackgroundStyle`.
|
|
3983
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.html}
|
|
3984
|
+
*/
|
|
3985
|
+
export type GridLayoutElementBackgroundStyle = {
|
|
3986
|
+
/**
|
|
3987
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3988
|
+
*/
|
|
3989
|
+
Color?: string;
|
|
3990
|
+
Visibility?: Visibility;
|
|
3991
|
+
};
|
|
3992
|
+
/**
|
|
3993
|
+
* Type definition for `AWS::QuickSight::Dashboard.GridLayoutElementBorderStyle`.
|
|
3994
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html}
|
|
3995
|
+
*/
|
|
3996
|
+
export type GridLayoutElementBorderStyle = {
|
|
3997
|
+
/**
|
|
3998
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3999
|
+
*/
|
|
4000
|
+
Color?: string;
|
|
4001
|
+
Visibility?: Visibility;
|
|
4002
|
+
/**
|
|
4003
|
+
* String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
|
|
4004
|
+
* @minLength `0`
|
|
4005
|
+
* @maxLength `50`
|
|
4006
|
+
*/
|
|
4007
|
+
Width?: string;
|
|
3950
4008
|
};
|
|
3951
4009
|
/**
|
|
3952
4010
|
* Type definition for `AWS::QuickSight::Dashboard.GridLayoutScreenCanvasSizeOptions`.
|
|
@@ -36,6 +36,7 @@ export type WorkSpacesWebUserSettingsProperties = {
|
|
|
36
36
|
Tags?: Tag[];
|
|
37
37
|
ToolbarConfiguration?: ToolbarConfiguration;
|
|
38
38
|
UploadAllowed: EnabledType;
|
|
39
|
+
WebAuthnAllowed?: EnabledType;
|
|
39
40
|
};
|
|
40
41
|
/**
|
|
41
42
|
* Attribute type definition for `AWS::WorkSpacesWeb::UserSettings`.
|