@awboost/cfn-resource-types 0.1.376 → 0.1.378
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/AWS-AppConfig-Environment.d.ts +0 -1
- package/lib/AWS-Connect-EvaluationForm.d.ts +0 -3
- package/lib/AWS-Connect-Instance.d.ts +20 -0
- package/lib/AWS-DynamoDB-Table.d.ts +4 -2
- package/lib/AWS-EC2-VPNConnection.d.ts +2 -2
- package/lib/AWS-ECS-Service.d.ts +53 -0
- package/lib/AWS-GuardDuty-IPSet.d.ts +1 -0
- package/lib/AWS-GuardDuty-ThreatIntelSet.d.ts +1 -0
- package/lib/AWS-KinesisFirehose-DeliveryStream.d.ts +36 -0
- package/lib/AWS-Lex-Bot.d.ts +6 -6
- package/lib/AWS-MediaPackageV2-OriginEndpoint.d.ts +221 -66
- package/lib/AWS-S3-Bucket.d.ts +147 -16
- package/lib/AWS-S3Express-DirectoryBucket.d.ts +19 -0
- package/lib/AWS-S3Tables-TablePolicy.d.ts +49 -0
- package/lib/AWS-S3Tables-TablePolicy.js +12 -0
- package/lib/AWS-SageMaker-Project.d.ts +69 -1
- package/lib/AWS-Wisdom-QuickResponse.d.ts +196 -0
- package/lib/AWS-Wisdom-QuickResponse.js +12 -0
- package/package.json +1 -1
|
@@ -64,7 +64,6 @@ export type Monitor = {
|
|
|
64
64
|
* ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor AlarmArn.
|
|
65
65
|
* @minLength `20`
|
|
66
66
|
* @maxLength `2048`
|
|
67
|
-
* @pattern `^((arn):(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):(iam)::\d{12}:role[/].*)$`
|
|
68
67
|
*/
|
|
69
68
|
AlarmRoleArn?: string;
|
|
70
69
|
};
|
|
@@ -62,9 +62,6 @@ export type ConnectEvaluationFormAttributes = {
|
|
|
62
62
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-autoevaluationconfiguration.html}
|
|
63
63
|
*/
|
|
64
64
|
export type AutoEvaluationConfiguration = {
|
|
65
|
-
/**
|
|
66
|
-
* Auto Evaluation enablement status.
|
|
67
|
-
*/
|
|
68
65
|
Enabled?: boolean;
|
|
69
66
|
};
|
|
70
67
|
/**
|
|
@@ -80,10 +80,30 @@ export type Attributes = {
|
|
|
80
80
|
* Boolean flag which enables EARLY_MEDIA on an instance.
|
|
81
81
|
*/
|
|
82
82
|
EarlyMedia?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Boolean flag which enables ENHANCED_CHAT_MONITORING on an instance.
|
|
85
|
+
*/
|
|
86
|
+
EnhancedChatMonitoring?: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* Boolean flag which enables ENHANCED_CONTACT_MONITORING on an instance.
|
|
89
|
+
*/
|
|
90
|
+
EnhancedContactMonitoring?: boolean;
|
|
91
|
+
/**
|
|
92
|
+
* Boolean flag which enables HIGH_VOLUME_OUTBOUND on an instance.
|
|
93
|
+
*/
|
|
94
|
+
HighVolumeOutBound?: boolean;
|
|
83
95
|
/**
|
|
84
96
|
* Mandatory element which enables inbound calls on new instance.
|
|
85
97
|
*/
|
|
86
98
|
InboundCalls: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* Boolean flag which enables MULTI_PARTY_CHAT_CONFERENCE on an instance.
|
|
101
|
+
*/
|
|
102
|
+
MultiPartyChatConference?: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* Boolean flag which enables MULTI_PARTY_CONFERENCE on an instance.
|
|
105
|
+
*/
|
|
106
|
+
MultiPartyConference?: boolean;
|
|
87
107
|
/**
|
|
88
108
|
* Mandatory element which enables outbound calls on new instance.
|
|
89
109
|
*/
|
|
@@ -72,8 +72,10 @@ export type DynamoDBTableProperties = {
|
|
|
72
72
|
*/
|
|
73
73
|
ProvisionedThroughput?: ProvisionedThroughput;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
76
|
-
When you attach a resource-based policy while creating a table, the policy
|
|
75
|
+
* An AWS resource-based policy document in JSON format that will be attached to the table.
|
|
76
|
+
When you attach a resource-based policy while creating a table, the policy application is *strongly consistent*.
|
|
77
|
+
The maximum size supported for a resource-based policy document is 20 KB. DynamoDB counts whitespaces when calculating the size of a policy against this limit. For a full list of all considerations that apply for resource-based policies, see [Resource-based policy considerations](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html).
|
|
78
|
+
You need to specify the ``CreateTable`` and ``PutResourcePolicy`` IAM actions for authorizing a user to create a table with a resource-based policy.
|
|
77
79
|
*/
|
|
78
80
|
ResourcePolicy?: ResourcePolicy;
|
|
79
81
|
/**
|
|
@@ -29,8 +29,8 @@ export type EC2VPNConnectionProperties = {
|
|
|
29
29
|
*/
|
|
30
30
|
LocalIpv6NetworkCidr?: string;
|
|
31
31
|
/**
|
|
32
|
-
* The type of
|
|
33
|
-
Valid values: ``PrivateIpv4`` | ``PublicIpv4``
|
|
32
|
+
* The type of IP address assigned to the outside interface of the customer gateway device.
|
|
33
|
+
Valid values: ``PrivateIpv4`` | ``PublicIpv4`` | ``Ipv6``
|
|
34
34
|
Default: ``PublicIpv4``
|
|
35
35
|
*/
|
|
36
36
|
OutsideIpAddressType?: string;
|
package/lib/AWS-ECS-Service.d.ts
CHANGED
|
@@ -173,6 +173,16 @@ export type ECSServiceAttributes = {
|
|
|
173
173
|
Name: string;
|
|
174
174
|
ServiceArn: string;
|
|
175
175
|
};
|
|
176
|
+
/**
|
|
177
|
+
* Type definition for `AWS::ECS::Service.AdvancedConfiguration`.
|
|
178
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-advancedconfiguration.html}
|
|
179
|
+
*/
|
|
180
|
+
export type AdvancedConfiguration = {
|
|
181
|
+
AlternateTargetGroupArn: string;
|
|
182
|
+
ProductionListenerRule?: string;
|
|
183
|
+
RoleArn?: string;
|
|
184
|
+
TestListenerRule?: string;
|
|
185
|
+
};
|
|
176
186
|
/**
|
|
177
187
|
* Type definition for `AWS::ECS::Service.AwsVpcConfiguration`.
|
|
178
188
|
* An object representing the networking details for a task or service. For example ``awsVpcConfiguration={subnets=["subnet-12344321"],securityGroups=["sg-12344321"]}``.
|
|
@@ -270,11 +280,17 @@ export type DeploymentConfiguration = {
|
|
|
270
280
|
* Information about the CloudWatch alarms.
|
|
271
281
|
*/
|
|
272
282
|
Alarms?: DeploymentAlarms;
|
|
283
|
+
/**
|
|
284
|
+
* @min `0`
|
|
285
|
+
* @max `1440`
|
|
286
|
+
*/
|
|
287
|
+
BakeTimeInMinutes?: number;
|
|
273
288
|
/**
|
|
274
289
|
* The deployment circuit breaker can only be used for services using the rolling update (``ECS``) deployment type.
|
|
275
290
|
The *deployment circuit breaker* determines whether a service deployment will fail if the service can't reach a steady state. If you use the deployment circuit breaker, a service deployment will transition to a failed state and stop launching new tasks. If you use the rollback option, when a service deployment fails, the service is rolled back to the last deployment that completed successfully. For more information, see [Rolling update](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html) in the *Amazon Elastic Container Service Developer Guide*
|
|
276
291
|
*/
|
|
277
292
|
DeploymentCircuitBreaker?: DeploymentCircuitBreaker;
|
|
293
|
+
LifecycleHooks?: DeploymentLifecycleHook[];
|
|
278
294
|
/**
|
|
279
295
|
* If a service is using the rolling update (``ECS``) deployment type, the ``maximumPercent`` parameter represents an upper limit on the number of your service's tasks that are allowed in the ``RUNNING`` or ``PENDING`` state during a deployment, as a percentage of the ``desiredCount`` (rounded down to the nearest integer). This parameter enables you to define the deployment batch size. For example, if your service is using the ``REPLICA`` service scheduler and has a ``desiredCount`` of four tasks and a ``maximumPercent`` value of 200%, the scheduler may start four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). The default ``maximumPercent`` value for a service using the ``REPLICA`` service scheduler is 200%.
|
|
280
296
|
The Amazon ECS scheduler uses this parameter to replace unhealthy tasks by starting replacement tasks first and then stopping the unhealthy tasks, as long as cluster resources for starting replacement tasks are available. For more information about how the scheduler replaces unhealthy tasks, see [Amazon ECS services](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html).
|
|
@@ -302,6 +318,7 @@ export type DeploymentConfiguration = {
|
|
|
302
318
|
If a service is using either the blue/green (``CODE_DEPLOY``) or ``EXTERNAL`` deployment types and is running tasks that use the Fargate launch type, the minimum healthy percent value is not used, although it is returned when describing your service.
|
|
303
319
|
*/
|
|
304
320
|
MinimumHealthyPercent?: number;
|
|
321
|
+
Strategy?: "ROLLING" | "BLUE_GREEN";
|
|
305
322
|
};
|
|
306
323
|
/**
|
|
307
324
|
* Type definition for `AWS::ECS::Service.DeploymentController`.
|
|
@@ -315,6 +332,18 @@ export type DeploymentController = {
|
|
|
315
332
|
*/
|
|
316
333
|
Type?: "CODE_DEPLOY" | "ECS" | "EXTERNAL";
|
|
317
334
|
};
|
|
335
|
+
/**
|
|
336
|
+
* Type definition for `AWS::ECS::Service.DeploymentLifecycleHook`.
|
|
337
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentlifecyclehook.html}
|
|
338
|
+
*/
|
|
339
|
+
export type DeploymentLifecycleHook = {
|
|
340
|
+
HookTargetArn: string;
|
|
341
|
+
/**
|
|
342
|
+
* @minLength `1`
|
|
343
|
+
*/
|
|
344
|
+
LifecycleStages: ("RECONCILE_SERVICE" | "PRE_SCALE_UP" | "POST_SCALE_UP" | "TEST_TRAFFIC_SHIFT" | "POST_TEST_TRAFFIC_SHIFT" | "PRODUCTION_TRAFFIC_SHIFT" | "POST_PRODUCTION_TRAFFIC_SHIFT")[];
|
|
345
|
+
RoleArn: string;
|
|
346
|
+
};
|
|
318
347
|
/**
|
|
319
348
|
* Type definition for `AWS::ECS::Service.EBSTagSpecification`.
|
|
320
349
|
* The tag specifications of an Amazon EBS volume.
|
|
@@ -345,6 +374,7 @@ export type EBSTagSpecification = {
|
|
|
345
374
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-loadbalancer.html}
|
|
346
375
|
*/
|
|
347
376
|
export type LoadBalancer = {
|
|
377
|
+
AdvancedConfiguration?: AdvancedConfiguration;
|
|
348
378
|
/**
|
|
349
379
|
* The name of the container (as it appears in a container definition) to associate with the load balancer.
|
|
350
380
|
You need to specify the container name when configuring the target group for an Amazon ECS load balancer.
|
|
@@ -494,6 +524,7 @@ export type ServiceConnectClientAlias = {
|
|
|
494
524
|
To avoid changing your applications in client Amazon ECS services, set this to the same port that the client application uses by default. For more information, see [Service Connect](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
495
525
|
*/
|
|
496
526
|
Port: number;
|
|
527
|
+
TestTrafficRules?: ServiceConnectTestTrafficRules;
|
|
497
528
|
};
|
|
498
529
|
/**
|
|
499
530
|
* Type definition for `AWS::ECS::Service.ServiceConnectConfiguration`.
|
|
@@ -566,6 +597,28 @@ export type ServiceConnectService = {
|
|
|
566
597
|
*/
|
|
567
598
|
Tls?: ServiceConnectTlsConfiguration;
|
|
568
599
|
};
|
|
600
|
+
/**
|
|
601
|
+
* Type definition for `AWS::ECS::Service.ServiceConnectTestTrafficRules`.
|
|
602
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrules.html}
|
|
603
|
+
*/
|
|
604
|
+
export type ServiceConnectTestTrafficRules = {
|
|
605
|
+
Header: ServiceConnectTestTrafficRulesHeader;
|
|
606
|
+
};
|
|
607
|
+
/**
|
|
608
|
+
* Type definition for `AWS::ECS::Service.ServiceConnectTestTrafficRulesHeader`.
|
|
609
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrulesheader.html}
|
|
610
|
+
*/
|
|
611
|
+
export type ServiceConnectTestTrafficRulesHeader = {
|
|
612
|
+
Name: string;
|
|
613
|
+
Value?: ServiceConnectTestTrafficRulesHeaderValue;
|
|
614
|
+
};
|
|
615
|
+
/**
|
|
616
|
+
* Type definition for `AWS::ECS::Service.ServiceConnectTestTrafficRulesHeaderValue`.
|
|
617
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttesttrafficrulesheadervalue.html}
|
|
618
|
+
*/
|
|
619
|
+
export type ServiceConnectTestTrafficRulesHeaderValue = {
|
|
620
|
+
Exact: string;
|
|
621
|
+
};
|
|
569
622
|
/**
|
|
570
623
|
* Type definition for `AWS::ECS::Service.ServiceConnectTlsCertificateAuthority`.
|
|
571
624
|
* The certificate root authority that secures your service.
|
|
@@ -175,6 +175,12 @@ export type CatalogConfiguration = {
|
|
|
175
175
|
* @pattern `arn:.*`
|
|
176
176
|
*/
|
|
177
177
|
CatalogArn?: string;
|
|
178
|
+
/**
|
|
179
|
+
* @minLength `1`
|
|
180
|
+
* @maxLength `2048`
|
|
181
|
+
* @pattern `s3:\/\/.*`
|
|
182
|
+
*/
|
|
183
|
+
WarehouseLocation?: string;
|
|
178
184
|
};
|
|
179
185
|
/**
|
|
180
186
|
* Type definition for `AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions`.
|
|
@@ -338,6 +344,9 @@ export type DestinationTableConfiguration = {
|
|
|
338
344
|
* @maxLength `512`
|
|
339
345
|
*/
|
|
340
346
|
DestinationTableName: string;
|
|
347
|
+
PartitionSpec?: {
|
|
348
|
+
Identity?: PartitionField[];
|
|
349
|
+
};
|
|
341
350
|
/**
|
|
342
351
|
* @minLength `1`
|
|
343
352
|
* @maxLength `1024`
|
|
@@ -581,6 +590,8 @@ export type IcebergDestinationConfiguration = {
|
|
|
581
590
|
*/
|
|
582
591
|
RoleARN: string;
|
|
583
592
|
S3Configuration: S3DestinationConfiguration;
|
|
593
|
+
SchemaEvolutionConfiguration?: SchemaEvolutionConfiguration;
|
|
594
|
+
TableCreationConfiguration?: TableCreationConfiguration;
|
|
584
595
|
s3BackupMode?: "AllData" | "FailedDataOnly";
|
|
585
596
|
};
|
|
586
597
|
/**
|
|
@@ -679,6 +690,17 @@ export type ParquetSerDe = {
|
|
|
679
690
|
PageSizeBytes?: number;
|
|
680
691
|
WriterVersion?: string;
|
|
681
692
|
};
|
|
693
|
+
/**
|
|
694
|
+
* Type definition for `AWS::KinesisFirehose::DeliveryStream.PartitionField`.
|
|
695
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-partitionfield.html}
|
|
696
|
+
*/
|
|
697
|
+
export type PartitionField = {
|
|
698
|
+
/**
|
|
699
|
+
* @minLength `1`
|
|
700
|
+
* @maxLength `255`
|
|
701
|
+
*/
|
|
702
|
+
SourceName: string;
|
|
703
|
+
};
|
|
682
704
|
/**
|
|
683
705
|
* Type definition for `AWS::KinesisFirehose::DeliveryStream.ProcessingConfiguration`.
|
|
684
706
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html}
|
|
@@ -801,6 +823,13 @@ export type SchemaConfiguration = {
|
|
|
801
823
|
TableName?: string;
|
|
802
824
|
VersionId?: string;
|
|
803
825
|
};
|
|
826
|
+
/**
|
|
827
|
+
* Type definition for `AWS::KinesisFirehose::DeliveryStream.SchemaEvolutionConfiguration`.
|
|
828
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaevolutionconfiguration.html}
|
|
829
|
+
*/
|
|
830
|
+
export type SchemaEvolutionConfiguration = {
|
|
831
|
+
Enabled?: boolean;
|
|
832
|
+
};
|
|
804
833
|
/**
|
|
805
834
|
* Type definition for `AWS::KinesisFirehose::DeliveryStream.SecretsManagerConfiguration`.
|
|
806
835
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-secretsmanagerconfiguration.html}
|
|
@@ -980,6 +1009,13 @@ export type SplunkDestinationConfiguration = {
|
|
|
980
1009
|
export type SplunkRetryOptions = {
|
|
981
1010
|
DurationInSeconds?: number;
|
|
982
1011
|
};
|
|
1012
|
+
/**
|
|
1013
|
+
* Type definition for `AWS::KinesisFirehose::DeliveryStream.TableCreationConfiguration`.
|
|
1014
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-tablecreationconfiguration.html}
|
|
1015
|
+
*/
|
|
1016
|
+
export type TableCreationConfiguration = {
|
|
1017
|
+
Enabled?: boolean;
|
|
1018
|
+
};
|
|
983
1019
|
/**
|
|
984
1020
|
* Type definition for `AWS::KinesisFirehose::DeliveryStream.Tag`.
|
|
985
1021
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-tag.html}
|
package/lib/AWS-Lex-Bot.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export type LexBotProperties = {
|
|
|
18
18
|
};
|
|
19
19
|
/**
|
|
20
20
|
* A description of the resource
|
|
21
|
-
* @maxLength `
|
|
21
|
+
* @maxLength `2000`
|
|
22
22
|
*/
|
|
23
23
|
Description?: string;
|
|
24
24
|
/**
|
|
@@ -207,7 +207,7 @@ export type BotLocale = {
|
|
|
207
207
|
CustomVocabulary?: CustomVocabulary;
|
|
208
208
|
/**
|
|
209
209
|
* A description of the resource
|
|
210
|
-
* @maxLength `
|
|
210
|
+
* @maxLength `2000`
|
|
211
211
|
*/
|
|
212
212
|
Description?: string;
|
|
213
213
|
GenerativeAISettings?: GenerativeAISettings;
|
|
@@ -642,7 +642,7 @@ export type Intent = {
|
|
|
642
642
|
BedrockAgentIntentConfiguration?: BedrockAgentIntentConfiguration;
|
|
643
643
|
/**
|
|
644
644
|
* Description of thr intent.
|
|
645
|
-
* @maxLength `
|
|
645
|
+
* @maxLength `2000`
|
|
646
646
|
*/
|
|
647
647
|
Description?: string;
|
|
648
648
|
DialogCodeHook?: DialogCodeHookSetting;
|
|
@@ -1076,7 +1076,7 @@ export type SessionAttribute = {
|
|
|
1076
1076
|
export type Slot = {
|
|
1077
1077
|
/**
|
|
1078
1078
|
* A description of the resource
|
|
1079
|
-
* @maxLength `
|
|
1079
|
+
* @maxLength `2000`
|
|
1080
1080
|
*/
|
|
1081
1081
|
Description?: string;
|
|
1082
1082
|
MultipleValuesSetting?: MultipleValuesSetting;
|
|
@@ -1161,7 +1161,7 @@ export type SlotType = {
|
|
|
1161
1161
|
CompositeSlotTypeSetting?: CompositeSlotTypeSetting;
|
|
1162
1162
|
/**
|
|
1163
1163
|
* A description of the resource
|
|
1164
|
-
* @maxLength `
|
|
1164
|
+
* @maxLength `2000`
|
|
1165
1165
|
*/
|
|
1166
1166
|
Description?: string;
|
|
1167
1167
|
ExternalSourceSetting?: ExternalSourceSetting;
|
|
@@ -1374,7 +1374,7 @@ export type TestBotAliasSettings = {
|
|
|
1374
1374
|
ConversationLogSettings?: ConversationLogSettings;
|
|
1375
1375
|
/**
|
|
1376
1376
|
* A description of the resource
|
|
1377
|
-
* @maxLength `
|
|
1377
|
+
* @maxLength `2000`
|
|
1378
1378
|
*/
|
|
1379
1379
|
Description?: string;
|
|
1380
1380
|
SentimentAnalysisSettings?: {
|