@propulsionworks/cloudformation 0.1.8 → 0.1.10

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 (50) hide show
  1. package/lib/intrinsics.ts +1 -1
  2. package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +2 -2
  3. package/out/exports/resources.generated/aws-aps-scraper.d.ts +4 -4
  4. package/out/exports/resources.generated/aws-aps-workspace.d.ts +15 -11
  5. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +17 -13
  6. package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +7 -1
  7. package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +3 -5
  8. package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +3 -5
  9. package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +4 -6
  10. package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +6 -10
  11. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +2 -2
  12. package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +1 -1
  13. package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +4 -0
  14. package/out/exports/resources.generated/aws-codebuild-project.d.ts +17 -0
  15. package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +2 -0
  16. package/out/exports/resources.generated/aws-datazone-project.d.ts +1 -1
  17. package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +86 -0
  18. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +21 -0
  19. package/out/exports/resources.generated/aws-ec2-instance.d.ts +26 -5
  20. package/out/exports/resources.generated/aws-ec2-ipam.d.ts +5 -0
  21. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +1 -0
  22. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +2 -2
  23. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +1 -1
  24. package/out/exports/resources.generated/aws-emr-cluster.d.ts +8 -0
  25. package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +1 -1
  26. package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +21 -0
  27. package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +19 -3
  28. package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +4 -0
  29. package/out/exports/resources.generated/aws-lex-bot.d.ts +12 -0
  30. package/out/exports/resources.generated/aws-lightsail-instancesnapshot.d.ts +73 -0
  31. package/out/exports/resources.generated/aws-medialive-channel.d.ts +49 -0
  32. package/out/exports/resources.generated/aws-medialive-input.d.ts +56 -0
  33. package/out/exports/resources.generated/aws-msk-configuration.d.ts +1 -1
  34. package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +5 -1
  35. package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +6 -0
  36. package/out/exports/resources.generated/aws-panorama-package.d.ts +6 -0
  37. package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +6 -0
  38. package/out/exports/resources.generated/aws-pcs-cluster.d.ts +7 -3
  39. package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +2 -2
  40. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1 -1
  41. package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +2 -2
  42. package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +1 -1
  43. package/out/exports/resources.generated/aws-s3express-accesspoint.d.ts +142 -0
  44. package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +28 -0
  45. package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +19 -0
  46. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +13 -8
  47. package/out/exports/resources.generated/aws-voiceid-domain.d.ts +6 -0
  48. package/out/lib/intrinsics.d.ts +1 -1
  49. package/out/lib/intrinsics.d.ts.map +1 -1
  50. package/package.json +1 -1
@@ -51,6 +51,14 @@ export type MediaLiveInputProps = {
51
51
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn}
52
52
  */
53
53
  RoleArn?: string | undefined;
54
+ /**
55
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-sdisources}
56
+ */
57
+ SdiSources?: string[] | undefined;
58
+ /**
59
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-smpte2110receivergroupsettings}
60
+ */
61
+ Smpte2110ReceiverGroupSettings?: Smpte2110ReceiverGroupSettings | undefined;
54
62
  /**
55
63
  * Settings that apply only if the input is a pull type of input.
56
64
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-sources}
@@ -142,6 +150,19 @@ export type InputRequestDestinationRoute = {
142
150
  */
143
151
  Gateway?: string | undefined;
144
152
  };
153
+ /**
154
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsdplocation.html}
155
+ */
156
+ export type InputSdpLocation = {
157
+ /**
158
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsdplocation.html#cfn-medialive-input-inputsdplocation-mediaindex}
159
+ */
160
+ MediaIndex?: number | undefined;
161
+ /**
162
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsdplocation.html#cfn-medialive-input-inputsdplocation-sdpurl}
163
+ */
164
+ SdpUrl?: string | undefined;
165
+ };
145
166
  /**
146
167
  * Settings that apply only if the input is a pull type of input.
147
168
  *
@@ -218,6 +239,41 @@ export type MulticastSourceCreateRequest = {
218
239
  */
219
240
  Url?: string | undefined;
220
241
  };
