@propulsionworks/cloudformation 0.1.17 → 0.1.18
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 +25 -28
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +4 -4
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +0 -1
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +16 -16
- package/out/exports/resources.generated/aws-billing-billingview.d.ts +94 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +1 -1
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +2 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +19 -8
- package/out/exports/resources.generated/aws-connect-instance.d.ts +20 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +2 -5
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +8 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +2 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +137 -7
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +14 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +4 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +4 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +9 -3
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +50 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +3 -3
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +1 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +1 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +221 -18
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +7 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +11 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +103 -3
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +5 -1
- package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +41 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +8 -2
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +1 -1
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +111 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +4 -2
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +6 -6
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +5 -7
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +12 -2
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +7 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +16 -2
- package/out/exports/resources.generated/aws-wisdom-quickresponse.d.ts +137 -0
- package/package.json +1 -1
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html}
|
|
4
|
+
*/
|
|
5
|
+
export type S3TablesTablePolicy = ResourceDefinitionWithAttributes<"AWS::S3Tables::TablePolicy", S3TablesTablePolicyProps, S3TablesTablePolicyAttribs>;
|
|
6
|
+
/**
|
|
7
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html}
|
|
8
|
+
*/
|
|
9
|
+
export type S3TablesTablePolicyProps = {
|
|
10
|
+
/**
|
|
11
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-resourcepolicy}
|
|
12
|
+
*/
|
|
13
|
+
ResourcePolicy: ResourcePolicy;
|
|
14
|
+
/**
|
|
15
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-tablearn}
|
|
16
|
+
*/
|
|
17
|
+
TableARN: string;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#aws-resource-s3tables-tablepolicy-return-values}
|
|
21
|
+
*/
|
|
22
|
+
export type S3TablesTablePolicyAttribs = {
|
|
23
|
+
/**
|
|
24
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-namespace}
|
|
25
|
+
*/
|
|
26
|
+
Namespace: string;
|
|
27
|
+
/**
|
|
28
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-tablebucketarn}
|
|
29
|
+
*/
|
|
30
|
+
TableBucketARN: string;
|
|
31
|
+
/**
|
|
32
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-tablename}
|
|
33
|
+
*/
|
|
34
|
+
TableName: string;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* A policy document containing permissions to add to the specified table. In IAM, you must provide policy documents in JSON format. However, in CloudFormation you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to IAM.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablepolicy-resourcepolicy.html}
|
|
39
|
+
*/
|
|
40
|
+
export type ResourcePolicy = Record<string, unknown> | string;
|
|
41
|
+
//# sourceMappingURL=aws-s3tables-tablepolicy.d.ts.map
|
|
@@ -116,7 +116,7 @@ export type SageMakerDomainProps = {
|
|
|
116
116
|
* *Pattern* : `[-0-9a-zA-Z]+`
|
|
117
117
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html#cfn-sagemaker-domain-subnetids}
|
|
118
118
|
*/
|
|
119
|
-
SubnetIds
|
|
119
|
+
SubnetIds?: string[] | undefined;
|
|
120
120
|
/**
|
|
121
121
|
* Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
|
|
122
122
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html#cfn-sagemaker-domain-tagpropagation}
|
|
@@ -141,7 +141,7 @@ export type SageMakerDomainProps = {
|
|
|
141
141
|
* @pattern [-0-9a-zA-Z]+
|
|
142
142
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html#cfn-sagemaker-domain-vpcid}
|
|
143
143
|
*/
|
|
144
|
-
VpcId
|
|
144
|
+
VpcId?: string | undefined;
|
|
145
145
|
};
|
|
146
146
|
/**
|
|
147
147
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html#aws-resource-sagemaker-domain-return-values}
|
|
@@ -831,6 +831,12 @@ export type UnifiedStudioSettings = {
|
|
|
831
831
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-projects3path}
|
|
832
832
|
*/
|
|
833
833
|
ProjectS3Path?: string | undefined;
|
|
834
|
+
/**
|
|
835
|
+
* The ARN of the application managed by SageMaker AI and SageMaker Unified Studio in the AWS IAM Identity Center.
|
|
836
|
+
* @pattern ^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso::[0-9]+:application/[a-zA-Z0-9-_.]+/apl-[a-zA-Z0-9]+$
|
|
837
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-singlesignonapplicationarn}
|
|
838
|
+
*/
|
|
839
|
+
SingleSignOnApplicationArn?: string | undefined;
|
|
834
840
|
/**
|
|
835
841
|
* Sets whether you can access the domain in Amazon SageMaker Studio:
|
|
836
842
|
*
|
|
@@ -782,7 +782,7 @@ export type TrainingMetric = {
|
|
|
782
782
|
Value: number;
|
|
783
783
|
};
|
|
784
784
|
/**
|
|
785
|
-
* Information about the user who created or modified
|
|
785
|
+
* Information about the user who created or modified a SageMaker resource.
|
|
786
786
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-usercontext.html}
|
|
787
787
|
*/
|
|
788
788
|
export type UserContext = {
|
|
@@ -47,6 +47,55 @@ export type SageMakerProjectProps = {
|
|
|
47
47
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-tags}
|
|
48
48
|
*/
|
|
49
49
|
Tags?: Tag[] | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* An array of template providers associated with the project.
|
|
52
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-templateproviderdetails}
|
|
53
|
+
*/
|
|
54
|
+
TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
|
|
55
|
+
} | {
|
|
56
|
+
/**
|
|
57
|
+
* The description of the project.
|
|
58
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-projectdescription}
|
|
59
|
+
*/
|
|
60
|
+
ProjectDescription?: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* The name of the project.
|
|
63
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-projectname}
|
|
64
|
+
*/
|
|
65
|
+
ProjectName: string;
|
|
66
|
+
/**
|
|
67
|
+
* Details of a provisioned service catalog product. For information about service catalog, see [What is AWS Service Catalog](https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html) .
|
|
68
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-servicecatalogprovisionedproductdetails}
|
|
69
|
+
*/
|
|
70
|
+
ServiceCatalogProvisionedProductDetails?: {
|
|
71
|
+
ProvisionedProductId?: string | undefined;
|
|
72
|
+
ProvisionedProductStatusMessage?: string | undefined;
|
|
73
|
+
} | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* The product ID and provisioning artifact ID to provision a service catalog. For information, see [What is AWS Service Catalog](https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html) .
|
|
76
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-servicecatalogprovisioningdetails}
|
|
77
|
+
*/
|
|
78
|
+
ServiceCatalogProvisioningDetails?: {
|
|
79
|
+
PathId?: string | undefined;
|
|
80
|
+
ProductId: string;
|
|
81
|
+
ProvisioningArtifactId?: string | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* Parameters specified by the administrator that are required for provisioning the product.
|
|
84
|
+
*/
|
|
85
|
+
ProvisioningParameters?: ProvisioningParameter[] | undefined;
|
|
86
|
+
} | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* A list of key-value pairs to apply to this resource.
|
|
89
|
+
*
|
|
90
|
+
* For more information, see [Resource Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) and [Using Cost Allocation Tags](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what) in the *AWS Billing and Cost Management User Guide* .
|
|
91
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-tags}
|
|
92
|
+
*/
|
|
93
|
+
Tags?: Tag[] | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* An array of template providers associated with the project.
|
|
96
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-templateproviderdetails}
|
|
97
|
+
*/
|
|
98
|
+
TemplateProviderDetails: TemplateProviderDetail[];
|
|
50
99
|
};
|
|
51
100
|
/**
|
|
52
101
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#aws-resource-sagemaker-project-return-values}
|
|
@@ -73,6 +122,58 @@ export type SageMakerProjectAttribs = {
|
|
|
73
122
|
*/
|
|
74
123
|
ProjectStatus: "Pending" | "CreateInProgress" | "CreateCompleted" | "CreateFailed" | "DeleteInProgress" | "DeleteFailed" | "DeleteCompleted";
|
|
75
124
|
};
|
|
125
|
+
/**
|
|
126
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfnstackparameter.html}
|
|
127
|
+
*/
|
|
128
|
+
export type CfnStackParameter = {
|
|
129
|
+
/**
|
|
130
|
+
* The key of the parameter.
|
|
131
|
+
* @minLength 1
|
|
132
|
+
* @maxLength 255
|
|
133
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfnstackparameter.html#cfn-sagemaker-project-cfnstackparameter-key}
|
|
134
|
+
*/
|
|
135
|
+
Key: string;
|
|
136
|
+
/**
|
|
137
|
+
* The value of the parameter.
|
|
138
|
+
* @maxLength 4096
|
|
139
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfnstackparameter.html#cfn-sagemaker-project-cfnstackparameter-value}
|
|
140
|
+
*/
|
|
141
|
+
Value: string;
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* CloudFormation template provider details for a SageMaker project.
|
|
145
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html}
|
|
146
|
+
*/
|
|
147
|
+
export type CfnTemplateProviderDetail = {
|
|
148
|
+
/**
|
|
149
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html#cfn-sagemaker-project-cfntemplateproviderdetail-parameters}
|
|
150
|
+
*/
|
|
151
|
+
Parameters?: CfnStackParameter[] | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* The Amazon Resource Name (ARN) of the IAM role used by the template provider.
|
|
154
|
+
* @minLength 20
|
|
155
|
+
* @maxLength 2048
|
|
156
|
+
* @pattern arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+
|
|
157
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html#cfn-sagemaker-project-cfntemplateproviderdetail-rolearn}
|
|
158
|
+
*/
|
|
159
|
+
RoleARN?: string | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* The name of the template used for the project.
|
|
162
|
+
* @minLength 1
|
|
163
|
+
* @maxLength 32
|
|
164
|
+
* @pattern (?=.{1,32}$)[a-zA-Z0-9](-*[a-zA-Z0-9])*
|
|
165
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html#cfn-sagemaker-project-cfntemplateproviderdetail-templatename}
|
|
166
|
+
*/
|
|
167
|
+
TemplateName: string;
|
|
168
|
+
/**
|
|
169
|
+
* The URL of the CloudFormation template.
|
|
170
|
+
* @minLength 1
|
|
171
|
+
* @maxLength 1024
|
|
172
|
+
* @pattern (?=.{1,1024}$)(https)://([^/]+)/(.+)
|
|
173
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html#cfn-sagemaker-project-cfntemplateproviderdetail-templateurl}
|
|
174
|
+
*/
|
|
175
|
+
TemplateURL: string;
|
|
176
|
+
};
|
|
76
177
|
/**
|
|
77
178
|
* A key value pair used when you provision a project as a service catalog product. For information, see [What is AWS Service Catalog](https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html) .
|
|
78
179
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-provisioningparameter.html}
|
|
@@ -94,4 +195,14 @@ export type ProvisioningParameter = {
|
|
|
94
195
|
*/
|
|
95
196
|
Value: string;
|
|
96
197
|
};
|
|
198
|
+
/**
|
|
199
|
+
* Details about the template provider for the SageMaker project.
|
|
200
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-templateproviderdetail.html}
|
|
201
|
+
*/
|
|
202
|
+
export type TemplateProviderDetail = {
|
|
203
|
+
/**
|
|
204
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-templateproviderdetail.html#cfn-sagemaker-project-templateproviderdetail-cfntemplateproviderdetail}
|
|
205
|
+
*/
|
|
206
|
+
CfnTemplateProviderDetail: CfnTemplateProviderDetail;
|
|
207
|
+
};
|
|
97
208
|
//# sourceMappingURL=aws-sagemaker-project.d.ts.map
|
|
@@ -51,9 +51,11 @@ export type SSMAssociationProps = {
|
|
|
51
51
|
*/
|
|
52
52
|
DocumentVersion?: string | undefined;
|
|
53
53
|
/**
|
|
54
|
-
* The ID of the instance that the SSM document is associated with. You must specify the `InstanceId` or `Targets` property.
|
|
55
|
-
*
|
|
56
54
|
* > `InstanceId` has been deprecated. To specify an instance ID for an association, use the `Targets` parameter. If you use the parameter `InstanceId` , you cannot use the parameters `AssociationName` , `DocumentVersion` , `MaxErrors` , `MaxConcurrency` , `OutputLocation` , or `ScheduleExpression` . To use these parameters, you must use the `Targets` parameter.
|
|
55
|
+
* >
|
|
56
|
+
* > Note that in some examples later in this page, `InstanceIds` is used as the tag-key name in a `Targets` filter. `InstanceId` is not used as a parameter.
|
|
57
|
+
*
|
|
58
|
+
* The ID of the instance that the SSM document is associated with. You must specify the `InstanceId` or `Targets` property.
|
|
57
59
|
* @pattern (^i-(\w{8}|\w{17})$)|(^mi-\w{17}$)
|
|
58
60
|
* @example "i-0e60836d21cf313c4"
|
|
59
61
|
* @example "mi-0532c22e49636ee13"
|
|
@@ -20,9 +20,9 @@ export type SSMMaintenanceWindowTaskProps = {
|
|
|
20
20
|
*/
|
|
21
21
|
Description?: string | undefined;
|
|
22
22
|
/**
|
|
23
|
-
* Information about an Amazon S3 bucket to write Run Command task-level logs to.
|
|
24
|
-
*
|
|
25
23
|
* > `LoggingInfo` has been deprecated. To specify an Amazon S3 bucket to contain logs for Run Command tasks, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix` options in the `TaskInvocationParameters` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see [AWS ::SSM::MaintenanceWindowTask MaintenanceWindowRunCommandParameters](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html) .
|
|
24
|
+
*
|
|
25
|
+
* Information about an Amazon S3 bucket to write Run Command task-level logs to.
|
|
26
26
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-logginginfo}
|
|
27
27
|
*/
|
|
28
28
|
LoggingInfo?: LoggingInfo | undefined;
|
|
@@ -88,9 +88,9 @@ export type SSMMaintenanceWindowTaskProps = {
|
|
|
88
88
|
*/
|
|
89
89
|
TaskInvocationParameters?: TaskInvocationParameters | undefined;
|
|
90
90
|
/**
|
|
91
|
-
* The parameters to pass to the task when it runs.
|
|
92
|
-
*
|
|
93
91
|
* > `TaskParameters` has been deprecated. To specify parameters to pass to a task when it runs, instead use the `Parameters` option in the `TaskInvocationParameters` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see [MaintenanceWindowTaskInvocationParameters](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_MaintenanceWindowTaskInvocationParameters.html) .
|
|
92
|
+
*
|
|
93
|
+
* The parameters to pass to the task when it runs.
|
|
94
94
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters}
|
|
95
95
|
*/
|
|
96
96
|
TaskParameters?: Record<string, unknown> | undefined;
|
|
@@ -133,11 +133,11 @@ export type CloudWatchOutputConfig = {
|
|
|
133
133
|
CloudWatchOutputEnabled?: boolean | undefined;
|
|
134
134
|
};
|
|
135
135
|
/**
|
|
136
|
+
* > `LoggingInfo` has been deprecated. To specify an Amazon S3 bucket to contain logs, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix` options in the `TaskInvocationParameters` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see [AWS ::SSM::MaintenanceWindowTask MaintenanceWindowRunCommandParameters](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html) .
|
|
137
|
+
*
|
|
136
138
|
* The `LoggingInfo` property type specifies information about the Amazon S3 bucket to write instance-level logs to.
|
|
137
139
|
*
|
|
138
140
|
* `LoggingInfo` is a property of the [AWS::SSM::MaintenanceWindowTask](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html) resource.
|
|
139
|
-
*
|
|
140
|
-
* > `LoggingInfo` has been deprecated. To specify an Amazon S3 bucket to contain logs, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix` options in the `TaskInvocationParameters` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see [AWS ::SSM::MaintenanceWindowTask MaintenanceWindowRunCommandParameters](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html) .
|
|
141
141
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html}
|
|
142
142
|
*/
|
|
143
143
|
export type LoggingInfo = {
|
|
@@ -4,11 +4,9 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
|
4
4
|
*
|
|
5
5
|
* > To create an SSM parameter, you must have the AWS Identity and Access Management ( IAM ) permissions `ssm:PutParameter` and `ssm:AddTagsToResource` . On stack creation, AWS CloudFormation adds the following three tags to the parameter: `aws:cloudformation:stack-name` , `aws:cloudformation:logical-id` , and `aws:cloudformation:stack-id` , in addition to any custom tags you specify.
|
|
6
6
|
* >
|
|
7
|
-
* > To add, update, or remove tags during stack update, you must have IAM permissions for both `ssm:AddTagsToResource` and `ssm:RemoveTagsFromResource` . For more information, see [Managing
|
|
7
|
+
* > To add, update, or remove tags during stack update, you must have IAM permissions for both `ssm:AddTagsToResource` and `ssm:RemoveTagsFromResource` . For more information, see [Managing access using policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *AWS Systems Manager User Guide* .
|
|
8
8
|
*
|
|
9
9
|
* For information about valid values for parameters, see [About requirements and constraints for parameter names](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints) in the *AWS Systems Manager User Guide* and [PutParameter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html) in the *AWS Systems Manager API Reference* .
|
|
10
|
-
*
|
|
11
|
-
* > Parameters of type `SecureString` are not supported by AWS CloudFormation .
|
|
12
10
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html}
|
|
13
11
|
*/
|
|
14
12
|
export type SSMParameter = ResourceDefinitionWithAttributes<"AWS::SSM::Parameter", SSMParameterProps, SSMParameterAttribs>;
|
|
@@ -17,11 +15,9 @@ export type SSMParameter = ResourceDefinitionWithAttributes<"AWS::SSM::Parameter
|
|
|
17
15
|
*
|
|
18
16
|
* > To create an SSM parameter, you must have the AWS Identity and Access Management ( IAM ) permissions `ssm:PutParameter` and `ssm:AddTagsToResource` . On stack creation, AWS CloudFormation adds the following three tags to the parameter: `aws:cloudformation:stack-name` , `aws:cloudformation:logical-id` , and `aws:cloudformation:stack-id` , in addition to any custom tags you specify.
|
|
19
17
|
* >
|
|
20
|
-
* > To add, update, or remove tags during stack update, you must have IAM permissions for both `ssm:AddTagsToResource` and `ssm:RemoveTagsFromResource` . For more information, see [Managing
|
|
18
|
+
* > To add, update, or remove tags during stack update, you must have IAM permissions for both `ssm:AddTagsToResource` and `ssm:RemoveTagsFromResource` . For more information, see [Managing access using policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *AWS Systems Manager User Guide* .
|
|
21
19
|
*
|
|
22
20
|
* For information about valid values for parameters, see [About requirements and constraints for parameter names](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints) in the *AWS Systems Manager User Guide* and [PutParameter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html) in the *AWS Systems Manager API Reference* .
|
|
23
|
-
*
|
|
24
|
-
* > Parameters of type `SecureString` are not supported by AWS CloudFormation .
|
|
25
21
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html}
|
|
26
22
|
*/
|
|
27
23
|
export type SSMParameterProps = {
|
|
@@ -43,7 +39,9 @@ export type SSMParameterProps = {
|
|
|
43
39
|
/**
|
|
44
40
|
* The name of the parameter.
|
|
45
41
|
*
|
|
46
|
-
* > The maximum length
|
|
42
|
+
* > The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for internal use by Systems Manager . The maximum length for a parameter name that you specify is 1011 characters.
|
|
43
|
+
* >
|
|
44
|
+
* > This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011 character maximum for a parameter created in the US East (Ohio) Region: `arn:aws:ssm:us-east-2:111122223333:parameter/` .
|
|
47
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name}
|
|
48
46
|
*/
|
|
49
47
|
Name?: string | undefined;
|
|
@@ -163,7 +163,9 @@ export type PatchFilterGroup = {
|
|
|
163
163
|
*/
|
|
164
164
|
export type PatchSource = {
|
|
165
165
|
/**
|
|
166
|
-
* The value of the
|
|
166
|
+
* The value of the repo configuration.
|
|
167
|
+
*
|
|
168
|
+
* *Example for yum repositories*
|
|
167
169
|
*
|
|
168
170
|
* `[main]`
|
|
169
171
|
*
|
|
@@ -173,7 +175,15 @@ export type PatchSource = {
|
|
|
173
175
|
*
|
|
174
176
|
* `enabled=1`
|
|
175
177
|
*
|
|
176
|
-
*
|
|
178
|
+
* For information about other options available for your yum repository configuration, see [dnf.conf(5)](https://docs.aws.amazon.com/https://man7.org/linux/man-pages/man5/dnf.conf.5.html) on the *man7.org* website.
|
|
179
|
+
*
|
|
180
|
+
* *Examples for Ubuntu Server and Debian Server*
|
|
181
|
+
*
|
|
182
|
+
* `deb http://security.ubuntu.com/ubuntu jammy main`
|
|
183
|
+
*
|
|
184
|
+
* `deb https://site.example.com/debian distribution component1 component2 component3`
|
|
185
|
+
*
|
|
186
|
+
* Repo information for Ubuntu Server repositories must be specifed in a single line. For more examples and information, see [jammy (5) sources.list.5.gz](https://docs.aws.amazon.com/https://manpages.ubuntu.com/manpages/jammy/man5/sources.list.5.html) on the *Ubuntu Server Manuals* website and [sources.list format](https://docs.aws.amazon.com/https://wiki.debian.org/SourcesList#sources.list_format) on the *Debian Wiki* .
|
|
177
187
|
* @minLength 1
|
|
178
188
|
* @maxLength 1024
|
|
179
189
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-patchsource.html#cfn-ssm-patchbaseline-patchsource-configuration}
|
|
@@ -108,6 +108,13 @@ export type TransferConnectorProps = {
|
|
|
108
108
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html#cfn-transfer-connector-sftpconfig}
|
|
109
109
|
*/
|
|
110
110
|
SftpConfig?: {
|
|
111
|
+
/**
|
|
112
|
+
* Specifies the number of active connections that your connector can establish with the remote server at the same time.
|
|
113
|
+
* @min 1
|
|
114
|
+
* @max 5
|
|
115
|
+
* @default 1
|
|
116
|
+
*/
|
|
117
|
+
MaxConcurrentConnections?: number | undefined;
|
|
111
118
|
/**
|
|
112
119
|
* List of public host keys, for the external server to which you are connecting.
|
|
113
120
|
*/
|
|
@@ -69,6 +69,10 @@ export type TransferServerProps = {
|
|
|
69
69
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype}
|
|
70
70
|
*/
|
|
71
71
|
IdentityProviderType?: IdentityProviderType | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-ipaddresstype}
|
|
74
|
+
*/
|
|
75
|
+
IpAddressType?: IpAddressType | undefined;
|
|
72
76
|
/**
|
|
73
77
|
* The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, you can view user activity in your CloudWatch logs.
|
|
74
78
|
* @minLength 0
|
|
@@ -132,7 +136,10 @@ export type TransferServerProps = {
|
|
|
132
136
|
*/
|
|
133
137
|
Protocols?: Protocol[] | undefined;
|
|
134
138
|
/**
|
|
135
|
-
* Specifies whether or not performance for your Amazon S3 directories is optimized.
|
|
139
|
+
* Specifies whether or not performance for your Amazon S3 directories is optimized.
|
|
140
|
+
*
|
|
141
|
+
* - If using the console, this is enabled by default.
|
|
142
|
+
* - If using the API or CLI, this is disabled by default.
|
|
136
143
|
*
|
|
137
144
|
* By default, home directory mappings have a `TYPE` of `DIRECTORY` . If you enable this option, you would then need to explicitly set the `HomeDirectoryMapEntry` `Type` to `FILE` if you want a mapping to have a file target.
|
|
138
145
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-s3storageoptions}
|
|
@@ -335,6 +342,10 @@ export type IdentityProviderDetails = {
|
|
|
335
342
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityprovidertype.html}
|
|
336
343
|
*/
|
|
337
344
|
export type IdentityProviderType = "SERVICE_MANAGED" | "API_GATEWAY" | "AWS_DIRECTORY_SERVICE" | "AWS_LAMBDA";
|
|
345
|
+
/**
|
|
346
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-ipaddresstype.html}
|
|
347
|
+
*/
|
|
348
|
+
export type IpAddressType = "IPV4" | "DUALSTACK";
|
|
338
349
|
/**
|
|
339
350
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocol.html}
|
|
340
351
|
*/
|
|
@@ -400,7 +411,10 @@ export type ProtocolDetails = {
|
|
|
400
411
|
*/
|
|
401
412
|
export type S3StorageOptions = {
|
|
402
413
|
/**
|
|
403
|
-
* Specifies whether or not performance for your Amazon S3 directories is optimized.
|
|
414
|
+
* Specifies whether or not performance for your Amazon S3 directories is optimized.
|
|
415
|
+
*
|
|
416
|
+
* - If using the console, this is enabled by default.
|
|
417
|
+
* - If using the API or CLI, this is disabled by default.
|
|
404
418
|
*
|
|
405
419
|
* By default, home directory mappings have a `TYPE` of `DIRECTORY` . If you enable this option, you would then need to explicitly set the `HomeDirectoryMapEntry` `Type` to `FILE` if you want a mapping to have a file target.
|
|
406
420
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-s3storageoptions.html#cfn-transfer-server-s3storageoptions-directorylistingoptimization}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html}
|
|
4
|
+
*/
|
|
5
|
+
export type WisdomQuickResponse = ResourceDefinitionWithAttributes<"AWS::Wisdom::QuickResponse", WisdomQuickResponseProps, WisdomQuickResponseAttribs>;
|
|
6
|
+
/**
|
|
7
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html}
|
|
8
|
+
*/
|
|
9
|
+
export type WisdomQuickResponseProps = {
|
|
10
|
+
/**
|
|
11
|
+
* The Amazon Connect contact channels this quick response applies to.
|
|
12
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-channels}
|
|
13
|
+
*/
|
|
14
|
+
Channels?: ChannelType[] | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-content}
|
|
17
|
+
*/
|
|
18
|
+
Content: QuickResponseContentProvider;
|
|
19
|
+
/**
|
|
20
|
+
* The media type of the quick response content.
|
|
21
|
+
* - Use application/x.quickresponse;format=plain for quick response written in plain text.
|
|
22
|
+
* - Use application/x.quickresponse;format=markdown for quick response written in richtext.
|
|
23
|
+
* @pattern ^(application/x\.quickresponse;format=(plain|markdown))$
|
|
24
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-contenttype}
|
|
25
|
+
*/
|
|
26
|
+
ContentType?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* The description of the quick response.
|
|
29
|
+
* @minLength 1
|
|
30
|
+
* @maxLength 255
|
|
31
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-description}
|
|
32
|
+
*/
|
|
33
|
+
Description?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-groupingconfiguration}
|
|
36
|
+
*/
|
|
37
|
+
GroupingConfiguration?: GroupingConfiguration | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* Whether the quick response is active.
|
|
40
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-isactive}
|
|
41
|
+
*/
|
|
42
|
+
IsActive?: boolean | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* The Amazon Resource Name (ARN) of the knowledge base.
|
|
45
|
+
* @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}$
|
|
46
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-knowledgebasearn}
|
|
47
|
+
*/
|
|
48
|
+
KnowledgeBaseArn: string;
|
|
49
|
+
/**
|
|
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
|
|
51
|
+
* @minLength 2
|
|
52
|
+
* @maxLength 5
|
|
53
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-language}
|
|
54
|
+
*/
|
|
55
|
+
Language?: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* The name of the quick response.
|
|
58
|
+
* @minLength 1
|
|
59
|
+
* @maxLength 100
|
|
60
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-name}
|
|
61
|
+
*/
|
|
62
|
+
Name: string;
|
|
63
|
+
/**
|
|
64
|
+
* The shortcut key of the quick response. The value should be unique across the knowledge base.
|
|
65
|
+
* @minLength 1
|
|
66
|
+
* @maxLength 100
|
|
67
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-shortcutkey}
|
|
68
|
+
*/
|
|
69
|
+
ShortcutKey?: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* An array of key-value pairs to apply to this resource.
|
|
72
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-tags}
|
|
73
|
+
*/
|
|
74
|
+
Tags?: Tag[] | undefined;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#aws-resource-wisdom-quickresponse-return-values}
|
|
78
|
+
*/
|
|
79
|
+
export type WisdomQuickResponseAttribs = {
|
|
80
|
+
/**
|
|
81
|
+
* The Amazon Resource Name (ARN) of the quick response.
|
|
82
|
+
* @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}$
|
|
83
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-quickresponsearn}
|
|
84
|
+
*/
|
|
85
|
+
QuickResponseArn: string;
|
|
86
|
+
/**
|
|
87
|
+
* The identifier of the quick response.
|
|
88
|
+
* @pattern ^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
|
|
89
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-quickresponseid}
|
|
90
|
+
*/
|
|
91
|
+
QuickResponseId: string;
|
|
92
|
+
/**
|
|
93
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-status}
|
|
94
|
+
*/
|
|
95
|
+
Status: Status;
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-channeltype.html}
|
|
99
|
+
*/
|
|
100
|
+
export type ChannelType = "Chat" | "Email";
|
|
101
|
+
/**
|
|
102
|
+
* The configuration information of the user groups that the quick response is accessible to.
|
|
103
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-groupingconfiguration.html}
|
|
104
|
+
*/
|
|
105
|
+
export type GroupingConfiguration = {
|
|
106
|
+
/**
|
|
107
|
+
* The criteria used for grouping Amazon Q in Connect users.
|
|
108
|
+
* @minLength 1
|
|
109
|
+
* @maxLength 100
|
|
110
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-groupingconfiguration.html#cfn-wisdom-quickresponse-groupingconfiguration-criteria}
|
|
111
|
+
*/
|
|
112
|
+
Criteria: string;
|
|
113
|
+
/**
|
|
114
|
+
* The list of values that define different groups of Amazon Q in Connect users.
|
|
115
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-groupingconfiguration.html#cfn-wisdom-quickresponse-groupingconfiguration-values}
|
|
116
|
+
*/
|
|
117
|
+
Values: string[];
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* The container of quick response content.
|
|
121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-quickresponsecontentprovider.html}
|
|
122
|
+
*/
|
|
123
|
+
export type QuickResponseContentProvider = {
|
|
124
|
+
/**
|
|
125
|
+
* The content of the quick response.
|
|
126
|
+
* @minLength 1
|
|
127
|
+
* @maxLength 1024
|
|
128
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-quickresponsecontentprovider.html#cfn-wisdom-quickresponse-quickresponsecontentprovider-content}
|
|
129
|
+
*/
|
|
130
|
+
Content?: string | undefined;
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* The status of the quick response data.
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-status.html}
|
|
135
|
+
*/
|
|
136
|
+
export type Status = "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED";
|
|
137
|
+
//# sourceMappingURL=aws-wisdom-quickresponse.d.ts.map
|