@propulsionworks/cloudformation 0.1.32 → 0.1.33

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.
Files changed (53) hide show
  1. package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +42 -53
  2. package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +5 -11
  3. package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +6 -10
  4. package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +14 -0
  5. package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +1 -1
  6. package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +14 -0
  7. package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +1 -1
  8. package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +2 -2
  9. package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +2 -2
  10. package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +73 -0
  11. package/out/exports/resources.generated/aws-datazone-connection.d.ts +38 -4
  12. package/out/exports/resources.generated/aws-datazone-domain.d.ts +1 -1
  13. package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +2 -2
  14. package/out/exports/resources.generated/aws-ec2-capacitymanagerdataexport.d.ts +8 -6
  15. package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +1 -0
  16. package/out/exports/resources.generated/aws-ecs-service.d.ts +53 -2
  17. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +4 -0
  18. package/out/exports/resources.generated/aws-events-apidestination.d.ts +1 -1
  19. package/out/exports/resources.generated/aws-events-connection.d.ts +1 -1
  20. package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +5 -13
  21. package/out/exports/resources.generated/aws-guardduty-trustedentityset.d.ts +4 -4
  22. package/out/exports/resources.generated/aws-iam-policy.d.ts +2 -2
  23. package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +35 -4
  24. package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +4 -0
  25. package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +2 -0
  26. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +3 -1
  27. package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +7 -0
  28. package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +4 -0
  29. package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +1 -1
  30. package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +5 -0
  31. package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +5 -0
  32. package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +5 -0
  33. package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +5 -0
  34. package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +5 -0
  35. package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +5 -0
  36. package/out/exports/resources.generated/aws-organizations-account.d.ts +3 -1
  37. package/out/exports/resources.generated/aws-osis-pipeline.d.ts +1 -1
  38. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +8 -1
  39. package/out/exports/resources.generated/aws-rtbfabric-link.d.ts +134 -0
  40. package/out/exports/resources.generated/aws-rtbfabric-requestergateway.d.ts +5 -0
  41. package/out/exports/resources.generated/aws-rtbfabric-respondergateway.d.ts +5 -0
  42. package/out/exports/resources.generated/aws-s3-bucket.d.ts +6 -2
  43. package/out/exports/resources.generated/aws-s3vectors-index.d.ts +84 -0
  44. package/out/exports/resources.generated/aws-s3vectors-vectorbucket.d.ts +58 -0
  45. package/out/exports/resources.generated/aws-s3vectors-vectorbucketpolicy.d.ts +47 -0
  46. package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +1 -1
  47. package/out/exports/resources.generated/aws-sagemaker-processingjob.d.ts +1 -1
  48. package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +2 -2
  49. package/out/exports/resources.generated/aws-securityhub-aggregatorv2.d.ts +2 -2
  50. package/out/exports/resources.generated/aws-securityhub-automationrulev2.d.ts +2 -2
  51. package/out/exports/resources.generated/aws-securityhub-hubv2.d.ts +2 -2
  52. package/out/exports/resources.generated/aws-transfer-connector.d.ts +58 -1
  53. package/package.json +1 -1
@@ -74,6 +74,11 @@ export type ConnectCampaignsV2CampaignAttribs = {
74
74
  */
75
75
  Arn: string;
76
76
  };
77
+ /**
78
+ * Actions that can performed on a contact by an agent
79
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-agentaction.html}
80
+ */
81
+ export type AgentAction = "DISCARD";
77
82
  /**
78
83
  * Contains answering machine detection configuration.
79
84
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-answermachinedetectionconfig.html}
@@ -357,6 +362,27 @@ export type PredictiveConfig = {
357
362
  */
358
363
  BandwidthAllocation: number;
359
364
  };
365
+ /**
366
+ * Contains preview outbound mode configuration.
367
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-previewconfig.html}
368
+ */
369
+ export type PreviewConfig = {
370
+ /**
371
+ * Agent actions for the preview outbound mode.
372
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-previewconfig.html#cfn-connectcampaignsv2-campaign-previewconfig-agentactions}
373
+ */
374
+ AgentActions?: AgentAction[] | undefined;
375
+ /**
376
+ * Bandwidth allocation for the preview outbound mode.
377
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-previewconfig.html#cfn-connectcampaignsv2-campaign-previewconfig-bandwidthallocation}
378
+ */
379
+ BandwidthAllocation: number;
380
+ /**
381
+ * Countdown timer configuration for preview outbound mode.
382
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-previewconfig.html#cfn-connectcampaignsv2-campaign-previewconfig-timeoutconfig}
383
+ */
384
+ TimeoutConfig: TimeoutConfig;
385
+ };
360
386
  /**
361
387
  * Contains the progressive outbound mode configuration.
362
388
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-progressiveconfig.html}
@@ -559,6 +585,11 @@ export type TelephonyOutboundMode = {
559
585
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-predictiveconfig}
560
586
  */