242
+ /**
243
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroup.html}
244
+ */
245
+ export type Smpte2110ReceiverGroup = {
246
+ /**
247
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroup.html#cfn-medialive-input-smpte2110receivergroup-sdpsettings}
248
+ */
249
+ SdpSettings?: Smpte2110ReceiverGroupSdpSettings | undefined;
250
+ };
251
+ /**
252
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsdpsettings.html}
253
+ */
254
+ export type Smpte2110ReceiverGroupSdpSettings = {
255
+ /**
256
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsdpsettings.html#cfn-medialive-input-smpte2110receivergroupsdpsettings-ancillarysdps}
257
+ */
258
+ AncillarySdps?: InputSdpLocation[] | undefined;
259
+ /**
260
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsdpsettings.html#cfn-medialive-input-smpte2110receivergroupsdpsettings-audiosdps}
261
+ */
262
+ AudioSdps?: InputSdpLocation[] | undefined;
263
+ /**
264
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsdpsettings.html#cfn-medialive-input-smpte2110receivergroupsdpsettings-videosdp}
265
+ */
266
+ VideoSdp?: InputSdpLocation | undefined;
267
+ };
268
+ /**
269
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsettings.html}
270
+ */
271
+ export type Smpte2110ReceiverGroupSettings = {
272
+ /**
273
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsettings.html#cfn-medialive-input-smpte2110receivergroupsettings-smpte2110receivergroups}
274
+ */
275
+ Smpte2110ReceiverGroups?: Smpte2110ReceiverGroup[] | undefined;
276
+ };
221
277
  /**
222
278
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallerdecryptionrequest.html}
223
279
  */
@@ -49,7 +49,7 @@ export type MSKConfigurationProps = {
49
49
  */
50
50
  Name: string;
51
51
  /**
52
- * Contents of the `server.properties` file. When using this property, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the AWS CLI , the contents of `server.properties` can be in plaintext.
52
+ * Contents of the `server.properties` file. When using the console, the SDK, or the AWS CLI , the contents of `server.properties` can be in plaintext.
53
53
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-configuration.html#cfn-msk-configuration-serverproperties}
54
54
  */
55
55
  ServerProperties: string;
@@ -56,7 +56,11 @@ export type NetworkFirewallFirewallProps = {
56
56
  */
57
57
  SubnetChangeProtection?: boolean | undefined;
58
58
  /**
59
- * The public subnets that Network Firewall is using for the firewall. Each subnet must belong to a different Availability Zone.
59
+ * The primary public subnets that Network Firewall is using for the firewall. Network Firewall creates a firewall endpoint in each subnet. Create a subnet mapping for each Availability Zone where you want to use the firewall.
60
+ *
61
+ * These subnets are all defined for a single, primary VPC, and each must belong to a different Availability Zone. Each of these subnets establishes the availability of the firewall in its Availability Zone.
62
+ *
63
+ * In addition to these subnets, you can define other endpoints for the firewall in `VpcEndpointAssociation` resources. You can define these additional endpoints for any VPC, and for any of the Availability Zones where the firewall resource already has a subnet mapping. VPC endpoint associations give you the ability to protect multiple VPCs using a single firewall, and to define multiple firewall endpoints for a VPC in a single Availability Zone.
60
64
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-subnetmappings}
61
65
  */
62
66
  SubnetMappings: SubnetMapping[];
@@ -1,10 +1,16 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
+ * > End of support notice: On May 31, 2026, AWS will end support for AWS Panorama . After May 31, 2026,
4
+ * > you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see [AWS Panorama end of support](https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html) .
5
+ *
3
6
  * Creates an application instance and deploys it to a device.
4
7
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html}
5
8
  */
6
9
  export type PanoramaApplicationInstance = ResourceDefinitionWithAttributes<"AWS::Panorama::ApplicationInstance", PanoramaApplicationInstanceProps, PanoramaApplicationInstanceAttribs>;
7
10
  /**
11
+ * > End of support notice: On May 31, 2026, AWS will end support for AWS Panorama . After May 31, 2026,
12
+ * > you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see [AWS Panorama end of support](https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html) .
13
+ *
8
14
  * Creates an application instance and deploys it to a device.
9
15
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html}
10
16
  */
@@ -1,10 +1,16 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
+ * > End of support notice: On May 31, 2026, AWS will end support for AWS Panorama . After May 31, 2026,
4
+ * > you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see [AWS Panorama end of support](https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html) .
5
+ *
3
6
  * Creates a package and storage location in an Amazon S3 access point.
4
7
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-package.html}
5
8
  */
