@propulsionworks/cloudformation 0.1.18 → 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.
- package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +7 -7
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +1 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +3 -3
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +16 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +16 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +75 -10
- package/out/exports/resources.generated/aws-billing-billingview.d.ts +1 -1
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +5 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +3 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +2 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +5 -1
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +0 -1
- package/out/exports/resources.generated/aws-connect-instance.d.ts +5 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +8 -8
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +3 -2
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +1 -1
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +4 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +1 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +6 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +71 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +3 -1
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +3 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +3 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +30 -0
- package/out/exports/resources.generated/aws-lightsail-domain.d.ts +78 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +1 -1
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +44 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +35 -24
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +2 -2
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +11 -13
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +2 -2
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +15 -2
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +5 -1
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +1 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +47 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +21 -12
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +1 -0
- package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +22 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +10 -7
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +39 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +22 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +6 -1
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +6 -1
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +6 -1
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +5 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +6 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +21 -0
- package/out/exports/resources.generated/aws-wisdom-quickresponse.d.ts +19 -7
- package/package.json +1 -1
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Creates a new maintenance configuration or replaces an existing table policy for a table. For more information, see [Adding a table policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-add) in the *Amazon Simple Storage Service User Guide* .
|
|
4
|
+
*
|
|
5
|
+
* - **Permissions** - You must have the `s3tables:PutTablePolicy` permission to use this operation.
|
|
3
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html}
|
|
4
7
|
*/
|
|
5
8
|
export type S3TablesTablePolicy = ResourceDefinitionWithAttributes<"AWS::S3Tables::TablePolicy", S3TablesTablePolicyProps, S3TablesTablePolicyAttribs>;
|
|
6
9
|
/**
|
|
10
|
+
* Creates a new maintenance configuration or replaces an existing table policy for a table. For more information, see [Adding a table policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-add) in the *Amazon Simple Storage Service User Guide* .
|
|
11
|
+
*
|
|
12
|
+
* - **Permissions** - You must have the `s3tables:PutTablePolicy` permission to use this operation.
|
|
7
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html}
|
|
8
14
|
*/
|
|
9
15
|
export type S3TablesTablePolicyProps = {
|
|
@@ -12,6 +18,7 @@ export type S3TablesTablePolicyProps = {
|
|
|
12
18
|
*/
|
|
13
19
|
ResourcePolicy: ResourcePolicy;
|
|
14
20
|
/**
|
|
21
|
+
* The Amazon Resource Name (ARN) of the specified table.
|
|
15
22
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-tablearn}
|
|
16
23
|
*/
|
|
17
24
|
TableARN: string;
|
|
@@ -21,14 +28,17 @@ export type S3TablesTablePolicyProps = {
|
|
|
21
28
|
*/
|
|
22
29
|
export type S3TablesTablePolicyAttribs = {
|
|
23
30
|
/**
|
|
31
|
+
* The namespace that the table belongs to.
|
|
24
32
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-namespace}
|
|
25
33
|
*/
|
|
26
34
|
Namespace: string;
|
|
27
35
|
/**
|
|
36
|
+
* The Amazon Resource Name (ARN) of the specified table bucket.
|
|
28
37
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-tablebucketarn}
|
|
29
38
|
*/
|
|
30
39
|
TableBucketARN: string;
|
|
31
40
|
/**
|
|
41
|
+
* The name for the table.
|
|
32
42
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-tablename}
|
|
33
43
|
*/
|
|
34
44
|
TableName: string;
|
|
@@ -276,6 +276,10 @@ export type CustomFileSystemConfig = {
|
|
|
276
276
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-customfilesystemconfig.html#cfn-sagemaker-domain-customfilesystemconfig-fsxlustrefilesystemconfig}
|
|
277
277
|
*/
|
|
278
278
|
FSxLustreFileSystemConfig?: FSxLustreFileSystemConfig | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-customfilesystemconfig.html#cfn-sagemaker-domain-customfilesystemconfig-s3filesystemconfig}
|
|
281
|
+
*/
|
|
282
|
+
S3FileSystemConfig?: S3FileSystemConfig | undefined;
|
|
279
283
|
};
|
|
280
284
|
/**
|
|
281
285
|
* A custom SageMaker AI image. For more information, see [Bring your own SageMaker AI image](https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html) .
|
|
@@ -731,6 +735,24 @@ export type ResourceSpec = {
|
|
|
731
735
|
*/
|
|
732
736
|
SageMakerImageVersionArn?: string | undefined;
|
|
733
737
|
};
|
|
738
|
+
/**
|
|
739
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-s3filesystemconfig.html}
|
|
740
|
+
*/
|
|
741
|
+
export type S3FileSystemConfig = {
|
|
742
|
+
/**
|
|
743
|
+
* @minLength 0
|
|
744
|
+
* @maxLength 1024
|
|
745
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-s3filesystemconfig.html#cfn-sagemaker-domain-s3filesystemconfig-mountpath}
|
|
746
|
+
*/
|
|
747
|
+
MountPath?: string | undefined;
|
|
748
|
+
/**
|
|
749
|
+
* @minLength 0
|
|
750
|
+
* @maxLength 1024
|
|
751
|
+
* @pattern (s3)://([^/]+)/?(.*)
|
|
752
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-s3filesystemconfig.html#cfn-sagemaker-domain-s3filesystemconfig-s3uri}
|
|
753
|
+
*/
|
|
754
|
+
S3Uri?: string | undefined;
|
|
755
|
+
};
|
|
734
756
|
/**
|
|
735
757
|
* Specifies options when sharing an Amazon SageMaker Studio notebook. These settings are specified as part of `DefaultUserSettings` when the [CreateDomain](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html) API is called, and as part of `UserSettings` when the [CreateUserProfile](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html) API is called.
|
|
736
758
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-sharingsettings.html}
|
|
@@ -123,34 +123,36 @@ export type SageMakerProjectAttribs = {
|
|
|
123
123
|
ProjectStatus: "Pending" | "CreateInProgress" | "CreateCompleted" | "CreateFailed" | "DeleteInProgress" | "DeleteFailed" | "DeleteCompleted";
|
|
124
124
|
};
|
|
125
125
|
/**
|
|
126
|
+
* A key-value pair representing a parameter used in the CloudFormation stack.
|
|
126
127
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfnstackparameter.html}
|
|
127
128
|
*/
|
|
128
129
|
export type CfnStackParameter = {
|
|
129
130
|
/**
|
|
130
|
-
* The
|
|
131
|
+
* The name of the CloudFormation parameter.
|
|
131
132
|
* @minLength 1
|
|
132
133
|
* @maxLength 255
|
|
133
134
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfnstackparameter.html#cfn-sagemaker-project-cfnstackparameter-key}
|
|
134
135
|
*/
|
|
135
136
|
Key: string;
|
|
136
137
|
/**
|
|
137
|
-
* The value of the parameter.
|
|
138
|
+
* The value of the CloudFormation parameter.
|
|
138
139
|
* @maxLength 4096
|
|
139
140
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfnstackparameter.html#cfn-sagemaker-project-cfnstackparameter-value}
|
|
140
141
|
*/
|
|
141
142
|
Value: string;
|
|
142
143
|
};
|
|
143
144
|
/**
|
|
144
|
-
* CloudFormation template provider
|
|
145
|
+
* Details about a CloudFormation template provider configuration and associated provisioning information.
|
|
145
146
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html}
|
|
146
147
|
*/
|
|
147
148
|
export type CfnTemplateProviderDetail = {
|
|
148
149
|
/**
|
|
150
|
+
* An array of CloudFormation stack parameters.
|
|
149
151
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html#cfn-sagemaker-project-cfntemplateproviderdetail-parameters}
|
|
150
152
|
*/
|
|
151
153
|
Parameters?: CfnStackParameter[] | undefined;
|
|
152
154
|
/**
|
|
153
|
-
* The
|
|
155
|
+
* The IAM role used by CloudFormation to create the stack.
|
|
154
156
|
* @minLength 20
|
|
155
157
|
* @maxLength 2048
|
|
156
158
|
* @pattern arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+
|
|
@@ -158,7 +160,7 @@ export type CfnTemplateProviderDetail = {
|
|
|
158
160
|
*/
|
|
159
161
|
RoleARN?: string | undefined;
|
|
160
162
|
/**
|
|
161
|
-
* The
|
|
163
|
+
* The unique identifier of the template within the project.
|
|
162
164
|
* @minLength 1
|
|
163
165
|
* @maxLength 32
|
|
164
166
|
* @pattern (?=.{1,32}$)[a-zA-Z0-9](-*[a-zA-Z0-9])*
|
|
@@ -166,7 +168,7 @@ export type CfnTemplateProviderDetail = {
|
|
|
166
168
|
*/
|
|
167
169
|
TemplateName: string;
|
|
168
170
|
/**
|
|
169
|
-
* The URL of the CloudFormation template.
|
|
171
|
+
* The Amazon S3 URL of the CloudFormation template.
|
|
170
172
|
* @minLength 1
|
|
171
173
|
* @maxLength 1024
|
|
172
174
|
* @pattern (?=.{1,1024}$)(https)://([^/]+)/(.+)
|
|
@@ -196,11 +198,12 @@ export type ProvisioningParameter = {
|
|
|
196
198
|
Value: string;
|
|
197
199
|
};
|
|
198
200
|
/**
|
|
199
|
-
* Details about
|
|
201
|
+
* Details about a template provider configuration and associated provisioning information.
|
|
200
202
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-templateproviderdetail.html}
|
|
201
203
|
*/
|
|
202
204
|
export type TemplateProviderDetail = {
|
|
203
205
|
/**
|
|
206
|
+
* Details about a CloudFormation template provider configuration and associated provisioning information.
|
|
204
207
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-templateproviderdetail.html#cfn-sagemaker-project-templateproviderdetail-cfntemplateproviderdetail}
|
|
205
208
|
*/
|
|
206
209
|
CfnTemplateProviderDetail: CfnTemplateProviderDetail;
|
|
@@ -109,6 +109,10 @@ export type CustomFileSystem = {
|
|
|
109
109
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-customfilesystem.html#cfn-sagemaker-space-customfilesystem-fsxlustrefilesystem}
|
|
110
110
|
*/
|
|
111
111
|
FSxLustreFileSystem?: FSxLustreFileSystem | undefined;
|
|
112
|
+
/**
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-customfilesystem.html#cfn-sagemaker-space-customfilesystem-s3filesystem}
|
|
114
|
+
*/
|
|
115
|
+
S3FileSystem?: S3FileSystem | undefined;
|
|
112
116
|
};
|
|
113
117
|
/**
|
|
114
118
|
* A custom SageMaker AI image. For more information, see [Bring your own SageMaker AI image](https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html) .
|
|
@@ -237,6 +241,11 @@ export type OwnershipSettings = {
|
|
|
237
241
|
*/
|
|
238
242
|
OwnerUserProfileName: string;
|
|
239
243
|
};
|
|
244
|
+
/**
|
|
245
|
+
* The flag to enable/disable remote access for a space.
|
|
246
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-remoteaccess.html}
|
|
247
|
+
*/
|
|
248
|
+
export type RemoteAccess = "ENABLED" | "DISABLED";
|
|
240
249
|
/**
|
|
241
250
|
* Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
|
|
242
251
|
*
|
|
@@ -275,6 +284,18 @@ export type ResourceSpec = {
|
|
|
275
284
|
*/
|
|
276
285
|
SageMakerImageVersionArn?: string | undefined;
|
|
277
286
|
};
|
|
287
|
+
/**
|
|
288
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-s3filesystem.html}
|
|
289
|
+
*/
|
|
290
|
+
export type S3FileSystem = {
|
|
291
|
+
/**
|
|
292
|
+
* @minLength 0
|
|
293
|
+
* @maxLength 1024
|
|
294
|
+
* @pattern (s3)://([^/]+)/?(.*)
|
|
295
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-s3filesystem.html#cfn-sagemaker-space-s3filesystem-s3uri}
|
|
296
|
+
*/
|
|
297
|
+
S3Uri?: string | undefined;
|
|
298
|
+
};
|
|
278
299
|
/**
|
|
279
300
|
* Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications in a space.
|
|
280
301
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spaceapplifecyclemanagement.html}
|
|
@@ -336,6 +357,11 @@ export type SpaceJupyterLabAppSettings = {
|
|
|
336
357
|
*/
|
|
337
358
|
DefaultResourceSpec?: ResourceSpec | undefined;
|
|
338
359
|
};
|
|
360
|
+
/**
|
|
361
|
+
* The flag to enable/disable creation of space managed resources.
|
|
362
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacemanagedresources.html}
|
|
363
|
+
*/
|
|
364
|
+
export type SpaceManagedResources = "ENABLED" | "DISABLED";
|
|
339
365
|
/**
|
|
340
366
|
* A collection of space settings.
|
|
341
367
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html}
|
|
@@ -373,6 +399,19 @@ export type SpaceSettings = {
|
|
|
373
399
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html#cfn-sagemaker-space-spacesettings-kernelgatewayappsettings}
|
|
374
400
|
*/
|
|
375
401
|
KernelGatewayAppSettings?: KernelGatewayAppSettings | undefined;
|
|
402
|
+
/**
|
|
403
|
+
* A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.
|
|
404
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html#cfn-sagemaker-space-spacesettings-remoteaccess}
|
|
405
|
+
*/
|
|
406
|
+
RemoteAccess?: RemoteAccess | undefined;
|
|
407
|
+
/**
|
|
408
|
+
* If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:
|
|
409
|
+
*
|
|
410
|
+
* - The user profile that possesses the space.
|
|
411
|
+
* - The app that the space contains.
|
|
412
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html#cfn-sagemaker-space-spacesettings-spacemanagedresources}
|
|
413
|
+
*/
|
|
414
|
+
SpaceManagedResources?: SpaceManagedResources | undefined;
|
|
376
415
|
/**
|
|
377
416
|
* The storage settings for a space.
|
|
378
417
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html#cfn-sagemaker-space-spacesettings-spacestoragesettings}
|
|
@@ -150,6 +150,10 @@ export type CustomFileSystemConfig = {
|
|
|
150
150
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-customfilesystemconfig.html#cfn-sagemaker-userprofile-customfilesystemconfig-fsxlustrefilesystemconfig}
|
|
151
151
|
*/
|
|
152
152
|
FSxLustreFileSystemConfig?: FSxLustreFileSystemConfig | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-customfilesystemconfig.html#cfn-sagemaker-userprofile-customfilesystemconfig-s3filesystemconfig}
|
|
155
|
+
*/
|
|
156
|
+
S3FileSystemConfig?: S3FileSystemConfig | undefined;
|
|
153
157
|
};
|
|
154
158
|
/**
|
|
155
159
|
* A custom SageMaker AI image. For more information, see [Bring your own SageMaker AI image](https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html) .
|
|
@@ -460,6 +464,24 @@ export type ResourceSpec = {
|
|
|
460
464
|
*/
|
|
461
465
|
SageMakerImageVersionArn?: string | undefined;
|
|
462
466
|
};
|
|
467
|
+
/**
|
|
468
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-s3filesystemconfig.html}
|
|
469
|
+
*/
|
|
470
|
+
export type S3FileSystemConfig = {
|
|
471
|
+
/**
|
|
472
|
+
* @minLength 0
|
|
473
|
+
* @maxLength 1024
|
|
474
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-s3filesystemconfig.html#cfn-sagemaker-userprofile-s3filesystemconfig-mountpath}
|
|
475
|
+
*/
|
|
476
|
+
MountPath?: string | undefined;
|
|
477
|
+
/**
|
|
478
|
+
* @minLength 0
|
|
479
|
+
* @maxLength 1024
|
|
480
|
+
* @pattern (s3)://([^/]+)/?(.*)
|
|
481
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-s3filesystemconfig.html#cfn-sagemaker-userprofile-s3filesystemconfig-s3uri}
|
|
482
|
+
*/
|
|
483
|
+
S3Uri?: string | undefined;
|
|
484
|
+
};
|
|
463
485
|
/**
|
|
464
486
|
* Specifies options when sharing an Amazon SageMaker Studio notebook. These settings are specified as part of `DefaultUserSettings` when the [CreateDomain](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html) API is called, and as part of `UserSettings` when the [CreateUserProfile](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html) API is called.
|
|
465
487
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-sharingsettings.html}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ResourceDefinition } from "../main.ts";
|
|
1
|
+
import type { ResourceDefinition, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see [Using Amazon SES Configuration Sets](https://docs.aws.amazon.com/ses/latest/dg/using-configuration-sets.html) in the [Amazon SES Developer Guide](https://docs.aws.amazon.com/ses/latest/dg/) .
|
|
4
4
|
*
|
|
@@ -64,6 +64,11 @@ export type SESConfigurationSetProps = {
|
|
|
64
64
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-suppressionoptions}
|
|
65
65
|
*/
|
|
66
66
|
SuppressionOptions?: SuppressionOptions | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* The tags (keys and values) associated with the contact list.
|
|
69
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-tags}
|
|
70
|
+
*/
|
|
71
|
+
Tags?: Tag[] | undefined;
|
|
67
72
|
/**
|
|
68
73
|
* An object that defines the open and click tracking options for emails that you send using the configuration set.
|
|
69
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-trackingoptions}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ResourceDefinition } from "../main.ts";
|
|
1
|
+
import type { ResourceDefinition, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your AWS account . You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
|
|
4
4
|
*
|
|
@@ -34,5 +34,10 @@ export type SESDedicatedIpPoolProps = {
|
|
|
34
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html#cfn-ses-dedicatedippool-scalingmode}
|
|
35
35
|
*/
|
|
36
36
|
ScalingMode?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* The tags (keys and values) associated with the dedicated IP pool.
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html#cfn-ses-dedicatedippool-tags}
|
|
40
|
+
*/
|
|
41
|
+
Tags?: Tag[] | undefined;
|
|
37
42
|
};
|
|
38
43
|
//# sourceMappingURL=aws-ses-dedicatedippool.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* Specifies an identity for using within SES. An identity is an email address or domain that you use when you send email. Before you can use an identity to send email, you first have to verify it. By verifying an identity, you demonstrate that you're the owner of the identity, and that you've given Amazon SES API v2 permission to send email from the identity.
|
|
4
4
|
*
|
|
@@ -53,6 +53,11 @@ export type SESEmailIdentityProps = {
|
|
|
53
53
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html#cfn-ses-emailidentity-mailfromattributes}
|
|
54
54
|
*/
|
|
55
55
|
MailFromAttributes?: MailFromAttributes | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* The tags (keys and values) associated with the email identity.
|
|
58
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html#cfn-ses-emailidentity-tags}
|
|
59
|
+
*/
|
|
60
|
+
Tags?: Tag[] | undefined;
|
|
56
61
|
};
|
|
57
62
|
/**
|
|
58
63
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html#aws-resource-ses-emailidentity-return-values}
|
|
@@ -37,6 +37,11 @@ export type SSMPatchBaselineProps = {
|
|
|
37
37
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity}
|
|
38
38
|
*/
|
|
39
39
|
ApprovedPatchesEnableNonSecurity?: boolean | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* The compliance status for vendor recommended security updates that are not approved by this patch baseline.
|
|
42
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-availablesecurityupdatescompliancestatus}
|
|
43
|
+
*/
|
|
44
|
+
AvailableSecurityUpdatesComplianceStatus?: "NON_COMPLIANT" | "COMPLIANT" | undefined;
|
|
40
45
|
/**
|
|
41
46
|
* Indicates whether this is the default baseline. AWS Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.
|
|
42
47
|
* @default false
|
|
@@ -70,6 +70,12 @@ export type TransferServerProps = {
|
|
|
70
70
|
*/
|
|
71
71
|
IdentityProviderType?: IdentityProviderType | undefined;
|
|
72
72
|
/**
|
|
73
|
+
* Specifies whether to use IPv4 only, or to use dual-stack (IPv4 and IPv6) for your AWS Transfer Family endpoint. The default value is `IPV4` .
|
|
74
|
+
*
|
|
75
|
+
* > The `IpAddressType` parameter has the following limitations:
|
|
76
|
+
* >
|
|
77
|
+
* > - It cannot be changed while the server is online. You must stop the server before modifying this parameter.
|
|
78
|
+
* > - It cannot be updated to `DUALSTACK` if the server has `AddressAllocationIds` specified. > When using `DUALSTACK` as the `IpAddressType` , you cannot set the `AddressAllocationIds` parameter for the [EndpointDetails](https://docs.aws.amazon.com/transfer/latest/APIReference/API_EndpointDetails.html) for the server.
|
|
73
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-ipaddresstype}
|
|
74
80
|
*/
|
|
75
81
|
IpAddressType?: IpAddressType | undefined;
|
|
@@ -50,6 +50,11 @@ export type WisdomMessageTemplateProps = {
|
|
|
50
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-messagetemplate.html#cfn-wisdom-messagetemplate-language}
|
|
51
51
|
*/
|
|
52
52
|
Language?: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* List of message template attachments
|
|
55
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-messagetemplate.html#cfn-wisdom-messagetemplate-messagetemplateattachments}
|
|
56
|
+
*/
|
|
57
|
+
MessageTemplateAttachments?: MessageTemplateAttachment[] | undefined;
|
|
53
58
|
/**
|
|
54
59
|
* The name of the message template.
|
|
55
60
|
* @minLength 1
|
|
@@ -634,6 +639,22 @@ export type GroupingConfiguration = {
|
|
|
634
639
|
*/
|
|
635
640
|
Values: string[];
|
|
636
641
|
};
|
|
642
|
+
/**
|
|
643
|
+
* Information about the message template attachment.
|
|
644
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-messagetemplateattachment.html}
|
|
645
|
+
*/
|
|
646
|
+
export type MessageTemplateAttachment = {
|
|
647
|
+
/**
|
|
648
|
+
* The name of the attachment file being uploaded. The name should include the file extension.
|
|
649
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-messagetemplateattachment.html#cfn-wisdom-messagetemplate-messagetemplateattachment-attachmentname}
|
|
650
|
+
*/
|
|
651
|
+
AttachmentName: string;
|
|
652
|
+
/**
|
|
653
|
+
* The S3 Presigned URL for the attachment file. When generating the PreSignedUrl, please ensure that the expires-in time is set to 30 minutes. The URL can be generated through the AWS Console or through the AWS CLI (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html).
|
|
654
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-messagetemplateattachment.html#cfn-wisdom-messagetemplate-messagetemplateattachment-s3presignedurl}
|
|
655
|
+
*/
|
|
656
|
+
S3PresignedUrl: string;
|
|
657
|
+
};
|
|
637
658
|
/**
|
|
638
659
|
* The attributes that are used with the message template.
|
|
639
660
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-messagetemplateattributes.html}
|
|
@@ -1,25 +1,29 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Creates an Amazon Q in Connect quick response.
|
|
3
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html}
|
|
4
5
|
*/
|
|
5
6
|
export type WisdomQuickResponse = ResourceDefinitionWithAttributes<"AWS::Wisdom::QuickResponse", WisdomQuickResponseProps, WisdomQuickResponseAttribs>;
|
|
6
7
|
/**
|
|
8
|
+
* Creates an Amazon Q in Connect quick response.
|
|
7
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html}
|
|
8
10
|
*/
|
|
9
11
|
export type WisdomQuickResponseProps = {
|
|
10
12
|
/**
|
|
11
|
-
* The Amazon Connect contact channels this quick response applies to.
|
|
13
|
+
* The Amazon Connect contact channels this quick response applies to. The supported contact channel types include `Chat` .
|
|
12
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-channels}
|
|
13
15
|
*/
|
|
14
16
|
Channels?: ChannelType[] | undefined;
|
|
15
17
|
/**
|
|
18
|
+
* The content of the quick response.
|
|
16
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-content}
|
|
17
20
|
*/
|
|
18
21
|
Content: QuickResponseContentProvider;
|
|
19
22
|
/**
|
|
20
23
|
* The media type of the quick response content.
|
|
21
|
-
*
|
|
22
|
-
* - Use application/x.quickresponse;format=
|
|
24
|
+
*
|
|
25
|
+
* - Use `application/x.quickresponse;format=plain` for quick response written in plain text.
|
|
26
|
+
* - Use `application/x.quickresponse;format=markdown` for quick response written in richtext.
|
|
23
27
|
* @pattern ^(application/x\.quickresponse;format=(plain|markdown))$
|
|
24
28
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-contenttype}
|
|
25
29
|
*/
|
|
@@ -32,6 +36,7 @@ export type WisdomQuickResponseProps = {
|
|
|
32
36
|
*/
|
|
33
37
|
Description?: string | undefined;
|
|
34
38
|
/**
|
|
39
|
+
* The configuration information of the user groups that the quick response is accessible to.
|
|
35
40
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-groupingconfiguration}
|
|
36
41
|
*/
|
|
37
42
|
GroupingConfiguration?: GroupingConfiguration | undefined;
|
|
@@ -47,7 +52,7 @@ export type WisdomQuickResponseProps = {
|
|
|
47
52
|
*/
|
|
48
53
|
KnowledgeBaseArn: string;
|
|
49
54
|
/**
|
|
50
|
-
* The language code value for the language in which the quick response is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
|
|
55
|
+
* The language code value for the language in which the quick response is written. The supported language codes include `de_DE` , `en_US` , `es_ES` , `fr_FR` , `id_ID` , `it_IT` , `ja_JP` , `ko_KR` , `pt_BR` , `zh_CN` , `zh_TW`
|
|
51
56
|
* @minLength 2
|
|
52
57
|
* @maxLength 5
|
|
53
58
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-language}
|
|
@@ -68,7 +73,7 @@ export type WisdomQuickResponseProps = {
|
|
|
68
73
|
*/
|
|
69
74
|
ShortcutKey?: string | undefined;
|
|
70
75
|
/**
|
|
71
|
-
*
|
|
76
|
+
* The tags used to organize, track, or control access for this resource.
|
|
72
77
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-tags}
|
|
73
78
|
*/
|
|
74
79
|
Tags?: Tag[] | undefined;
|
|
@@ -90,6 +95,7 @@ export type WisdomQuickResponseAttribs = {
|
|
|
90
95
|
*/
|
|
91
96
|
QuickResponseId: string;
|
|
92
97
|
/**
|
|
98
|
+
* The status of the quick response data.
|
|
93
99
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-status}
|
|
94
100
|
*/
|
|
95
101
|
Status: Status;
|
|
@@ -99,12 +105,16 @@ export type WisdomQuickResponseAttribs = {
|
|
|
99
105
|
*/
|
|
100
106
|
export type ChannelType = "Chat" | "Email";
|
|
101
107
|
/**
|
|
102
|
-
* The configuration information of the
|
|
108
|
+
* The configuration information of the grouping of Amazon Q in Connect users.
|
|
103
109
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-groupingconfiguration.html}
|
|
104
110
|
*/
|
|
105
111
|
export type GroupingConfiguration = {
|
|
106
112
|
/**
|
|
107
113
|
* The criteria used for grouping Amazon Q in Connect users.
|
|
114
|
+
*
|
|
115
|
+
* The following is the list of supported criteria values.
|
|
116
|
+
*
|
|
117
|
+
* - `RoutingProfileArn` : Grouping the users by their [Amazon Connect routing profile ARN](https://docs.aws.amazon.com/connect/latest/APIReference/API_RoutingProfile.html) . User should have [SearchRoutingProfile](https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchRoutingProfiles.html) and [DescribeRoutingProfile](https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeRoutingProfile.html) permissions when setting criteria to this value.
|
|
108
118
|
* @minLength 1
|
|
109
119
|
* @maxLength 100
|
|
110
120
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-groupingconfiguration.html#cfn-wisdom-quickresponse-groupingconfiguration-criteria}
|
|
@@ -112,12 +122,14 @@ export type GroupingConfiguration = {
|
|
|
112
122
|
Criteria: string;
|
|
113
123
|
/**
|
|
114
124
|
* The list of values that define different groups of Amazon Q in Connect users.
|
|
125
|
+
*
|
|
126
|
+
* - When setting `criteria` to `RoutingProfileArn` , you need to provide a list of ARNs of [Amazon Connect routing profiles](https://docs.aws.amazon.com/connect/latest/APIReference/API_RoutingProfile.html) as values of this parameter.
|
|
115
127
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-groupingconfiguration.html#cfn-wisdom-quickresponse-groupingconfiguration-values}
|
|
116
128
|
*/
|
|
117
129
|
Values: string[];
|
|
118
130
|
};
|
|
119
131
|
/**
|
|
120
|
-
* The container
|
|
132
|
+
* The container quick response content.
|
|
121
133
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-quickresponsecontentprovider.html}
|
|
122
134
|
*/
|
|
123
135
|
export type QuickResponseContentProvider = {
|