561
587
  PredictiveConfig?: PredictiveConfig | undefined;
588
+ /**
589
+ * Preview config
590
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-previewconfig}
591
+ */
592
+ PreviewConfig?: PreviewConfig | undefined;
562
593
  /**
563
594
  * Contains progressive telephony outbound mode configuration.
564
595
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-progressiveconfig}
@@ -575,6 +606,11 @@ export type TelephonyOutboundMode = {
575
606
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-predictiveconfig}
576
607
  */
577
608
  PredictiveConfig: PredictiveConfig;
609
+ /**
610
+ * Preview config
611
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-previewconfig}
612
+ */
613
+ PreviewConfig?: PreviewConfig | undefined;
578
614
  /**
579
615
  * Contains progressive telephony outbound mode configuration.
580
616
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-progressiveconfig}
@@ -591,6 +627,32 @@ export type TelephonyOutboundMode = {
591
627
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-predictiveconfig}
592
628
  */
593
629
  PredictiveConfig?: PredictiveConfig | undefined;
630
+ /**
631
+ * Preview config
632
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-previewconfig}
633
+ */
634
+ PreviewConfig?: PreviewConfig | undefined;
635
+ /**
636
+ * Contains progressive telephony outbound mode configuration.
637
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-progressiveconfig}
638
+ */
639
+ ProgressiveConfig?: ProgressiveConfig | undefined;
640
+ } | {
641
+ /**
642
+ * The agentless outbound mode configuration for telephony.
643
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-agentlessconfig}
644
+ */
645
+ AgentlessConfig?: Record<string, unknown> | undefined;
646
+ /**
647
+ * Contains predictive outbound mode configuration.
648
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-predictiveconfig}
649
+ */
650
+ PredictiveConfig?: PredictiveConfig | undefined;
651
+ /**
652
+ * Preview config
653
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-previewconfig}
654
+ */
655
+ PreviewConfig: PreviewConfig;
594
656
  /**
595
657
  * Contains progressive telephony outbound mode configuration.
596
658
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-progressiveconfig}
@@ -629,4 +691,15 @@ export type TimeWindow = {
629
691
  */
630
692
  RestrictedPeriods?: RestrictedPeriods | undefined;
631
693
  };
694
+ /**
695
+ * Contains preview outbound mode timeout configuration.
696
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-timeoutconfig.html}
697
+ */
698
+ export type TimeoutConfig = {
699
+ /**
700
+ * Duration in seconds for the countdown timer.
701
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-timeoutconfig.html#cfn-connectcampaignsv2-campaign-timeoutconfig-durationinseconds}
702
+ */
703
+ DurationInSeconds?: number | undefined;
704
+ };
632
705
  //# sourceMappingURL=aws-connectcampaignsv2-campaign.d.ts.map
@@ -27,11 +27,16 @@ export type DataZoneConnectionProps = {
27
27
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-domainidentifier}
28
28
  */
29
29
  DomainIdentifier: string;
30
+ /**
31
+ * Specifies whether the trusted identity propagation is enabled
32
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-enabletrustedidentitypropagation}
33
+ */
34
+ EnableTrustedIdentityPropagation?: boolean | undefined;
30
35
  /**
31
36
  * The ID of the environment where the connection is created.
32
37
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-environmentidentifier}
33
38
  */
34
- EnvironmentIdentifier: string;
39
+ EnvironmentIdentifier?: string | undefined;
35
40
  /**
36
41
  * The name of the connection.
37
42
  * @maxLength 64
@@ -39,6 +44,11 @@ export type DataZoneConnectionProps = {
39
44
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-name}
40
45
  */
41
46
  Name: string;