6
9
  export type PanoramaPackage = ResourceDefinitionWithAttributes<"AWS::Panorama::Package", PanoramaPackageProps, PanoramaPackageAttribs>;
7
10
  /**
11
+ * > End of support notice: On May 31, 2026, AWS will end support for AWS Panorama . After May 31, 2026,
12
+ * > you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see [AWS Panorama end of support](https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html) .
13
+ *
8
14
  * Creates a package and storage location in an Amazon S3 access point.
9
15
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-package.html}
10
16
  */
@@ -1,10 +1,16 @@
1
1
  import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
2
  /**
3
+ * > End of support notice: On May 31, 2026, AWS will end support for AWS Panorama . After May 31, 2026,
4
+ * > you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see [AWS Panorama end of support](https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html) .
5
+ *
3
6
  * Registers a package version.
4
7
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-packageversion.html}
5
8
  */
6
9
  export type PanoramaPackageVersion = ResourceDefinitionWithAttributes<"AWS::Panorama::PackageVersion", PanoramaPackageVersionProps, PanoramaPackageVersionAttribs>;
7
10
  /**
11
+ * > End of support notice: On May 31, 2026, AWS will end support for AWS Panorama . After May 31, 2026,
12
+ * > you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see [AWS Panorama end of support](https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html) .
13
+ *
8
14
  * Registers a package version.
9
15
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-packageversion.html}
10
16
  */
@@ -92,12 +92,16 @@ export type PCSClusterAttribs = {
92
92
  Status: "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED";
93
93
  };
94
94
  /**
95
- * The accounting configuration includes configurable settings for Slurm accounting.
95
+ * The accounting configuration includes configurable settings for Slurm accounting. It's a property of the `ClusterSlurmConfiguration` object.
96
96
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-accounting.html}
97
97
  */
