@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
|
@@ -10,11 +10,11 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
|
10
10
|
*
|
|
11
11
|
* Currently, you can have one investigation group in each Region in your account. Each investigation in a Region is a part of the investigation group in that Region
|
|
12
12
|
*
|
|
13
|
-
* To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has
|
|
13
|
+
* To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has either the `AIOpsConsoleAdminPolicy` or the `AdministratorAccess` IAM policy attached, or to an account that has similar permissions.
|
|
14
14
|
*
|
|
15
15
|
* > You can configure CloudWatch alarms to start investigations and add events to investigations. If you create your investigation group with `CreateInvestigationGroup` and you want to enable alarms to do this, you must use `PutInvestigationGroupPolicy` to create a resource policy that grants this permission to CloudWatch alarms.
|
|
16
16
|
* >
|
|
17
|
-
* > For more information about configuring CloudWatch alarms
|
|
17
|
+
* > For more information about configuring CloudWatch alarms, see [Using Amazon CloudWatch alarms](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html)
|
|
18
18
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html}
|
|
19
19
|
*/
|
|
20
20
|
export type AIOpsInvestigationGroup = ResourceDefinitionWithAttributes<"AWS::AIOps::InvestigationGroup", AIOpsInvestigationGroupProps, AIOpsInvestigationGroupAttribs>;
|
|
@@ -29,11 +29,11 @@ export type AIOpsInvestigationGroup = ResourceDefinitionWithAttributes<"AWS::AIO
|
|
|
29
29
|
*
|
|
30
30
|
* Currently, you can have one investigation group in each Region in your account. Each investigation in a Region is a part of the investigation group in that Region
|
|
31
31
|
*
|
|
32
|
-
* To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has
|
|
32
|
+
* To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has either the `AIOpsConsoleAdminPolicy` or the `AdministratorAccess` IAM policy attached, or to an account that has similar permissions.
|
|
33
33
|
*
|
|
34
34
|
* > You can configure CloudWatch alarms to start investigations and add events to investigations. If you create your investigation group with `CreateInvestigationGroup` and you want to enable alarms to do this, you must use `PutInvestigationGroupPolicy` to create a resource policy that grants this permission to CloudWatch alarms.
|
|
35
35
|
* >
|
|
36
|
-
* > For more information about configuring CloudWatch alarms
|
|
36
|
+
* > For more information about configuring CloudWatch alarms, see [Using Amazon CloudWatch alarms](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html)
|
|
37
37
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html}
|
|
38
38
|
*/
|
|
39
39
|
export type AIOpsInvestigationGroupProps = {
|
|
@@ -43,7 +43,7 @@ export type AIOpsInvestigationGroupProps = {
|
|
|
43
43
|
*/
|
|
44
44
|
ChatbotNotificationChannels?: ChatbotNotificationChannel[] | undefined;
|
|
45
45
|
/**
|
|
46
|
-
*
|
|
46
|
+
* List of `sourceRoleArn` values that have been configured for cross-account access.
|
|
47
47
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-crossaccountconfigurations}
|
|
48
48
|
*/
|
|
49
49
|
CrossAccountConfigurations?: CrossAccountConfiguration[] | undefined;
|
|
@@ -53,7 +53,7 @@ export type AIOpsInvestigationGroupProps = {
|
|
|
53
53
|
*/
|
|
54
54
|
EncryptionConfig?: EncryptionConfigMap | undefined;
|
|
55
55
|
/**
|
|
56
|
-
* Returns the IAM resource policy
|
|
56
|
+
* Returns the JSON of the IAM resource policy associated with the specified investigation group in a string. For example, `{\"Version\":\"2012-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"aiops.alarms.cloudwatch.amazonaws.com\"},\"Action\":[\"aiops:CreateInvestigation\",\"aiops:CreateInvestigationEvent\"],\"Resource\":\"*\",\"Condition\":{\"StringEquals\":{\"aws:SourceAccount\":\"111122223333\"},\"ArnLike\":{\"aws:SourceArn\":\"arn:aws:cloudwatch:us-east-1:111122223333:alarm:*\"}}}]}` .
|
|
57
57
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-investigationgrouppolicy}
|
|
58
58
|
*/
|
|
59
59
|
InvestigationGroupPolicy?: string | undefined;
|
|
@@ -63,7 +63,7 @@ export type AIOpsInvestigationGroupProps = {
|
|
|
63
63
|
*/
|
|
64
64
|
IsCloudTrailEventHistoryEnabled?: boolean | undefined;
|
|
65
65
|
/**
|
|
66
|
-
* Specify either the name or the ARN of the investigation group that you want to view.
|
|
66
|
+
* Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
|
|
67
67
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-name}
|
|
68
68
|
*/
|
|
69
69
|
Name: string;
|
|
@@ -29,6 +29,7 @@ export type AmazonMQConfigurationAssociationProps = {
|
|
|
29
29
|
*/
|
|
30
30
|
export type AmazonMQConfigurationAssociationAttribs = {
|
|
31
31
|
/**
|
|
32
|
+
* The ID of the ConfigurationAssociation Resource
|
|
32
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-id}
|
|
33
34
|
*/
|
|
34
35
|
Id: string;
|
|
@@ -176,7 +176,7 @@ export type ComponentMonitoringSetting = {
|
|
|
176
176
|
DefaultOverwriteComponentConfiguration?: ComponentConfiguration | undefined;
|
|
177
177
|
/**
|
|
178
178
|
* The tier of the application component. Supported tiers include `DOT_NET_CORE` , `DOT_NET_WORKER` , `DOT_NET_WEB` , `SQL_SERVER` , `SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP` , `SQL_SERVER_FAILOVER_CLUSTER_INSTANCE` , `MYSQL` , `POSTGRESQL` , `JAVA_JMX` , `ORACLE` , `SAP_HANA_MULTI_NODE` , `SAP_HANA_SINGLE_NODE` , `SAP_HANA_HIGH_AVAILABILITY` , `SHAREPOINT` . `ACTIVE_DIRECTORY` , and `DEFAULT` .
|
|
179
|
-
* @pattern ^[A-Z][
|
|
179
|
+
* @pattern ^[A-Z][A-Z_]*$
|
|
180
180
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-componentmonitoringsetting.html#cfn-applicationinsights-application-componentmonitoringsetting-tier}
|
|
181
181
|
*/
|
|
182
182
|
Tier: string;
|
|
@@ -218,7 +218,7 @@ export type ComponentMonitoringSetting = {
|
|
|
218
218
|
DefaultOverwriteComponentConfiguration?: ComponentConfiguration | undefined;
|
|
219
219
|
/**
|
|
220
220
|
* The tier of the application component. Supported tiers include `DOT_NET_CORE` , `DOT_NET_WORKER` , `DOT_NET_WEB` , `SQL_SERVER` , `SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP` , `SQL_SERVER_FAILOVER_CLUSTER_INSTANCE` , `MYSQL` , `POSTGRESQL` , `JAVA_JMX` , `ORACLE` , `SAP_HANA_MULTI_NODE` , `SAP_HANA_SINGLE_NODE` , `SAP_HANA_HIGH_AVAILABILITY` , `SHAREPOINT` . `ACTIVE_DIRECTORY` , and `DEFAULT` .
|
|
221
|
-
* @pattern ^[A-Z][
|
|
221
|
+
* @pattern ^[A-Z][A-Z_]*$
|
|
222
222
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-componentmonitoringsetting.html#cfn-applicationinsights-application-componentmonitoringsetting-tier}
|
|
223
223
|
*/
|
|
224
224
|
Tier: string;
|
|
@@ -398,7 +398,7 @@ export type Log = {
|
|
|
398
398
|
LogPath?: string | undefined;
|
|
399
399
|
/**
|
|
400
400
|
* The log type decides the log patterns against which Application Insights analyzes the log. The log type is selected from the following: `SQL_SERVER` , `MYSQL` , `MYSQL_SLOW_QUERY` , `POSTGRESQL` , `ORACLE_ALERT` , `ORACLE_LISTENER` , `IIS` , `APPLICATION` , `WINDOWS_EVENTS` , `WINDOWS_EVENTS_ACTIVE_DIRECTORY` , `WINDOWS_EVENTS_DNS` , `WINDOWS_EVENTS_IIS` , `WINDOWS_EVENTS_SHAREPOINT` , `SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP` , `SQL_SERVER_FAILOVER_CLUSTER_INSTANCE` , `STEP_FUNCTION` , `API_GATEWAY_ACCESS` , `API_GATEWAY_EXECUTION` , `SAP_HANA_LOGS` , `SAP_HANA_TRACE` , `SAP_HANA_HIGH_AVAILABILITY` , and `DEFAULT` .
|
|
401
|
-
* @pattern ^[A-Z][
|
|
401
|
+
* @pattern ^[A-Z][A-Z_]*$
|
|
402
402
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-log.html#cfn-applicationinsights-application-log-logtype}
|
|
403
403
|
*/
|
|
404
404
|
LogType: string;
|
|
@@ -114,6 +114,22 @@ export type AppStreamFleetProps = {
|
|
|
114
114
|
* - stream.graphics-pro.4xlarge
|
|
115
115
|
* - stream.graphics-pro.8xlarge
|
|
116
116
|
* - stream.graphics-pro.16xlarge
|
|
117
|
+
* - stream.graphics.g5.xlarge
|
|
118
|
+
* - stream.graphics.g5.2xlarge
|
|
119
|
+
* - stream.graphics.g5.4xlarge
|
|
120
|
+
* - stream.graphics.g5.8xlarge
|
|
121
|
+
* - stream.graphics.g5.16xlarge
|
|
122
|
+
* - stream.graphics.g5.12xlarge
|
|
123
|
+
* - stream.graphics.g5.24xlarge
|
|
124
|
+
* - stream.graphics.g6.xlarge
|
|
125
|
+
* - stream.graphics.g6.2xlarge
|
|
126
|
+
* - stream.graphics.g6.4xlarge
|
|
127
|
+
* - stream.graphics.g6.8xlarge
|
|
128
|
+
* - stream.graphics.g6.16xlarge
|
|
129
|
+
* - stream.graphics.g6.12xlarge
|
|
130
|
+
* - stream.graphics.g6.24xlarge
|
|
131
|
+
* - stream.graphics.gr6.4xlarge
|
|
132
|
+
* - stream.graphics.gr6.8xlarge
|
|
117
133
|
*
|
|
118
134
|
* The following instance types are available for Elastic fleets:
|
|
119
135
|
*
|
|
@@ -96,6 +96,22 @@ export type AppStreamImageBuilderProps = {
|
|
|
96
96
|
* - stream.graphics-pro.4xlarge
|
|
97
97
|
* - stream.graphics-pro.8xlarge
|
|
98
98
|
* - stream.graphics-pro.16xlarge
|
|
99
|
+
* - stream.graphics.g5.xlarge
|
|
100
|
+
* - stream.graphics.g5.2xlarge
|
|
101
|
+
* - stream.graphics.g5.4xlarge
|
|
102
|
+
* - stream.graphics.g5.8xlarge
|
|
103
|
+
* - stream.graphics.g5.16xlarge
|
|
104
|
+
* - stream.graphics.g5.12xlarge
|
|
105
|
+
* - stream.graphics.g5.24xlarge
|
|
106
|
+
* - stream.graphics.g6.xlarge
|
|
107
|
+
* - stream.graphics.g6.2xlarge
|
|
108
|
+
* - stream.graphics.g6.4xlarge
|
|
109
|
+
* - stream.graphics.g6.8xlarge
|
|
110
|
+
* - stream.graphics.g6.16xlarge
|
|
111
|
+
* - stream.graphics.g6.12xlarge
|
|
112
|
+
* - stream.graphics.g6.24xlarge
|
|
113
|
+
* - stream.graphics.gr6.4xlarge
|
|
114
|
+
* - stream.graphics.gr6.8xlarge
|
|
99
115
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype}
|
|
100
116
|
*/
|
|
101
117
|
InstanceType: string;
|
|
@@ -54,7 +54,9 @@ export type BedrockGuardrailProps = {
|
|
|
54
54
|
*/
|
|
55
55
|
ContextualGroundingPolicyConfig?: ContextualGroundingPolicyConfig | undefined;
|
|
56
56
|
/**
|
|
57
|
-
* The system-defined guardrail profile that you
|
|
57
|
+
* The system-defined guardrail profile that you're using with your guardrail. Guardrail profiles define the destination AWS Regions where guardrail inference requests can be automatically routed. Using guardrail profiles helps maintain guardrail performance and reliability when demand increases.
|
|
58
|
+
*
|
|
59
|
+
* For more information, see the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region.html) .
|
|
58
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-guardrail.html#cfn-bedrock-guardrail-crossregionconfig}
|
|
59
61
|
*/
|
|
60
62
|
CrossRegionConfig?: GuardrailCrossRegionConfig | undefined;
|
|
@@ -173,15 +175,20 @@ export type ContentFilterAction = "BLOCK" | "NONE";
|
|
|
173
175
|
*/
|
|
174
176
|
export type ContentFilterConfig = {
|
|
175
177
|
/**
|
|
178
|
+
* Specifies the action to take when harmful content is detected. Supported values include:
|
|
179
|
+
*
|
|
180
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
181
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
176
182
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-inputaction}
|
|
177
183
|
*/
|
|
178
184
|
InputAction?: ContentFilterAction | undefined;
|
|
179
185
|
/**
|
|
186
|
+
* Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
180
187
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-inputenabled}
|
|
181
188
|
*/
|
|
182
189
|
InputEnabled?: boolean | undefined;
|
|
183
190
|
/**
|
|
184
|
-
*
|
|
191
|
+
* The input modalities selected for the guardrail content filter configuration.
|
|
185
192
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-inputmodalities}
|
|
186
193
|
*/
|
|
187
194
|
InputModalities?: Modality[] | undefined;
|
|
@@ -191,15 +198,20 @@ export type ContentFilterConfig = {
|
|
|
191
198
|
*/
|
|
192
199
|
InputStrength: FilterStrength;
|
|
193
200
|
/**
|
|
201
|
+
* Specifies the action to take when harmful content is detected in the output. Supported values include:
|
|
202
|
+
*
|
|
203
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
204
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
194
205
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-outputaction}
|
|
195
206
|
*/
|
|
196
207
|
OutputAction?: ContentFilterAction | undefined;
|
|
197
208
|
/**
|
|
209
|
+
* Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
198
210
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-outputenabled}
|
|
199
211
|
*/
|
|
200
212
|
OutputEnabled?: boolean | undefined;
|
|
201
213
|
/**
|
|
202
|
-
*
|
|
214
|
+
* The output modalities selected for the guardrail content filter configuration.
|
|
203
215
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-outputmodalities}
|
|
204
216
|
*/
|
|
205
217
|
OutputModalities?: Modality[] | undefined;
|
|
@@ -230,7 +242,7 @@ export type ContentFiltersTierName = "CLASSIC" | "STANDARD";
|
|
|
230
242
|
*/
|
|
231
243
|
export type ContentPolicyConfig = {
|
|
232
244
|
/**
|
|
233
|
-
*
|
|
245
|
+
* The tier that your guardrail uses for content filters. Consider using a tier that balances performance, accuracy, and compatibility with your existing generative AI workflows.
|
|
234
246
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentpolicyconfig.html#cfn-bedrock-guardrail-contentpolicyconfig-contentfilterstierconfig}
|
|
235
247
|
*/
|
|
236
248
|
ContentFiltersTierConfig?: {
|
|
@@ -252,10 +264,15 @@ export type ContextualGroundingAction = "BLOCK" | "NONE";
|
|
|
252
264
|
*/
|
|
253
265
|
export type ContextualGroundingFilterConfig = {
|
|
254
266
|
/**
|
|
267
|
+
* Specifies the action to take when content fails the contextual grounding evaluation. Supported values include:
|
|
268
|
+
*
|
|
269
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
270
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
255
271
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contextualgroundingfilterconfig.html#cfn-bedrock-guardrail-contextualgroundingfilterconfig-action}
|
|
256
272
|
*/
|
|
257
273
|
Action?: ContextualGroundingAction | undefined;
|
|
258
274
|
/**
|
|
275
|
+
* Specifies whether to enable contextual grounding evaluation. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
259
276
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contextualgroundingfilterconfig.html#cfn-bedrock-guardrail-contextualgroundingfilterconfig-enabled}
|
|
260
277
|
*/
|
|
261
278
|
Enabled?: boolean | undefined;
|
|
@@ -300,7 +317,7 @@ export type FilterStrength = "NONE" | "LOW" | "MEDIUM" | "HIGH";
|
|
|
300
317
|
*/
|
|
301
318
|
export type GuardrailCrossRegionConfig = {
|
|
302
319
|
/**
|
|
303
|
-
* The Amazon Resource Name (ARN) of the guardrail profile
|
|
320
|
+
* The Amazon Resource Name (ARN) of the guardrail profile that your guardrail is using. Guardrail profile availability depends on your current AWS Region . For more information, see the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region-support.html) .
|
|
304
321
|
* @minLength 15
|
|
305
322
|
* @maxLength 2048
|
|
306
323
|
* @pattern ^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail-profile/[a-z0-9-]+[.]{1}guardrail[.]{1}v[0-9:]+$
|
|
@@ -319,18 +336,28 @@ export type GuardrailStatus = "CREATING" | "UPDATING" | "VERSIONING" | "READY" |
|
|
|
319
336
|
*/
|
|
320
337
|
export type ManagedWordsConfig = {
|
|
321
338
|
/**
|
|
339
|
+
* Specifies the action to take when harmful content is detected in the input. Supported values include:
|
|
340
|
+
*
|
|
341
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
342
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
322
343
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-managedwordsconfig.html#cfn-bedrock-guardrail-managedwordsconfig-inputaction}
|
|
323
344
|
*/
|
|
324
345
|
InputAction?: WordAction | undefined;
|
|
325
346
|
/**
|
|
347
|
+
* Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
326
348
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-managedwordsconfig.html#cfn-bedrock-guardrail-managedwordsconfig-inputenabled}
|
|
327
349
|
*/
|
|
328
350
|
InputEnabled?: boolean | undefined;
|
|
329
351
|
/**
|
|
352
|
+
* Specifies the action to take when harmful content is detected in the output. Supported values include:
|
|
353
|
+
*
|
|
354
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
355
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
330
356
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-managedwordsconfig.html#cfn-bedrock-guardrail-managedwordsconfig-outputaction}
|
|
331
357
|
*/
|
|
332
358
|
OutputAction?: WordAction | undefined;
|
|
333
359
|
/**
|
|
360
|
+
* Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
334
361
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-managedwordsconfig.html#cfn-bedrock-guardrail-managedwordsconfig-outputenabled}
|
|
335
362
|
*/
|
|
336
363
|
OutputEnabled?: boolean | undefined;
|
|
@@ -361,20 +388,30 @@ export type PiiEntityConfig = {
|
|
|
361
388
|
*/
|
|
362
389
|
Action: SensitiveInformationAction;
|
|
363
390
|
/**
|
|
364
|
-
*
|
|
391
|
+
* Specifies the action to take when harmful content is detected in the input. Supported values include:
|
|
392
|
+
*
|
|
393
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
394
|
+
* - `ANONYMIZE` – Mask the content and replace it with identifier tags.
|
|
395
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
365
396
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-piientityconfig.html#cfn-bedrock-guardrail-piientityconfig-inputaction}
|
|
366
397
|
*/
|
|
367
398
|
InputAction?: SensitiveInformationAction | undefined;
|
|
368
399
|
/**
|
|
400
|
+
* Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
369
401
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-piientityconfig.html#cfn-bedrock-guardrail-piientityconfig-inputenabled}
|
|
370
402
|
*/
|
|
371
403
|
InputEnabled?: boolean | undefined;
|
|
372
404
|
/**
|
|
373
|
-
*
|
|
405
|
+
* Specifies the action to take when harmful content is detected in the output. Supported values include:
|
|
406
|
+
*
|
|
407
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
408
|
+
* - `ANONYMIZE` – Mask the content and replace it with identifier tags.
|
|
409
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
374
410
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-piientityconfig.html#cfn-bedrock-guardrail-piientityconfig-outputaction}
|
|
375
411
|
*/
|
|
376
412
|
OutputAction?: SensitiveInformationAction | undefined;
|
|
377
413
|
/**
|
|
414
|
+
* Indicates whether guardrail evaluation is enabled on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
378
415
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-piientityconfig.html#cfn-bedrock-guardrail-piientityconfig-outputenabled}
|
|
379
416
|
*/
|
|
380
417
|
OutputEnabled?: boolean | undefined;
|
|
@@ -524,11 +561,15 @@ export type RegexConfig = {
|
|
|
524
561
|
*/
|
|
525
562
|
Description?: string | undefined;
|
|
526
563
|
/**
|
|
527
|
-
*
|
|
564
|
+
* Specifies the action to take when harmful content is detected in the input. Supported values include:
|
|
565
|
+
*
|
|
566
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
567
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
528
568
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-regexconfig.html#cfn-bedrock-guardrail-regexconfig-inputaction}
|
|
529
569
|
*/
|
|
530
570
|
InputAction?: SensitiveInformationAction | undefined;
|
|
531
571
|
/**
|
|
572
|
+
* Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
532
573
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-regexconfig.html#cfn-bedrock-guardrail-regexconfig-inputenabled}
|
|
533
574
|
*/
|
|
534
575
|
InputEnabled?: boolean | undefined;
|
|
@@ -540,11 +581,15 @@ export type RegexConfig = {
|
|
|
540
581
|
*/
|
|
541
582
|
Name: string;
|
|
542
583
|
/**
|
|
543
|
-
*
|
|
584
|
+
* Specifies the action to take when harmful content is detected in the output. Supported values include:
|
|
585
|
+
*
|
|
586
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
587
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
544
588
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-regexconfig.html#cfn-bedrock-guardrail-regexconfig-outputaction}
|
|
545
589
|
*/
|
|
546
590
|
OutputAction?: SensitiveInformationAction | undefined;
|
|
547
591
|
/**
|
|
592
|
+
* Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
548
593
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-regexconfig.html#cfn-bedrock-guardrail-regexconfig-outputenabled}
|
|
549
594
|
*/
|
|
550
595
|
OutputEnabled?: boolean | undefined;
|
|
@@ -598,10 +643,15 @@ export type TopicConfig = {
|
|
|
598
643
|
*/
|
|
599
644
|
Examples?: string[] | undefined;
|
|
600
645
|
/**
|
|
646
|
+
* Specifies the action to take when harmful content is detected in the input. Supported values include:
|
|
647
|
+
*
|
|
648
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
649
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
601
650
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-topicconfig.html#cfn-bedrock-guardrail-topicconfig-inputaction}
|
|
602
651
|
*/
|
|
603
652
|
InputAction?: TopicAction | undefined;
|
|
604
653
|
/**
|
|
654
|
+
* Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
605
655
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-topicconfig.html#cfn-bedrock-guardrail-topicconfig-inputenabled}
|
|
606
656
|
*/
|
|
607
657
|
InputEnabled?: boolean | undefined;
|
|
@@ -614,10 +664,15 @@ export type TopicConfig = {
|
|
|
614
664
|
*/
|
|
615
665
|
Name: string;
|
|
616
666
|
/**
|
|
667
|
+
* Specifies the action to take when harmful content is detected in the output. Supported values include:
|
|
668
|
+
*
|
|
669
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
670
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
617
671
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-topicconfig.html#cfn-bedrock-guardrail-topicconfig-outputaction}
|
|
618
672
|
*/
|
|
619
673
|
OutputAction?: TopicAction | undefined;
|
|
620
674
|
/**
|
|
675
|
+
* Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
621
676
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-topicconfig.html#cfn-bedrock-guardrail-topicconfig-outputenabled}
|
|
622
677
|
*/
|
|
623
678
|
OutputEnabled?: boolean | undefined;
|
|
@@ -638,7 +693,7 @@ export type TopicPolicyConfig = {
|
|
|
638
693
|
*/
|
|
639
694
|
TopicsConfig: TopicConfig[];
|
|
640
695
|
/**
|
|
641
|
-
*
|
|
696
|
+
* The tier that your guardrail uses for denied topic filters.
|
|
642
697
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-topicpolicyconfig.html#cfn-bedrock-guardrail-topicpolicyconfig-topicstierconfig}
|
|
643
698
|
*/
|
|
644
699
|
TopicsTierConfig?: {
|
|
@@ -665,18 +720,28 @@ export type WordAction = "BLOCK" | "NONE";
|
|
|
665
720
|
*/
|
|
666
721
|
export type WordConfig = {
|
|
667
722
|
/**
|
|
723
|
+
* Specifies the action to take when harmful content is detected in the input. Supported values include:
|
|
724
|
+
*
|
|
725
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
726
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
668
727
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-wordconfig.html#cfn-bedrock-guardrail-wordconfig-inputaction}
|
|
669
728
|
*/
|
|
670
729
|
InputAction?: WordAction | undefined;
|
|
671
730
|
/**
|
|
731
|
+
* Specifies whether to enable guardrail evaluation on the intput. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
672
732
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-wordconfig.html#cfn-bedrock-guardrail-wordconfig-inputenabled}
|
|
673
733
|
*/
|
|
674
734
|
InputEnabled?: boolean | undefined;
|
|
675
735
|
/**
|
|
736
|
+
* Specifies the action to take when harmful content is detected in the output. Supported values include:
|
|
737
|
+
*
|
|
738
|
+
* - `BLOCK` – Block the content and replace it with blocked messaging.
|
|
739
|
+
* - `NONE` – Take no action but return detection information in the trace response.
|
|
676
740
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-wordconfig.html#cfn-bedrock-guardrail-wordconfig-outputaction}
|
|
677
741
|
*/
|
|
678
742
|
OutputAction?: WordAction | undefined;
|
|
679
743
|
/**
|
|
744
|
+
* Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
|
|
680
745
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-wordconfig.html#cfn-bedrock-guardrail-wordconfig-outputenabled}
|
|
681
746
|
*/
|
|
682
747
|
OutputEnabled?: boolean | undefined;
|
|
@@ -205,6 +205,11 @@ export type CdcSpecification = {
|
|
|
205
205
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-cdcspecification.html#cfn-cassandra-table-cdcspecification-status}
|
|
206
206
|
*/
|
|
207
207
|
Status: CdcStatus;
|
|
208
|
+
/**
|
|
209
|
+
* An array of key-value pairs to apply to the CDC stream resource
|
|
210
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-cdcspecification.html#cfn-cassandra-table-cdcspecification-tags}
|
|
211
|
+
*/
|
|
212
|
+
Tags?: Tag[] | undefined;
|
|
208
213
|
/**
|
|
209
214
|
* The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. After you create the stream, you can't make changes to this selection.
|
|
210
215
|
*
|
|
@@ -25,6 +25,9 @@ export type CertificateManagerCertificateProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
CertificateAuthorityArn?: string | undefined;
|
|
27
27
|
/**
|
|
28
|
+
* You can opt out of allowing export of your certificate by specifying the `DISABLED` option. Allow export of your certificate by specifying the `ENABLED` option.
|
|
29
|
+
*
|
|
30
|
+
* If you do not specify an export preference in a new CloudFormation template, it is the same as explicitly denying export of your certificate.
|
|
28
31
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateexport}
|
|
29
32
|
*/
|
|
30
33
|
CertificateExport?: string | undefined;
|
|
@@ -52,6 +52,8 @@ export type CloudFrontCachePolicyAttribs = {
|
|
|
52
52
|
* - The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
|
|
53
53
|
* - The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
|
|
54
54
|
*
|
|
55
|
+
* > If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the `Cache-Control: no-cache` , `no-store` , or `private` directives are present in the origin headers.
|
|
56
|
+
*
|
|
55
57
|
* The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find a valid object in its cache that matches the request's cache key. If you want to send values to the origin but *not* include them in the cache key, use `OriginRequestPolicy` .
|
|
56
58
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cachepolicy-cachepolicyconfig.html}
|
|
57
59
|
*/
|
|
@@ -48,6 +48,8 @@ export type CloudFrontDistributionAttribs = {
|
|
|
48
48
|
*
|
|
49
49
|
* To add, change, or remove one or more cache behaviors, update the distribution configuration and specify all of the cache behaviors that you want to include in the updated distribution.
|
|
50
50
|
*
|
|
51
|
+
* > If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the `Cache-Control: no-cache` , `no-store` , or `private` directives are present in the origin headers.
|
|
52
|
+
*
|
|
51
53
|
* For more information about cache behaviors, see [Cache Behavior Settings](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior) in the *Amazon CloudFront Developer Guide* .
|
|
52
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cachebehavior.html}
|
|
53
55
|
*/
|
|
@@ -367,6 +369,8 @@ export type CustomOriginConfig = {
|
|
|
367
369
|
};
|
|
368
370
|
/**
|
|
369
371
|
* A complex type that describes the default cache behavior if you don't specify a `CacheBehavior` element or if request URLs don't match any of the values of `PathPattern` in `CacheBehavior` elements. You must create exactly one default cache behavior.
|
|
372
|
+
*
|
|
373
|
+
* > If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the `Cache-Control: no-cache` , `no-store` , or `private` directives are present in the origin headers.
|
|
370
374
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html}
|
|
371
375
|
*/
|
|
372
376
|
export type DefaultCacheBehavior = {
|
|
@@ -572,7 +576,7 @@ export type DistributionConfig = {
|
|
|
572
576
|
*/
|
|
573
577
|
Comment?: string | undefined;
|
|
574
578
|
/**
|
|
575
|
-
* This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants(tenant-only).
|
|
579
|
+
* This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
|
|
576
580
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-connectionmode}
|
|
577
581
|
*/
|
|
578
582
|
ConnectionMode?: ConnectionMode | undefined;
|
|
@@ -78,7 +78,6 @@ export type ConnectEvaluationFormAttribs = {
|
|
|
78
78
|
*/
|
|
79
79
|
export type AutoEvaluationConfiguration = {
|
|
80
80
|
/**
|
|
81
|
-
* Auto Evaluation enablement status.
|
|
82
81
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-autoevaluationconfiguration.html#cfn-connect-evaluationform-autoevaluationconfiguration-enabled}
|
|
83
82
|
*/
|
|
84
83
|
Enabled?: boolean | undefined;
|
|
@@ -107,14 +107,17 @@ export type Attributes = {
|
|
|
107
107
|
*/
|
|
108
108
|
EarlyMedia?: boolean | undefined;
|
|
109
109
|
/**
|
|
110
|
+
* Boolean flag which enables ENHANCED_CHAT_MONITORING on an instance.
|
|
110
111
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-enhancedchatmonitoring}
|
|
111
112
|
*/
|
|
112
113
|
EnhancedChatMonitoring?: boolean | undefined;
|
|
113
114
|
/**
|
|
115
|
+
* Boolean flag which enables ENHANCED_CONTACT_MONITORING on an instance.
|
|
114
116
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-enhancedcontactmonitoring}
|
|
115
117
|
*/
|
|
116
118
|
EnhancedContactMonitoring?: boolean | undefined;
|
|
117
119
|
/**
|
|
120
|
+
* Boolean flag which enables HIGH_VOLUME_OUTBOUND on an instance.
|
|
118
121
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-highvolumeoutbound}
|
|
119
122
|
*/
|
|
120
123
|
HighVolumeOutBound?: boolean | undefined;
|
|
@@ -124,10 +127,12 @@ export type Attributes = {
|
|
|
124
127
|
*/
|
|
125
128
|
InboundCalls: boolean;
|
|
126
129
|
/**
|
|
130
|
+
* Boolean flag which enables MULTI_PARTY_CHAT_CONFERENCE on an instance.
|
|
127
131
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-multipartychatconference}
|
|
128
132
|
*/
|
|
129
133
|
MultiPartyChatConference?: boolean | undefined;
|
|
130
134
|
/**
|
|
135
|
+
* Boolean flag which enables MULTI_PARTY_CONFERENCE on an instance.
|
|
131
136
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-multipartyconference}
|
|
132
137
|
*/
|
|
133
138
|
MultiPartyConference?: boolean | undefined;
|
package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* A calculated attribute definition for Customer Profiles
|
|
3
|
+
* A calculated attribute definition for Customer Profiles.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html}
|
|
5
5
|
*/
|
|
6
6
|
export type CustomerProfilesCalculatedAttributeDefinition = ResourceDefinitionWithAttributes<"AWS::CustomerProfiles::CalculatedAttributeDefinition", CustomerProfilesCalculatedAttributeDefinitionProps, CustomerProfilesCalculatedAttributeDefinitionAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
* A calculated attribute definition for Customer Profiles
|
|
8
|
+
* A calculated attribute definition for Customer Profiles.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html}
|
|
10
10
|
*/
|
|
11
11
|
export type CustomerProfilesCalculatedAttributeDefinitionProps = {
|
|
@@ -129,14 +129,14 @@ export type Conditions = {
|
|
|
129
129
|
*/
|
|
130
130
|
export type Range = {
|
|
131
131
|
/**
|
|
132
|
-
* The format the timestamp field in your JSON object is specified. This value should be one of EPOCHMILLI or ISO_8601. E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "2001-07-04T12:08:56.
|
|
132
|
+
* The format the timestamp field in your JSON object is specified. This value should be one of EPOCHMILLI (for Unix epoch timestamps with second/millisecond level precision) or ISO_8601 (following ISO_8601 format with second/millisecond level precision, with an optional offset of Z or in the format HH:MM or HHMM.). E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "2001-07-04T12:08:56.235-0700"}}, then TimestampFormat should be "ISO_8601"
|
|
133
133
|
* @minLength 1
|
|
134
134
|
* @maxLength 255
|
|
135
135
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-timestampformat}
|
|
136
136
|
*/
|
|
137
137
|
TimestampFormat?: string | undefined;
|
|
138
138
|
/**
|
|
139
|
-
* An expression specifying the field in your JSON object from which the date should be parsed. The expression should follow the structure of \"{ObjectTypeName.<Location of timestamp field in JSON pointer format>}\". E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "1737587945945"}}, then TimestampSource should be "{MyType.generatedAt.timestamp}"
|
|
139
|
+
* An expression specifying the field in your JSON object from which the date should be parsed. The expression should follow the structure of \"{ObjectTypeName.<Location of timestamp field in JSON pointer format>}\". E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "1737587945945"}}, then TimestampSource should be "{MyType.generatedAt.timestamp}"
|
|
140
140
|
* @minLength 1
|
|
141
141
|
* @maxLength 255
|
|
142
142
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-timestampsource}
|
|
@@ -153,7 +153,7 @@ export type Range = {
|
|
|
153
153
|
*/
|
|
154
154
|
Value?: number | undefined;
|
|
155
155
|
/**
|
|
156
|
-
* A structure
|
|
156
|
+
* A structure letting customers specify a relative time window over which over which data is included in the Calculated Attribute. Use positive numbers to indicate that the endpoint is in the past, and negative numbers to indicate it is in the future. ValueRange overrides Value.
|
|
157
157
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-valuerange}
|
|
158
158
|
*/
|
|
159
159
|
ValueRange?: ValueRange | undefined;
|
|
@@ -190,19 +190,19 @@ export type Threshold = {
|
|
|
190
190
|
*/
|
|
191
191
|
export type ThresholdOperator = "EQUAL_TO" | "GREATER_THAN" | "LESS_THAN" | "NOT_EQUAL_TO";
|
|
192
192
|
/**
|
|
193
|
-
* A structure
|
|
193
|
+
* A structure letting customers specify a relative time window over which over which data is included in the Calculated Attribute. Use positive numbers to indicate that the endpoint is in the past, and negative numbers to indicate it is in the future. ValueRange overrides Value.
|
|
194
194
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html}
|
|
195
195
|
*/
|
|
196
196
|
export type ValueRange = {
|
|
197
197
|
/**
|
|
198
|
-
* The ending point for this range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
|
|
198
|
+
* The ending point for this overridden range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
|
|
199
199
|
* @min -2147483648
|
|
200
200
|
* @max 2147483647
|
|
201
201
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html#cfn-customerprofiles-calculatedattributedefinition-valuerange-end}
|
|
202
202
|
*/
|
|
203
203
|
End: number;
|
|
204
204
|
/**
|
|
205
|
-
* The starting point for this range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
|
|
205
|
+
* The starting point for this overridden range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
|
|
206
206
|
* @min -2147483648
|
|
207
207
|
* @max 2147483647
|
|
208
208
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html#cfn-customerprofiles-calculatedattributedefinition-valuerange-start}
|
|
@@ -340,7 +340,7 @@ export type ProfileAttributes = {
|
|
|
340
340
|
*/
|
|
341
341
|
PhoneNumber?: ProfileDimension | undefined;
|
|
342
342
|
/**
|
|
343
|
-
*
|
|
343
|
+
* The type of profile.
|
|
344
344
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profileattributes.html#cfn-customerprofiles-segmentdefinition-profileattributes-profiletype}
|
|
345
345
|
*/
|
|
346
346
|
ProfileType?: ProfileTypeDimension | undefined;
|
|
@@ -376,11 +376,12 @@ export type ProfileType = "ACCOUNT_PROFILE" | "PROFILE";
|
|
|
376
376
|
*/
|
|
377
377
|
export type ProfileTypeDimension = {
|
|
378
378
|
/**
|
|
379
|
-
* The
|
|
379
|
+
* The action to segment on.
|
|
380
380
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletypedimension.html#cfn-customerprofiles-segmentdefinition-profiletypedimension-dimensiontype}
|
|
381
381
|
*/
|
|
382
382
|
DimensionType: ProfileTypeDimensionType;
|
|
383
383
|
/**
|
|
384
|
+
* The values to apply the DimensionType on.
|
|
384
385
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletypedimension.html#cfn-customerprofiles-segmentdefinition-profiletypedimension-values}
|
|
385
386
|
*/
|
|
386
387
|
Values: ProfileType[];
|
|
@@ -530,7 +530,7 @@ export type RedshiftPropertiesInput = {
|
|
|
530
530
|
* The Amazon Redshift database name.
|
|
531
531
|
* @minLength 1
|
|
532
532
|
* @maxLength 64
|
|
533
|
-
* @pattern ^[a-z0-9_]+$
|
|
533
|
+
* @pattern ^[a-z0-9_-]+$
|
|
534
534
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftpropertiesinput.html#cfn-datazone-connection-redshiftpropertiesinput-databasename}
|
|
535
535
|
*/
|
|
536
536
|
DatabaseName?: string | undefined;
|
|
@@ -39,6 +39,10 @@ export type DAXClusterProps = {
|
|
|
39
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn}
|
|
40
40
|
*/
|
|
41
41
|
IAMRoleARN: string;
|
|
42
|
+
/**
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-networktype}
|
|
44
|
+
*/
|
|
45
|
+
NetworkType?: string | undefined;
|
|
42
46
|
/**
|
|
43
47
|
* The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
|
|
44
48
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype}
|