47
+ /**
48
+ * The identifier of the project in which the connection should be created. If
49
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-projectidentifier}
50
+ */
51
+ ProjectIdentifier?: string | undefined;
42
52
  /**
43
53
  * Connection props.
44
54
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-props}
@@ -176,7 +186,7 @@ export type AwsLocation = {
176
186
  /**
177
187
  * The access role of a connection.
178
188
  * @maxLength 2048
179
- * @pattern ^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$
189
+ * @pattern ^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*‍/[a-zA-Z0-9+=,.@_-]+$
180
190
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-awslocation.html#cfn-datazone-connection-awslocation-accessrole}
181
191
  */
182
192
  AccessRole?: string | undefined;
@@ -238,6 +248,8 @@ export type ConnectionPropertiesInput = {
238
248
  SparkEmrProperties: SparkEmrPropertiesInput;
239
249
  } | {
240
250
  SparkGlueProperties: SparkGluePropertiesInput;
251
+ } | {
252
+ S3Properties: S3PropertiesInput;
241
253
  };
242
254
  /**
243
255
  * The AWS Glue connecton input.
@@ -578,6 +590,28 @@ export type RedshiftStorageProperties = {
578
590
  */
579
591
  WorkgroupName: string;
580
592
  };
593
+ /**
594
+ * S3 Properties Input
595
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-s3propertiesinput.html}
596
+ */
597
+ export type S3PropertiesInput = {
598
+ /**
599
+ * The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
600
+ * @minLength 0
601
+ * @maxLength 64
602
+ * @pattern [a-zA-Z0-9\-]+
603
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-s3propertiesinput.html#cfn-datazone-connection-s3propertiesinput-s3accessgrantlocationid}
604
+ */
605
+ S3AccessGrantLocationId?: string | undefined;
606
+ /**
607
+ * The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
608
+ * @minLength 0
609
+ * @maxLength 2048
610
+ * @pattern s3://.+
611
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-s3propertiesinput.html#cfn-datazone-connection-s3propertiesinput-s3uri}
612
+ */
613
+ S3Uri: string;
614
+ };
581
615
  /**
582
616
  * The Spark EMR properties.
583
617
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html}
@@ -593,7 +627,7 @@ export type SparkEmrPropertiesInput = {
593
627
  /**
594
628
  * The instance profile ARN of Spark EMR.
595
629
  * @maxLength 2048
596
- * @pattern ^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$
630
+ * @pattern ^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*‍/[a-zA-Z0-9+=,.@_-]+$
597
631
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-instanceprofilearn}
598
632
  */
599
633
  InstanceProfileArn?: string | undefined;