98
98
  export type Accounting = {
99
99
  /**
100
- * The default value for all purge settings for `slurmdbd.conf`. For more information, see the [slurmdbd.conf documentation at SchedMD](https://slurm.schedmd.com/slurmdbd.conf.html). The default value is `-1`. A value of `-1` means there is no purge time and records persist as long as the cluster exists.
100
+ * The default value for all purge settings for `slurmdbd.conf` . For more information, see the [slurmdbd.conf documentation at SchedMD](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurmdbd.conf.html) .
101
+ *
102
+ * The default value `-1` means there is no purge time and records persist as long as the cluster exists.
103
+ *
104
+ * > `0` isn't a valid value.
101
105
  * @min -1
102
106
  * @max 10000
103
107
  * @default -1
@@ -105,7 +109,7 @@ export type Accounting = {
105
109
  */
106
110
  DefaultPurgeTimeInDays?: number | undefined;
107
111
  /**
108
- * The default value is `STANDARD`. A value of `STANDARD` means that Slurm accounting is enabled.
112
+ * The default value for `mode` is `STANDARD` . A value of `STANDARD` means Slurm accounting is enabled.
109
113
  * @default "NONE"
110
114
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-accounting.html#cfn-pcs-cluster-accounting-mode}
111
115
  */
@@ -323,8 +323,8 @@ export type RDSDBClusterProps = {
323
323
  *
324
324
  * You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:
325
325
  *
326
- * - Amazon Aurora - [Using Amazon RDS Extended Support](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html) in the *Amazon Aurora User Guide*
327
- * - Amazon RDS - [Using Amazon RDS Extended Support](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html) in the *Amazon RDS User Guide*
326
+ * - Amazon Aurora - [Amazon RDS Extended Support with Amazon Aurora](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html) in the *Amazon Aurora User Guide*
327
+ * - Amazon RDS - [Amazon RDS Extended Support with Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html) in the *Amazon RDS User Guide*
328
328
  *
329
329
  * Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
330
330
  *
@@ -644,7 +644,7 @@ export type RDSDBInstanceProps = {
644
644
  *
645
645
  * This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster.
646
646
  *
647
- * You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see [Using Amazon RDS Extended Support](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html) in the *Amazon RDS User Guide* .
647
+ * You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see [Amazon RDS Extended Support with Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html) in the *Amazon RDS User Guide* .
648
648
  *
649
649
  * Valid Values: `open-source-rds-extended-support | open-source-rds-extended-support-disabled`
650
650
  *
@@ -44,7 +44,7 @@ export type RDSGlobalClusterProps = {
44
44
  *
45
45
  * This setting only applies to Aurora PostgreSQL-based global databases.
46
46
  *
47
- * You can use this setting to enroll your global cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your global cluster past the end of standard support for that engine version. For more information, see [Using Amazon RDS Extended Support](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html) in the *Amazon Aurora User Guide* .
47
+ * You can use this setting to enroll your global cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your global cluster past the end of standard support for that engine version. For more information, see [Amazon RDS Extended Support with Amazon Aurora](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html) in the *Amazon Aurora User Guide* .
48
48
  *
49
49
  * Valid Values: `open-source-rds-extended-support | open-source-rds-extended-support-disabled`
50
50
  *
@@ -123,7 +123,7 @@ export type RDSGlobalClusterProps = {
123
123
  *
124
124
  * This setting only applies to Aurora PostgreSQL-based global databases.
125
125
  *
126
- * You can use this setting to enroll your global cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your global cluster past the end of standard support for that engine version. For more information, see [Using Amazon RDS Extended Support](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html) in the *Amazon Aurora User Guide* .
126
+ * You can use this setting to enroll your global cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your global cluster past the end of standard support for that engine version. For more information, see [Amazon RDS Extended Support with Amazon Aurora](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html) in the *Amazon Aurora User Guide* .
127
127
  *
128
128
  * Valid Values: `open-source-rds-extended-support | open-source-rds-extended-support-disabled`
129
129
  *
@@ -76,7 +76,7 @@ export type Route53ResolverResolverEndpointProps = {
76
76
  * The Resolver endpoint IP address type.
77
77
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-resolverendpointtype}
78
78
  */
79
- ResolverEndpointType?: string | undefined;
79
+ ResolverEndpointType?: "IPV6" | "IPV4" | "DUALSTACK" | undefined;
80
80
  /**
81
81
  * The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
82
82
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-securitygroupids}
@@ -0,0 +1,142 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ /**
3
+ * Access points simplify managing data access at scale for shared datasets in Amazon S3 . Access points are unique hostnames you create to enforce distinct permissions and network controls for all requests made through an access point. You can create hundreds of access points per bucket, each with a distinct name and permissions customized for each application. Each access point works in conjunction with the bucket policy that is attached to the underlying bucket. For more information, see [Managing access to shared datasets in directory buckets with access points](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets.html) .
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html}
5
+ */
6
+ export type S3ExpressAccessPoint = ResourceDefinitionWithAttributes<"AWS::S3Express::AccessPoint", S3ExpressAccessPointProps, S3ExpressAccessPointAttribs>;
7
+ /**
8
+ * Access points simplify managing data access at scale for shared datasets in Amazon S3 . Access points are unique hostnames you create to enforce distinct permissions and network controls for all requests made through an access point. You can create hundreds of access points per bucket, each with a distinct name and permissions customized for each application. Each access point works in conjunction with the bucket policy that is attached to the underlying bucket. For more information, see [Managing access to shared datasets in directory buckets with access points](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets.html) .
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html}
10
+ */
11
+ export type S3ExpressAccessPointProps = {
12
+ /**
13
+ * The name of the bucket that you want to associate the access point with.
14
+ * @minLength 3
15
+ * @maxLength 255
16
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-bucket}
17
+ */
18
+ Bucket: string;
19
+ /**
20
+ * The AWS account ID that owns the bucket associated with this access point.
21
+ * @maxLength 64
22
+ * @pattern ^\d{12}$
23
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-bucketaccountid}
24
+ */
25
+ BucketAccountId?: string | undefined;
26
+ /**
27
+ * An access point name consists of a base name you provide, followed by the zoneID ( AWS Local Zone) followed by the prefix `--xa-s3` . For example, accesspointname--zoneID--xa-s3.
28
+ * @minLength 3
29
+ * @maxLength 50
30
+ * @pattern ^[a-z0-9]([a-z0-9\-]*[a-z0-9])?$
31
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-name}
32
+ */
33
+ Name?: string | undefined;
34
+ /**
35
+ * The access point policy associated with the specified access point.
36
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-policy}
37
+ */
38
+ Policy?: Record<string, unknown> | undefined;
39
+ /**
40
+ * Public access is blocked by default to access points for directory buckets.
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-publicaccessblockconfiguration}
42
+ */
43
+ PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration | undefined;
44
+ /**
45
+ * You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.
46
+ *
47
+ * For more information, see [Manage the scope of your access points for directory buckets.](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets-manage-scope.html)
48
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-scope}
49
+ */
50
+ Scope?: Scope | undefined;
51
+ /**
52
+ * If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).
53
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-vpcconfiguration}
54
+ */
55
+ VpcConfiguration?: VpcConfiguration | undefined;
56
+ };
57
+ /**
58
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#aws-resource-s3express-accesspoint-return-values}
59
+ */
60
+ export type S3ExpressAccessPointAttribs = {
61
+ /**
62
+ * The ARN of the access point.
63
+ * @example "arn:aws:s3express:us-west-2:123456789012:accesspoint/my-accesspoint--usw2-az1--xa-s3"
64
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-arn}
65
+ */
66
+ Arn: string;
67
+ /**
68
+ * The network configuration of the access point.
69
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-networkorigin}
70
+ */
71
+ NetworkOrigin: "Internet" | "VPC";
72
+ };
73
+ /**
74
+ * Public access is blocked by default to access points for directory buckets.
75
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-publicaccessblockconfiguration.html}
76
+ */
77
+ export type PublicAccessBlockConfiguration = {
78
+ /**
79
+ * Specifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket. Setting this element to `TRUE` causes the following behavior:
80
+ *
81
+ * - PUT Bucket ACL and PUT Object ACL calls fail if the specified ACL is public.
82
+ * - PUT Object calls fail if the request includes a public ACL.
83
+ * - PUT Bucket calls fail if the request includes a public ACL.
84
+ *
85
+ * Enabling this setting doesn't affect existing policies or ACLs.
86
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-publicaccessblockconfiguration.html#cfn-s3express-accesspoint-publicaccessblockconfiguration-blockpublicacls}
87
+ */
88
+ BlockPublicAcls?: boolean | undefined;
89
+ /**
90
+ * Specifies whether Amazon S3 should block public bucket policies for this bucket. Setting this element to `TRUE` causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access.
91
+ *
92
+ * Enabling this setting doesn't affect existing bucket policies.
93
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-publicaccessblockconfiguration.html#cfn-s3express-accesspoint-publicaccessblockconfiguration-blockpublicpolicy}
94
+ */
95
+ BlockPublicPolicy?: boolean | undefined;
96
+ /**
97
+ * Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket. Setting this element to `TRUE` causes Amazon S3 to ignore all public ACLs on this bucket and objects in this bucket.
98
+ *
99
+ * Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
100
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-publicaccessblockconfiguration.html#cfn-s3express-accesspoint-publicaccessblockconfiguration-ignorepublicacls}
101
+ */
102
+ IgnorePublicAcls?: boolean | undefined;
103
+ /**
104
+ * Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to `TRUE` restricts access to this bucket to only AWS service principals and authorized users within this account if the bucket has a public policy.
105
+ *
106
+ * Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
107
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-publicaccessblockconfiguration.html#cfn-s3express-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets}
108
+ */
109
+ RestrictPublicBuckets?: boolean | undefined;
110
+ };
111
+ /**
112
+ * You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.
113
+ *
114
+ * For more information, see [Manage the scope of your access points for directory buckets.](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets-manage-scope.html)
115
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-scope.html}
116
+ */
117
+ export type Scope = {
118
+ /**
119
+ * You can include one or more API operations as permissions.
120
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-scope.html#cfn-s3express-accesspoint-scope-permissions}
121
+ */
122
+ Permissions?: ("GetObject" | "GetObjectAttributes" | "ListMultipartUploadParts" | "ListBucket" | "ListBucketMultipartUploads" | "PutObject" | "DeleteObject" | "AbortMultipartUpload")[] | undefined;
123
+ /**
124
+ * You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.
125
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-scope.html#cfn-s3express-accesspoint-scope-prefixes}
126
+ */
127
+ Prefixes?: string[] | undefined;
128
+ };
129
+ /**
130
+ * The Virtual Private Cloud (VPC) configuration for a bucket access point.
131
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-vpcconfiguration.html}
132
+ */
133
+ export type VpcConfiguration = {
134
+ /**
135
+ * If this field is specified, this access point will only allow connections from the specified VPC ID.
136
+ * @minLength 1
137
+ * @maxLength 1024
138
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-vpcconfiguration.html#cfn-s3express-accesspoint-vpcconfiguration-vpcid}
139
+ */
140
+ VpcId?: string | undefined;
141
+ };
142
+ //# sourceMappingURL=aws-s3express-accesspoint.d.ts.map
@@ -266,6 +266,10 @@ export type RuleAction = {
266
266
  } | {
267
267
  PublishToSns: SnsAction;
268
268
  };
269
+ /**
270
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-ruleaddresslistemailattribute.html}
271
+ */
272
+ export type RuleAddressListEmailAttribute = "RECIPIENT" | "MAIL_FROM" | "SENDER" | "FROM" | "TO" | "CC";
269
273
  /**
270
274
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-rulebooleanemailattribute.html}
271
275
  */
@@ -298,6 +302,8 @@ export type RuleBooleanToEvaluate = {
298
302
  Attribute: RuleBooleanEmailAttribute;
299
303
  } | {
300
304
  Analysis: Analysis;
305
+ } | {
306
+ IsInAddressList: RuleIsInAddressList;
301
307
  };
302
308
  /**
303
309
  * The conditional expression used to evaluate an email for determining if a rule action should be taken.
@@ -378,6 +384,22 @@ export type RuleIpOperator = "CIDR_MATCHES" | "NOT_CIDR_MATCHES";
378
384
  export type RuleIpToEvaluate = {
379
385
  Attribute: RuleIpEmailAttribute;
380
386
  };
387
+ /**
388
+ * The structure type for a boolean condition that provides the address lists and address list attribute to evaluate.
389
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-ruleisinaddresslist.html}
390
+ */
391
+ export type RuleIsInAddressList = {
392
+ /**
393
+ * The address lists that will be used for evaluation.
394
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-ruleisinaddresslist.html#cfn-ses-mailmanagerruleset-ruleisinaddresslist-addresslists}
395
+ */
396
+ AddressLists: string[];
397
+ /**
398
+ * The email attribute that needs to be evaluated against the address list.
399
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-ruleisinaddresslist.html#cfn-ses-mailmanagerruleset-ruleisinaddresslist-attribute}
400
+ */
401
+ Attribute: RuleAddressListEmailAttribute;
402
+ };
381
403
  /**
382
404
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-rulenumberemailattribute.html}
383
405
  */
@@ -566,22 +588,27 @@ export type SendAction = {
566
588
  RoleArn: string;
567
589
  };
568
590
  /**
591
+ * The action to publish the email content to an Amazon SNS topic. When executed, this action will send the email as a notification to the specified SNS topic.
569
592
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-snsaction.html}
570
593
  */
571
594
  export type SnsAction = {
572
595
  /**
596
+ * A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, specified SNS topic has been deleted or the role lacks necessary permissions to call the `sns:Publish` API.
573
597
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-snsaction.html#cfn-ses-mailmanagerruleset-snsaction-actionfailurepolicy}
574
598
  */
575
599
  ActionFailurePolicy?: ActionFailurePolicy | undefined;
576
600
  /**
601
+ * The encoding to use for the email within the Amazon SNS notification. The default value is `UTF-8` . Use `BASE64` if you need to preserve all special characters, especially when the original message uses a different encoding format.
577
602
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-snsaction.html#cfn-ses-mailmanagerruleset-snsaction-encoding}
578
603
  */
579
604
  Encoding?: SnsNotificationEncoding | undefined;
580
605
  /**
606
+ * The expected payload type within the Amazon SNS notification. `CONTENT` attempts to publish the full email content with 20KB of headers content. `HEADERS` extracts up to 100KB of header content to include in the notification, email content will not be included to the notification. The default value is `CONTENT` .
581
607
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-snsaction.html#cfn-ses-mailmanagerruleset-snsaction-payloadtype}
582
608
  */
583
609
  PayloadType?: SnsNotificationPayloadType | undefined;
584
610
  /**
611
+ * The Amazon Resource Name (ARN) of the IAM Role to use while writing to Amazon SNS. This role must have access to the `sns:Publish` API for the given topic.
585
612
  * @minLength 20
586
613
  * @maxLength 2048
587
614
  * @pattern ^[a-zA-Z0-9:_/+=,@.#-]+$
@@ -589,6 +616,7 @@ export type SnsAction = {
589
616
  */
590
617
  RoleArn: string;
591
618
  /**
619
+ * The Amazon Resource Name (ARN) of the Amazon SNS Topic to which notification for the email received will be published.
592
620
  * @minLength 20
593
621
  * @maxLength 2048
594
622
  * @pattern ^arn:(aws|aws-cn|aws-us-gov):sns:[a-z]{2}-[a-z]+-\d{1}:\d{12}:[\w\-]{1,256}$
@@ -62,6 +62,10 @@ export type SESMailManagerTrafficPolicyAttribs = {
62
62
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-acceptaction.html}
63
63
  */
64
64
  export type AcceptAction = "ALLOW" | "DENY";
65
+ /**
66
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressaddresslistemailattribute.html}
67
+ */
68
+ export type IngressAddressListEmailAttribute = "RECIPIENT";
65
69
  /**
66
70
  * The Add On ARN and its returned value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.
67
71
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressanalysis.html}
@@ -108,6 +112,8 @@ export type IngressBooleanOperator = "IS_TRUE" | "IS_FALSE";
108
112
  */
109
113
  export type IngressBooleanToEvaluate = {
110
114
  Analysis: IngressAnalysis;
115
+ } | {
116
+ IsInAddressList: IngressIsInAddressList;
111
117
  };
112
118
  /**
113
119
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipoperator.html}
@@ -172,6 +178,19 @@ export type IngressIpv6Expression = {
172
178
  export type IngressIpv6ToEvaluate = {
173
179
  Attribute: IngressIpv6Attribute;
174
180
  };
181
+ /**
182
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressisinaddresslist.html}
183
+ */
184
+ export type IngressIsInAddressList = {
185
+ /**
186
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressisinaddresslist.html#cfn-ses-mailmanagertrafficpolicy-ingressisinaddresslist-addresslists}
187
+ */
188
+ AddressLists: string[];
189
+ /**
190
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressisinaddresslist.html#cfn-ses-mailmanagertrafficpolicy-ingressisinaddresslist-attribute}
191
+ */
192
+ Attribute: IngressAddressListEmailAttribute;
193
+ };
175
194
  /**
176
195
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressstringemailattribute.html}
177
196
  */
@@ -43,7 +43,11 @@ export type SyntheticsCanaryProps = {
43
43
  */
44
44
  DeleteLambdaResourcesOnCanaryDeletion?: boolean | undefined;
45
45
  /**
46
- * Setting to control if UpdateCanary will perform a DryRun and validate it is PASSING before performing the Update. Default is FALSE.
46
+ * Specifies whether to perform a dry run before updating the canary. If set to `true` , CloudFormation will execute a dry run to validate the changes before applying them to the canary. If the dry run succeeds, the canary will be updated with the changes. If the dry run fails, the CloudFormation deployment will fail with the dry run’s failure reason.
47
+ *
48
+ * If set to `false` or omitted, the canary will be updated directly without first performing a dry run. The default value is `false` .
49
+ *
50
+ * For more information, see [Performing safe canary updates](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/performing-safe-canary-upgrades.html) .
47
51
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-dryrunandupdate}
48
52
  */
49
53
  DryRunAndUpdate?: boolean | undefined;
@@ -195,12 +199,12 @@ export type Code = {
195
199
  */
196
200
  S3Bucket: string;
197
201
  /**
198
- * The S3 key of your script. For more information, see [Working with Amazon S3 Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingObjects.html) .
202
+ * The Amazon S3 key of your script. For more information, see [Working with Amazon S3 Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingObjects.html) .
199
203
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key}
200
204
  */
201
205
  S3Key: string;
202
206
  /**
203
- * The S3 version ID of your script.
207
+ * The Amazon S3 version ID of your script.
204
208
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion}
205
209
  */
206
210
  S3ObjectVersion?: string | undefined;
@@ -221,12 +225,12 @@ export type Code = {
221
225
  */
222
226
  S3Bucket?: string | undefined;
223
227
  /**
224
- * The S3 key of your script. For more information, see [Working with Amazon S3 Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingObjects.html) .
228
+ * The Amazon S3 key of your script. For more information, see [Working with Amazon S3 Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingObjects.html) .
225
229
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key}
226
230
  */
227
231
  S3Key?: string | undefined;
228
232
  /**
229
- * The S3 version ID of your script.
233
+ * The Amazon S3 version ID of your script.
230
234
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion}
231
235
  */
232
236
  S3ObjectVersion?: string | undefined;
@@ -242,11 +246,12 @@ export type Code = {
242
246
  */
243
247
  export type ResourceToTag = "lambda-function";
244
248
  /**
249
+ * The canary's retry configuration information.
245
250
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-retryconfig.html}
246
251
  */
247
252
  export type RetryConfig = {
248
253
  /**
249
- * maximum times the canary will be retried upon the scheduled run failure
254
+ * The maximum number of retries. The value must be less than or equal to two.
250
255
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-retryconfig.html#cfn-synthetics-canary-retryconfig-maxretries}
251
256
  */
252
257
  MaxRetries: number;
@@ -327,7 +332,7 @@ export type Schedule = {
327
332
  */
328
333
  Expression: string;
329
334
  /**
330
- * Provide canary auto retry configuration
335
+ * The canary's retry configuration information.
331
336
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-retryconfig}
332
337
  */
333
338
  RetryConfig?: RetryConfig | undefined;
@@ -338,7 +343,7 @@ export type Schedule = {
338
343
  */
339
344
  export type VPCConfig = {
340
345
  /**
341
- * Allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets if set to true
346
+ * Set this to `true` to allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets. The default is `false` .
342
347
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-ipv6allowedfordualstack}
343
348
  */
344
349
  Ipv6AllowedForDualStack?: boolean | undefined;
@@ -1,10 +1,14 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
+ * > End of support notice: On May 20, 2026, AWS will end support for Amazon Connect Voice ID. After May 20, 2026, you will no longer be able to access Voice ID on the Amazon Connect console, access Voice ID features on the Amazon Connect admin website or Contact Control Panel, or access Voice ID resources. For more information, visit [Amazon Connect Voice ID end of support](https://docs.aws.amazon.com/connect/latest/adminguide/amazonconnect-voiceid-end-of-support.html) .
4
+ *
3
5
  * Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints. Every domain is created with a default watchlist that fraudsters can be a part of.
4
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-voiceid-domain.html}
5
7
  */
6
8
  export type VoiceIDDomain = ResourceDefinitionWithAttributes<"AWS::VoiceID::Domain", VoiceIDDomainProps, VoiceIDDomainAttribs>;
7
9
  /**
10
+ * > End of support notice: On May 20, 2026, AWS will end support for Amazon Connect Voice ID. After May 20, 2026, you will no longer be able to access Voice ID on the Amazon Connect console, access Voice ID features on the Amazon Connect admin website or Contact Control Panel, or access Voice ID resources. For more information, visit [Amazon Connect Voice ID end of support](https://docs.aws.amazon.com/connect/latest/adminguide/amazonconnect-voiceid-end-of-support.html) .
11
+ *
8
12
  * Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints. Every domain is created with a default watchlist that fraudsters can be a part of.
9
13
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-voiceid-domain.html}
10
14
  */
@@ -50,6 +54,8 @@ export type VoiceIDDomainAttribs = {
50
54
  DomainId: string;
51
55
  };
52
56
  /**
57
+ * > End of support notice: On May 20, 2026, AWS will end support for Amazon Connect Voice ID. After May 20, 2026, you will no longer be able to access Voice ID on the Amazon Connect console, access Voice ID features on the Amazon Connect admin website or Contact Control Panel, or access Voice ID resources. For more information, visit [Amazon Connect Voice ID end of support](https://docs.aws.amazon.com/connect/latest/adminguide/amazonconnect-voiceid-end-of-support.html) .
58
+ *
53
59
  * The configuration containing information about the customer managed key used for encrypting customer data.
54
60
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-voiceid-domain-serversideencryptionconfiguration.html}
55
61
  */
@@ -407,7 +407,7 @@ export type FnSelect<Value> = {
407
407
  [IntrinsicValueType]?: Value;
408
408
  "Fn::Select": [
409
409
  index: number | Ref<number> | FnFindInMap<number>,
410
- listOfObjects: Value[] | (Value extends string[] ? FnGetAZs | FnSplit : never) | FnFindInMap<Value[]> | FnGetAtt<Value[]> | Ref<Value[]>
410
+ listOfObjects: Value[] | (Value extends string ? FnGetAZs | FnSplit : never) | FnFindInMap<Value[]> | FnGetAtt<Value[]> | Ref<Value[]>
411
411
  ];
412
412
  };
413
413
  /**