@@ -621,7 +655,7 @@ export type SparkEmrPropertiesInput = {
621
655
  /**
622
656
  * The runtime role of the Spark EMR.
623
657
  * @maxLength 2048
624
- * @pattern ^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$
658
+ * @pattern ^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*‍/[a-zA-Z0-9+=,.@_-]+$
625
659
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-runtimerole}
626
660
  */
627
661
  RuntimeRole?: string | undefined;
@@ -16,7 +16,7 @@ export type DataZoneDomainProps = {
16
16
  Description?: string | undefined;
17
17
  /**
18
18
  * The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the AWS account that houses the Amazon DataZone domain.
19
- * @pattern ^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$
19
+ * @pattern ^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*‍/[a-zA-Z0-9+=,.@_-]+$
20
20
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-domain.html#cfn-datazone-domain-domainexecutionrole}
21
21
  */
22
22
  DomainExecutionRole: string;
@@ -36,7 +36,7 @@ export type DataZoneEnvironmentBlueprintConfigurationProps = {
36
36
  EnvironmentRolePermissionBoundary?: string | undefined;
37
37
  /**
38
38
  * The ARN of the manage access role.
39
- * @pattern ^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$
39
+ * @pattern ^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*‍/[a-zA-Z0-9+=,.@_-]+$
40
40
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentblueprintconfiguration.html#cfn-datazone-environmentblueprintconfiguration-manageaccessrolearn}
41
41
  */
42
42
  ManageAccessRoleArn?: string | undefined;
@@ -98,7 +98,7 @@ export type LakeFormationConfiguration = {
98
98
  LocationRegistrationExcludeS3Locations?: string[] | undefined;
99
99
  /**
100
100
  * The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.
101
- * @pattern ^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$
101
+ * @pattern ^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*‍/[a-zA-Z0-9+=,.@_-]+$
102
102
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-environmentblueprintconfiguration-lakeformationconfiguration.html#cfn-datazone-environmentblueprintconfiguration-lakeformationconfiguration-locationregistrationrole}
103
103
  */
104
104
  LocationRegistrationRole?: string | undefined;
@@ -1,34 +1,36 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
+ * Creates a new data export configuration for EC2 Capacity Manager. This allows you to automatically export capacity usage data to an S3 bucket on a scheduled basis. The exported data includes metrics for On-Demand, Spot, and Capacity Reservations usage across your organization.
3
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacitymanagerdataexport.html}
4
5
  */
5
6
  export type EC2CapacityManagerDataExport = ResourceDefinitionWithAttributes<"AWS::EC2::CapacityManagerDataExport", EC2CapacityManagerDataExportProps, EC2CapacityManagerDataExportAttribs>;
6
7
  /**
8
+ * Creates a new data export configuration for EC2 Capacity Manager. This allows you to automatically export capacity usage data to an S3 bucket on a scheduled basis. The exported data includes metrics for On-Demand, Spot, and Capacity Reservations usage across your organization.
7
9
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacitymanagerdataexport.html}
8
10
  */
9
11
  export type EC2CapacityManagerDataExportProps = {
10
12
  /**
11
- * The format of the exported capacity manager data. Choose 'csv' for comma-separated values or 'parquet' for optimized columnar storage format.
13
+ * The file format of the exported data.
12
14
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacitymanagerdataexport.html#cfn-ec2-capacitymanagerdataexport-outputformat}
13
15
  */
14
16
  OutputFormat: "csv" | "parquet";
15
17
  /**
16
- * The name of the Amazon S3 bucket where the capacity manager data export will be stored. The bucket must exist and be accessible by EC2 Capacity Manager service.
18
+ * The name of the S3 bucket where export files are delivered.
17
19
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacitymanagerdataexport.html#cfn-ec2-capacitymanagerdataexport-s3bucketname}
18
20
  */
19
21
  S3BucketName: string;
20
22
  /**
21
- * The prefix for the S3 bucket location where exported files will be placed. If not specified, files will be placed in the root of the bucket.
23
+ * The S3 key prefix used for organizing export files within the bucket.
22
24
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacitymanagerdataexport.html#cfn-ec2-capacitymanagerdataexport-s3bucketprefix}
23
25
  */
24
26
  S3BucketPrefix?: string | undefined;
25
27
  /**
26
- * The schedule for the capacity manager data export. Currently supports hourly exports that provide periodic snapshots of capacity manager data.
28
+ * The frequency at which data exports are generated.
27
29
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacitymanagerdataexport.html#cfn-ec2-capacitymanagerdataexport-schedule}
28
30
  */
29
31
  Schedule: "hourly";
30
32
  /**
31
- * An array of key-value pairs to apply to the capacity manager data export.
33
+ * The tags associated with the data export configuration.
32
34
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacitymanagerdataexport.html#cfn-ec2-capacitymanagerdataexport-tags}
33
35
  */
34
36
  Tags?: Tag[] | undefined;
@@ -38,7 +40,7 @@ export type EC2CapacityManagerDataExportProps = {
38
40
  */
39
41
  export type EC2CapacityManagerDataExportAttribs = {
40
42
  /**
41
- * The unique identifier of the capacity manager data export.
43
+ * The unique identifier for the data export configuration.
42
44
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacitymanagerdataexport.html#cfn-ec2-capacitymanagerdataexport-capacitymanagerdataexportid}
43
45
  */
44
46
  CapacityManagerDataExportId: string;
@@ -82,6 +82,7 @@ export type EC2NatGatewayProps = {
82
82
  */
83
83
  export type EC2NatGatewayAttribs = {
84
84
  /**
85
+ * The ID of the network interface.
85
86
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-eniid}
86
87
  */
87
88
  EniId: string;
@@ -341,6 +341,23 @@ export type AwsVpcConfiguration = {
341
341
  */
342
342
  Subnets?: string[] | undefined;
343
343
  };
344
+ /**
345
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-canaryconfiguration.html}
346
+ */
347
+ export type CanaryConfiguration = {
348
+ /**
349
+ * @min 0
350
+ * @max 1440
351
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-canaryconfiguration.html#cfn-ecs-service-canaryconfiguration-canarybaketimeinminutes}
352
+ */
353
+ CanaryBakeTimeInMinutes?: number | undefined;
354
+ /**
355
+ * @min 0.1
356
+ * @max 100
357
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-canaryconfiguration.html#cfn-ecs-service-canaryconfiguration-canarypercent}
358
+ */
359
+ CanaryPercent?: number | undefined;
360
+ };
344
361
  /**
345
362
  * The details of a capacity provider strategy. A capacity provider strategy can be set when using the `RunTask` or `CreateService` APIs or as the default capacity provider strategy for a cluster with the `CreateCluster` API.
346
363
  *
@@ -469,7 +486,7 @@ export type DeploymentConfiguration = {
469
486
  /**
470
487
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-canaryconfiguration}
471
488
  */
472
- CanaryConfiguration?: unknown;
489
+ CanaryConfiguration?: CanaryConfiguration | undefined;
473
490
  /**
474
491
  * > The deployment circuit breaker can only be used for services using the rolling update ( `ECS` ) deployment type.
475
492
  *
@@ -485,7 +502,7 @@ export type DeploymentConfiguration = {
485
502
  /**
486
503
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-linearconfiguration}
487
504
  */
488
- LinearConfiguration?: unknown;
505
+ LinearConfiguration?: LinearConfiguration | undefined;
489
506
  /**
490
507
  * 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%.
491
508
  *
@@ -701,6 +718,23 @@ export type ForceNewDeployment = {
701
718
  */
702
719
  ForceNewDeploymentNonce?: string | undefined;
703
720
  };
721
+ /**
722
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-linearconfiguration.html}
723
+ */
724
+ export type LinearConfiguration = {
725
+ /**
726
+ * @min 0
727
+ * @max 1440
728
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-linearconfiguration.html#cfn-ecs-service-linearconfiguration-stepbaketimeinminutes}
729
+ */
730
+ StepBakeTimeInMinutes?: number | undefined;
731
+ /**
732
+ * @min 3
733
+ * @max 100
734
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-linearconfiguration.html#cfn-ecs-service-linearconfiguration-steppercent}
735
+ */
736
+ StepPercent?: number | undefined;
737
+ };
704
738
  /**
705
739
  * The `LoadBalancer` property specifies details on a load balancer that is used with a service.
706
740
  *
@@ -947,6 +981,19 @@ export type Secret = {
947
981
  */
948
982
  ValueFrom: string;
949
983
  };
984
+ /**
985
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectaccesslogconfiguration.html}
986
+ */
987
+ export type ServiceConnectAccessLogConfiguration = {
988
+ /**
989
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectaccesslogconfiguration.html#cfn-ecs-service-serviceconnectaccesslogconfiguration-format}
990
+ */
991
+ Format: "TEXT" | "JSON";
992
+ /**
993
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectaccesslogconfiguration.html#cfn-ecs-service-serviceconnectaccesslogconfiguration-includequeryparameters}
994
+ */
995
+ IncludeQueryParameters?: "DISABLED" | "ENABLED" | undefined;
996
+ };
950
997
  /**
951
998
  * Each alias ("endpoint") is a fully-qualified name and port number that other tasks ("clients") can use to connect to this service.
952
999
  *
@@ -985,6 +1032,10 @@ export type ServiceConnectClientAlias = {
985
1032
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectconfiguration.html}
986
1033
  */
987
1034
  export type ServiceConnectConfiguration = {
1035
+ /**
1036
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectconfiguration.html#cfn-ecs-service-serviceconnectconfiguration-accesslogconfiguration}
1037
+ */
1038
+ AccessLogConfiguration?: ServiceConnectAccessLogConfiguration | undefined;
988
1039
  /**
989
1040
  * Specifies whether to use Service Connect with this service.
990
1041
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectconfiguration.html#cfn-ecs-service-serviceconnectconfiguration-enabled}
@@ -494,14 +494,17 @@ export type RedirectConfig = {
494
494
  StatusCode: string;
495
495
  };
496
496
  /**
497
+ * Information about a rewrite transform. This transform matches a pattern and replaces it with the specified string.
497
498
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-rewriteconfig.html}
498
499
  */
499
500
  export type RewriteConfig = {
500
501
  /**
502
+ * The regular expression to match in the input string. The maximum length of the string is 1,024 characters.
501
503
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-rewriteconfig.html#cfn-elasticloadbalancingv2-listenerrule-rewriteconfig-regex}
502
504
  */
503
505
  Regex: string;
504
506
  /**
507
+ * The replacement string to use when rewriting the matched input. The maximum length of the string is 1,024 characters. You can specify capture groups in the regular expression (for example, $1 and $2).
505
508
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-rewriteconfig.html#cfn-elasticloadbalancingv2-listenerrule-rewriteconfig-replace}
506
509
  */
507
510
  Replace: string;
@@ -558,6 +561,7 @@ export type RuleCondition = {
558
561
  */
559
562
  QueryStringConfig?: QueryStringConfig | undefined;
560
563
  /**
564
+ * The regular expressions to match against the condition field. The maximum length of each string is 128 characters. Specify only when `Field` is `http-header` , `host-header` , or `path-pattern` .
561
565
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-rulecondition.html#cfn-elasticloadbalancingv2-listenerrule-rulecondition-regexvalues}
562
566
  */
563
567
  RegexValues?: string[] | undefined;
@@ -84,7 +84,7 @@ export type EventsApiDestinationAttribs = {
84
84
  *
85
85
  * For example, the following resource defines an IAM policy that grants permission to update a specific API destination.
86
86
  *
87
- * `Resources: ExamplePolicy: Type: AWS::IAM::Policy Properties: PolicyName: ExamplePolicy PolicyDocument: Version: '2012-10-17' Statement: - Effect: Allow Action: - events:UpdateApiDestination Resource: - !GetAtt myApiDestination.ArnForPolicy`
87
+ * `Resources: ExamplePolicy: Type: AWS::IAM::Policy Properties: PolicyName: ExamplePolicy PolicyDocument: Version: '2012-10-17 ' Statement: - Effect: Allow Action: - events:UpdateApiDestination Resource: - !GetAtt myApiDestination.ArnForPolicy`
88
88
  * @pattern ^arn:aws([a-z]|\-)*:events:([a-z]|\d|\-)*:([0-9]{12})?:api-destination/[\.\-_A-Za-z0-9]+$
89
89
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-apidestination.html#cfn-events-apidestination-arnforpolicy}
90
90
  */
@@ -77,7 +77,7 @@ export type EventsConnectionAttribs = {
77
77
  *
78
78
  * For example, the following resource defines an IAM policy that grants permission to update a specific connection.
79
79
  *
80
- * `Resources: ExamplePolicy: Type: AWS::IAM::Policy Properties: PolicyName: ExamplePolicy PolicyDocument: Version: '2012-10-17' Statement: - Effect: Allow Action: - events:UpdateConnection Resource: - !GetAtt myConnection.ArnForPolicy`
80
+ * `Resources: ExamplePolicy: Type: AWS::IAM::Policy Properties: PolicyName: ExamplePolicy PolicyDocument: Version: '2012-10-17 ' Statement: - Effect: Allow Action: - events:UpdateConnection Resource: - !GetAtt myConnection.ArnForPolicy`
81
81
  * @pattern ^arn:aws([a-z]|\-)*:events:([a-z]|\d|\-)*:([0-9]{12})?:connection\/[\.\-_A-Za-z0-9]+$
82
82
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-connection.html#cfn-events-connection-arnforpolicy}
83
83
  */
@@ -34,11 +34,7 @@ export type EventsEventBusPolicyProps = {
34
34
  */
35
35
  Action?: string | undefined;
36
36
  /**
37
- * This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization. For more information about AWS Organizations, see [What Is AWS Organizations](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html) in the *AWS Organizations User Guide* .
38
- *
39
- * If you specify `Condition` with an AWS organization ID, and specify "*" as the value for `Principal` , you grant permission to all the accounts in the named organization.
40
- *
41
- * The `Condition` is a JSON string which must contain `Type` , `Key` , and `Value` fields.
37
+ * This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization.
42
38
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-condition}
43
39
  */
44
40
  Condition?: Condition | undefined;
@@ -52,8 +48,6 @@ export type EventsEventBusPolicyProps = {
52
48
  EventBusName?: string | undefined;
53
49
  /**
54
50
  * The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus.
55
- *
56
- * If you specify "*" without specifying `Condition` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an `account` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
57
51
  * @minLength 1
58
52
  * @maxLength 12
59
53
  * @pattern (\d{12}|\*)
@@ -77,24 +71,22 @@ export type EventsEventBusPolicyProps = {
77
71
  StatementId: string;
78
72
  };
79
73
  /**
80
- * A JSON string which you can use to limit the event bus permissions you are granting to only accounts that fulfill the condition. Currently, the only supported condition is membership in a certain AWS organization. The string must contain `Type` , `Key` , and `Value` fields. The `Value` field specifies the ID of the AWS organization. Following is an example value for `Condition` :
81
- *
82
- * `'{"Type" : "StringEquals", "Key": "aws:PrincipalOrgID", "Value": "o-1234567890"}'`
74
+ * This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization.
83
75
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html}
84
76
  */
85
77
  export type Condition = {
86
78
  /**
87
- * Specifies the key for the condition. Currently the only supported key is `aws:PrincipalOrgID` .
79
+ * Specifies the value for the key. Currently, this must be the ID of the organization.
88
80
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key}
89
81
  */
90
82
  Key?: string | undefined;
91
83
  /**
92
- * Specifies the type of condition. Currently the only supported value is `StringEquals` .
84
+ * Specifies the type of condition. Currently the only supported value is StringEquals.
93
85
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type}
94
86
  */
95
87
  Type?: string | undefined;
96
88
  /**
97
- * Specifies the value for the key. Currently, this must be the ID of the organization.
89
+ * Specifies the key for the condition. Currently the only supported key is aws:PrincipalOrgID.
98
90
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value}
99
91
  */
100
92
  Value?: string | undefined;
@@ -1,15 +1,15 @@
1
1
  import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
2
  /**
3
- * The `AWS::GuardDuty::TrustedEntitySet` resource helps you create a list of IP addresses and domain names that you can use for secure communication with your AWS infrastructure and applications. Once you activate this list, GuardDuty will not generate findings when there is an activity associated with these safe IP addresses and domain names. At any given time, you can have only one trusted entity set.
3
+ * Creates a new trusted entity set. In the trusted entity set, you can provide IP addresses and domains that you believe are secure for communication in your AWS environment. GuardDuty will not generate findings for the entries that are specified in a trusted entity set. At any given time, you can have only one trusted entity set.
4
4
  *
5
- * Only the users of the GuardDuty administrator account can manage the entity sets. These settings automatically apply member accounts.
5
+ * Only users of the administrator account can manage the entity sets, which automatically apply to member accounts.
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html}
7
7
  */
8
8
  export type GuardDutyTrustedEntitySet = ResourceDefinitionWithAttributes<"AWS::GuardDuty::TrustedEntitySet", GuardDutyTrustedEntitySetProps, GuardDutyTrustedEntitySetAttribs>;
9
9
  /**
10
- * The `AWS::GuardDuty::TrustedEntitySet` resource helps you create a list of IP addresses and domain names that you can use for secure communication with your AWS infrastructure and applications. Once you activate this list, GuardDuty will not generate findings when there is an activity associated with these safe IP addresses and domain names. At any given time, you can have only one trusted entity set.
10
+ * Creates a new trusted entity set. In the trusted entity set, you can provide IP addresses and domains that you believe are secure for communication in your AWS environment. GuardDuty will not generate findings for the entries that are specified in a trusted entity set. At any given time, you can have only one trusted entity set.
11
11
  *
12
- * Only the users of the GuardDuty administrator account can manage the entity sets. These settings automatically apply member accounts.
12
+ * Only users of the administrator account can manage the entity sets, which automatically apply to member accounts.
13
13
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html}
14
14
  */
15
15
  export type GuardDutyTrustedEntitySetProps = {
@@ -6,7 +6,7 @@ import type { ResourceDefinitionWithAttributes, PolicyDocument } from "../main.t
6
6
  *
7
7
  * The Groups, Roles, and Users properties are optional. However, you must specify at least one of these properties.
8
8
  *
9
- * For information about policy documents see [Creating IAM policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *IAM User Guide* .
9
+ * For information about policy documents, see [Creating IAM policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *IAM User Guide* .
10
10
  *
11
11
  * For information about limits on the number of inline policies that you can embed in an identity, see [Limitations on IAM Entities](https://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the *IAM User Guide* .
12
12
  *
@@ -25,7 +25,7 @@ export type IAMPolicy = ResourceDefinitionWithAttributes<"AWS::IAM::Policy", IAM
25
25
  *
26
26
  * The Groups, Roles, and Users properties are optional. However, you must specify at least one of these properties.
27
27
  *
28
- * For information about policy documents see [Creating IAM policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *IAM User Guide* .
28
+ * For information about policy documents, see [Creating IAM policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *IAM User Guide* .
29
29
  *
30
30
  * For information about limits on the number of inline policies that you can embed in an identity, see [Limitations on IAM Entities](https://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the *IAM User Guide* .
31
31
  *