@propulsionworks/cloudformation 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +2 -2
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +4 -4
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +15 -11
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +17 -13
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +7 -1
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +3 -5
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +3 -5
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +4 -6
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +6 -10
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +2 -2
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +4 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +17 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +2 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +1 -1
- package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +86 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +26 -5
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +5 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +1 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +2 -2
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +1 -1
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +8 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +1 -1
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +21 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +19 -3
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +4 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +12 -0
- package/out/exports/resources.generated/aws-lightsail-instancesnapshot.d.ts +73 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +49 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +56 -0
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +1 -1
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +5 -1
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +6 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +6 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +6 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +7 -3
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +2 -2
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +2 -2
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +1 -1
- package/out/exports/resources.generated/aws-s3express-accesspoint.d.ts +142 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +28 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +19 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +13 -8
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +6 -0
- package/package.json +1 -1
|
@@ -40,6 +40,9 @@ export type DeadlineFleetProps = {
|
|
|
40
40
|
*/
|
|
41
41
|
FarmId: string;
|
|
42
42
|
/**
|
|
43
|
+
* Provides a script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.
|
|
44
|
+
*
|
|
45
|
+
* To remove a script from a fleet, use the [UpdateFleet](https://docs.aws.amazon.com/deadline-cloud/latest/APIReference/API_UpdateFleet.html) operation with the `hostConfiguration` `scriptBody` parameter set to an empty string ("").
|
|
43
46
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-fleet.html#cfn-deadline-fleet-hostconfiguration}
|
|
44
47
|
*/
|
|
45
48
|
HostConfiguration?: HostConfiguration | undefined;
|
|
@@ -217,6 +220,11 @@ export type CustomerManagedFleetConfiguration = {
|
|
|
217
220
|
*/
|
|
218
221
|
StorageProfileId?: string | undefined;
|
|
219
222
|
/**
|
|
223
|
+
* Specifies whether tags associated with a fleet are attached to workers when the worker is launched.
|
|
224
|
+
*
|
|
225
|
+
* When the `tagPropagationMode` is set to `PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH` any tag associated with a fleet is attached to workers when they launch. If the tags for a fleet change, the tags associated with running workers *do not* change.
|
|
226
|
+
*
|
|
227
|
+
* If you don't specify `tagPropagationMode` , the default is `NO_PROPAGATION` .
|
|
220
228
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-customermanagedfleetconfiguration.html#cfn-deadline-fleet-customermanagedfleetconfiguration-tagpropagationmode}
|
|
221
229
|
*/
|
|
222
230
|
TagPropagationMode?: TagPropagationMode | undefined;
|
|
@@ -370,16 +378,29 @@ export type FleetConfiguration = {
|
|
|
370
378
|
*/
|
|
371
379
|
export type FleetStatus = "ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED";
|
|
372
380
|
/**
|
|
381
|
+
* Provides a script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.
|
|
382
|
+
*
|
|
383
|
+
* To remove a script from a fleet, use the [UpdateFleet](https://docs.aws.amazon.com/deadline-cloud/latest/APIReference/API_UpdateFleet.html) operation with the `hostConfiguration` `scriptBody` parameter set to an empty string ("").
|
|
373
384
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-hostconfiguration.html}
|
|
374
385
|
*/
|
|
375
386
|
export type HostConfiguration = {
|
|
376
387
|
/**
|
|
388
|
+
* The text of the script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet. The script runs after a worker enters the `STARTING` state and before the worker processes tasks.
|
|
389
|
+
*
|
|
390
|
+
* For more information about using the script, see [Run scripts as an administrator to configure workers](https://docs.aws.amazon.com/deadline-cloud/latest/developerguide/smf-admin.html) in the *Deadline Cloud Developer Guide* .
|
|
391
|
+
*
|
|
392
|
+
* > The script runs as an administrative user ( `sudo root` on Linux, as an Administrator on Windows).
|
|
377
393
|
* @minLength 0
|
|
378
394
|
* @maxLength 15000
|
|
379
395
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-hostconfiguration.html#cfn-deadline-fleet-hostconfiguration-scriptbody}
|
|
380
396
|
*/
|
|
381
397
|
ScriptBody: string;
|
|
382
398
|
/**
|
|
399
|
+
* The maximum time that the host configuration can run. If the timeout expires, the worker enters the `NOT RESPONDING` state and shuts down. You are charged for the time that the worker is running the host configuration script.
|
|
400
|
+
*
|
|
401
|
+
* > You should configure your fleet for a maximum of one worker while testing your host configuration script to avoid starting additional workers.
|
|
402
|
+
*
|
|
403
|
+
* The default is 300 seconds (5 minutes).
|
|
383
404
|
* @min 300
|
|
384
405
|
* @max 3600
|
|
385
406
|
* @default 300
|
|
@@ -182,7 +182,7 @@ export type EC2InstanceProps = {
|
|
|
182
182
|
*/
|
|
183
183
|
LicenseSpecifications?: LicenseSpecification[] | undefined;
|
|
184
184
|
/**
|
|
185
|
-
* The metadata options for the instance
|
|
185
|
+
* The metadata options for the instance.
|
|
186
186
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instance.html#cfn-ec2-instance-metadataoptions}
|
|
187
187
|
*/
|
|
188
188
|
MetadataOptions?: MetadataOptions | undefined;
|
|
@@ -630,21 +630,30 @@ export type LicenseSpecification = {
|
|
|
630
630
|
LicenseConfigurationArn: string;
|
|
631
631
|
};
|
|
632
632
|
/**
|
|
633
|
+
* Specifies the metadata options for the instance.
|
|
633
634
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-metadataoptions.html}
|
|
634
635
|
*/
|
|
635
636
|
export type MetadataOptions = {
|
|
636
637
|
/**
|
|
637
|
-
* Enables or disables the HTTP metadata endpoint on your instances.
|
|
638
|
+
* Enables or disables the HTTP metadata endpoint on your instances.
|
|
639
|
+
*
|
|
640
|
+
* If you specify a value of `disabled` , you cannot access your instance metadata.
|
|
641
|
+
*
|
|
642
|
+
* Default: `enabled`
|
|
638
643
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-metadataoptions.html#cfn-ec2-instance-metadataoptions-httpendpoint}
|
|
639
644
|
*/
|
|
640
645
|
HttpEndpoint?: "disabled" | "enabled" | undefined;
|
|
641
646
|
/**
|
|
642
|
-
* Enables or disables the IPv6 endpoint for the instance metadata service.
|
|
647
|
+
* Enables or disables the IPv6 endpoint for the instance metadata service.
|
|
648
|
+
*
|
|
649
|
+
* Default: `disabled`
|
|
643
650
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-metadataoptions.html#cfn-ec2-instance-metadataoptions-httpprotocolipv6}
|
|
644
651
|
*/
|
|
645
652
|
HttpProtocolIpv6?: "disabled" | "enabled" | undefined;
|
|
646
653
|
/**
|
|
647
|
-
* The number of
|
|
654
|
+
* The maximum number of hops that the metadata token can travel.
|
|
655
|
+
*
|
|
656
|
+
* Possible values: Integers from 1 to 64
|
|
648
657
|
* @min 1
|
|
649
658
|
* @max 64
|
|
650
659
|
* @default 1
|
|
@@ -653,11 +662,23 @@ export type MetadataOptions = {
|
|
|
653
662
|
HttpPutResponseHopLimit?: number | undefined;
|
|
654
663
|
/**
|
|
655
664
|
* Indicates whether IMDSv2 is required.
|
|
665
|
+
*
|
|
666
|
+
* - `optional` - IMDSv2 is optional, which means that you can use either IMDSv2 or IMDSv1.
|
|
667
|
+
* - `required` - IMDSv2 is required, which means that IMDSv1 is disabled, and you must use IMDSv2.
|
|
668
|
+
*
|
|
669
|
+
* Default:
|
|
670
|
+
*
|
|
671
|
+
* - If the value of `ImdsSupport` for the Amazon Machine Image (AMI) for your instance is `v2.0` and the account level default is set to `no-preference` , the default is `required` .
|
|
672
|
+
* - If the value of `ImdsSupport` for the Amazon Machine Image (AMI) for your instance is `v2.0` , but the account level default is set to `V1 or V2` , the default is `optional` .
|
|
673
|
+
*
|
|
674
|
+
* The default value can also be affected by other combinations of parameters. For more information, see [Order of precedence for instance metadata options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html#instance-metadata-options-order-of-precedence) in the *Amazon EC2 User Guide* .
|
|
656
675
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-metadataoptions.html#cfn-ec2-instance-metadataoptions-httptokens}
|
|
657
676
|
*/
|
|
658
677
|
HttpTokens?: "optional" | "required" | undefined;
|
|
659
678
|
/**
|
|
660
|
-
*
|
|
679
|
+
* Set to `enabled` to allow access to instance tags from the instance metadata. Set to `disabled` to turn off access to instance tags from the instance metadata. For more information, see [Work with instance tags using the instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS) .
|
|
680
|
+
*
|
|
681
|
+
* Default: `disabled`
|
|
661
682
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-metadataoptions.html#cfn-ec2-instance-metadataoptions-instancemetadatatags}
|
|
662
683
|
*/
|
|
663
684
|
InstanceMetadataTags?: "disabled" | "enabled" | undefined;
|
|
@@ -28,6 +28,11 @@ export type EC2IPAMProps = {
|
|
|
28
28
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipam.html#cfn-ec2-ipam-enableprivategua}
|
|
29
29
|
*/
|
|
30
30
|
EnablePrivateGua?: boolean | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* A metered account is an account that is charged for active IP addresses managed in IPAM
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipam.html#cfn-ec2-ipam-meteredaccount}
|
|
34
|
+
*/
|
|
35
|
+
MeteredAccount?: "ipam-owner" | "resource-owner" | undefined;
|
|
31
36
|
/**
|
|
32
37
|
* The operating Regions for an IPAM. Operating Regions are AWS Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the AWS Regions you select as operating Regions.
|
|
33
38
|
*
|
|
@@ -40,6 +40,7 @@ export type EC2TrafficMirrorFilterProps = {
|
|
|
40
40
|
*/
|
|
41
41
|
export type EC2TrafficMirrorFilterAttribs = {
|
|
42
42
|
/**
|
|
43
|
+
* The ID of a traffic mirror filter.
|
|
43
44
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-id}
|
|
44
45
|
*/
|
|
45
46
|
Id: string;
|
|
@@ -56,7 +56,7 @@ export type ElasticLoadBalancingV2ListenerProps = {
|
|
|
56
56
|
/**
|
|
57
57
|
* [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. For more information, see [Security policies](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html) in the *Application Load Balancers Guide* and [Security policies](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/describe-ssl-policies.html) in the *Network Load Balancers Guide* .
|
|
58
58
|
*
|
|
59
|
-
* Updating the security policy can result in interruptions if the load balancer is handling a high volume of traffic. To decrease the possibility of an interruption if your load balancer is handling a high volume of traffic, create an additional load balancer or request an LCU reservation.
|
|
59
|
+
* [HTTPS listeners] Updating the security policy can result in interruptions if the load balancer is handling a high volume of traffic. To decrease the possibility of an interruption if your load balancer is handling a high volume of traffic, create an additional load balancer or request an LCU reservation.
|
|
60
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy}
|
|
61
61
|
*/
|
|
62
62
|
SslPolicy?: string | undefined;
|
|
@@ -480,7 +480,7 @@ export type RedirectConfig = {
|
|
|
480
480
|
*/
|
|
481
481
|
export type TargetGroupStickinessConfig = {
|
|
482
482
|
/**
|
|
483
|
-
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).
|
|
483
|
+
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
|
|
484
484
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-targetgroupstickinessconfig.html#cfn-elasticloadbalancingv2-listener-targetgroupstickinessconfig-durationseconds}
|
|
485
485
|
*/
|
|
486
486
|
DurationSeconds?: number | undefined;
|
|
@@ -562,7 +562,7 @@ export type SourceIpConfig = {
|
|
|
562
562
|
*/
|
|
563
563
|
export type TargetGroupStickinessConfig = {
|
|
564
564
|
/**
|
|
565
|
-
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).
|
|
565
|
+
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
|
|
566
566
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-targetgroupstickinessconfig.html#cfn-elasticloadbalancingv2-listenerrule-targetgroupstickinessconfig-durationseconds}
|
|
567
567
|
*/
|
|
568
568
|
DurationSeconds?: number | undefined;
|
|
@@ -746,6 +746,14 @@ export type ManagedScalingPolicy = {
|
|
|
746
746
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-managedscalingpolicy.html#cfn-emr-cluster-managedscalingpolicy-computelimits}
|
|
747
747
|
*/
|
|
748
748
|
ComputeLimits?: ComputeLimits | undefined;
|
|
749
|
+
/**
|
|
750
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-managedscalingpolicy.html#cfn-emr-cluster-managedscalingpolicy-scalingstrategy}
|
|
751
|
+
*/
|
|
752
|
+
ScalingStrategy?: string | undefined;
|
|
753
|
+
/**
|
|
754
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-managedscalingpolicy.html#cfn-emr-cluster-managedscalingpolicy-utilizationperformanceindex}
|
|
755
|
+
*/
|
|
756
|
+
UtilizationPerformanceIndex?: number | undefined;
|
|
749
757
|
};
|
|
750
758
|
/**
|
|
751
759
|
* `MetricDimension` is a subproperty of the `CloudWatchAlarmDefinition` property type. `MetricDimension` specifies a CloudWatch dimension, which is specified with a `Key` `Value` pair. The key is known as a `Name` in CloudWatch. By default, Amazon EMR uses one dimension whose `Key` is `JobFlowID` and `Value` is a variable representing the cluster ID, which is `${emr.clusterId}` . This enables the automatic scaling rule for EMR to bootstrap when the cluster ID becomes available during cluster creation.
|
|
@@ -103,7 +103,7 @@ export type IdNamespaceIdMappingWorkflowProperties = {
|
|
|
103
103
|
export type IdNamespaceInputSource = {
|
|
104
104
|
/**
|
|
105
105
|
* An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
|
|
106
|
-
* @pattern ^arn:(aws|aws-us-gov|aws-cn):entityresolution:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(
|
|
106
|
+
* @pattern ^arn:(aws|aws-us-gov|aws-cn):entityresolution:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(matchingworkflow/[a-zA-Z_0-9-]{1,255})$|^arn:(aws|aws-us-gov|aws-cn):glue:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(table/[a-zA-Z_0-9-]{1,255}/[a-zA-Z_0-9-]{1,255})$
|
|
107
107
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-idnamespaceinputsource.html#cfn-entityresolution-idnamespace-idnamespaceinputsource-inputsourcearn}
|
|
108
108
|
*/
|
|
109
109
|
InputSourceARN: string;
|
|
@@ -230,6 +230,19 @@ export type ClientConfigurations = {
|
|
|
230
230
|
*/
|
|
231
231
|
Options?: string[] | undefined;
|
|
232
232
|
};
|
|
233
|
+
/**
|
|
234
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-datareadcacheconfiguration.html}
|
|
235
|
+
*/
|
|
236
|
+
export type DataReadCacheConfiguration = {
|
|
237
|
+
/**
|
|
238
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-datareadcacheconfiguration.html#cfn-fsx-filesystem-datareadcacheconfiguration-sizegib}
|
|
239
|
+
*/
|
|
240
|
+
SizeGiB?: number | undefined;
|
|
241
|
+
/**
|
|
242
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-datareadcacheconfiguration.html#cfn-fsx-filesystem-datareadcacheconfiguration-sizingmode}
|
|
243
|
+
*/
|
|
244
|
+
SizingMode?: string | undefined;
|
|
245
|
+
};
|
|
233
246
|
/**
|
|
234
247
|
* The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP, Amazon FSx for Windows File Server, or FSx for OpenZFS file system. By default, Amazon FSx automatically provisions 3 IOPS per GB of storage capacity. You can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how it is was provisioned, or the mode (by the customer or by Amazon FSx).
|
|
235
248
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-diskiopsconfiguration.html}
|
|
@@ -298,6 +311,10 @@ export type LustreConfiguration = {
|
|
|
298
311
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-datacompressiontype}
|
|
299
312
|
*/
|
|
300
313
|
DataCompressionType?: string | undefined;
|
|
314
|
+
/**
|
|
315
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-datareadcacheconfiguration}
|
|
316
|
+
*/
|
|
317
|
+
DataReadCacheConfiguration?: DataReadCacheConfiguration | undefined;
|
|
301
318
|
/**
|
|
302
319
|
* (Optional) Choose `SCRATCH_1` and `SCRATCH_2` deployment types when you need temporary storage and shorter-term processing of data. The `SCRATCH_2` deployment type provides in-transit encryption of data and higher burst throughput capacity than `SCRATCH_1` .
|
|
303
320
|
*
|
|
@@ -364,6 +381,10 @@ export type LustreConfiguration = {
|
|
|
364
381
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-perunitstoragethroughput}
|
|
365
382
|
*/
|
|
366
383
|
PerUnitStorageThroughput?: number | undefined;
|
|
384
|
+
/**
|
|
385
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-throughputcapacity}
|
|
386
|
+
*/
|
|
387
|
+
ThroughputCapacity?: number | undefined;
|
|
367
388
|
/**
|
|
368
389
|
* The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
|
|
369
390
|
*
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* An AWS Glue resource for enabling table optimizers to improve read performance for open table formats.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-tableoptimizer.html}
|
|
5
5
|
*/
|
|
6
6
|
export type GlueTableOptimizer = ResourceDefinitionWithAttributes<"AWS::Glue::TableOptimizer", GlueTableOptimizerProps, GlueTableOptimizerAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* An AWS Glue resource for enabling table optimizers to improve read performance for open table formats.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-tableoptimizer.html}
|
|
10
10
|
*/
|
|
11
11
|
export type GlueTableOptimizerProps = {
|
|
@@ -30,7 +30,11 @@ export type GlueTableOptimizerProps = {
|
|
|
30
30
|
*/
|
|
31
31
|
TableOptimizerConfiguration: TableOptimizerConfiguration;
|
|
32
32
|
/**
|
|
33
|
-
* The type of table optimizer.
|
|
33
|
+
* The type of table optimizer. The valid values are:
|
|
34
|
+
*
|
|
35
|
+
* - compaction - for managing compaction with a table optimizer.
|
|
36
|
+
* - retention - for managing the retention of snapshot with a table optimizer.
|
|
37
|
+
* - orphan_file_deletion - for managing the deletion of orphan files with a table optimizer.
|
|
34
38
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-tableoptimizer.html#cfn-glue-tableoptimizer-type}
|
|
35
39
|
*/
|
|
36
40
|
Type: string;
|
|
@@ -45,32 +49,39 @@ export type GlueTableOptimizerAttribs = {
|
|
|
45
49
|
Id: string;
|
|
46
50
|
};
|
|
47
51
|
/**
|
|
52
|
+
* IcebergConfiguration is a property type within the `AWS::Glue::TableOptimizer` resource in AWS CloudFormation. This configuration is used when setting up table optimization for Iceberg tables in AWS Glue .
|
|
48
53
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergconfiguration.html}
|
|
49
54
|
*/
|
|
50
55
|
export type IcebergConfiguration = {
|
|
51
56
|
/**
|
|
57
|
+
* Specifies a directory in which to look for orphan files (defaults to the table's location). You may choose a sub-directory rather than the top-level table location.
|
|
52
58
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergconfiguration.html#cfn-glue-tableoptimizer-icebergconfiguration-location}
|
|
53
59
|
*/
|
|
54
60
|
Location?: string | undefined;
|
|
55
61
|
/**
|
|
62
|
+
* The specific number of days you want to keep the orphan files.
|
|
56
63
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergconfiguration.html#cfn-glue-tableoptimizer-icebergconfiguration-orphanfileretentionperiodindays}
|
|
57
64
|
*/
|
|
58
65
|
OrphanFileRetentionPeriodInDays?: number | undefined;
|
|
59
66
|
};
|
|
60
67
|
/**
|
|
68
|
+
* Configuration for removing files that are are not tracked by the Iceberg table metadata, and are older than your configured age limit. This configuration helps optimize storage usage and costs by automatically cleaning up files that are no longer needed by the table.
|
|
61
69
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-orphanfiledeletionconfiguration.html}
|
|
62
70
|
*/
|
|
63
71
|
export type OrphanFileDeletionConfiguration = {
|
|
64
72
|
/**
|
|
73
|
+
* The `IcebergConfiguration` property helps optimize your Iceberg tables in AWS Glue by allowing you to specify format-specific settings that control how data is stored, compressed, and managed.
|
|
65
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-orphanfiledeletionconfiguration.html#cfn-glue-tableoptimizer-orphanfiledeletionconfiguration-icebergconfiguration}
|
|
66
75
|
*/
|
|
67
76
|
IcebergConfiguration?: IcebergConfiguration | undefined;
|
|
68
77
|
};
|
|
69
78
|
/**
|
|
79
|
+
* The configuration for a snapshot retention optimizer for Apache Iceberg tables.
|
|
70
80
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-retentionconfiguration.html}
|
|
71
81
|
*/
|
|
72
82
|
export type RetentionConfiguration = {
|
|
73
83
|
/**
|
|
84
|
+
* The configuration for an Iceberg snapshot retention optimizer.
|
|
74
85
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-retentionconfiguration.html#cfn-glue-tableoptimizer-retentionconfiguration-icebergconfiguration}
|
|
75
86
|
*/
|
|
76
87
|
IcebergConfiguration?: IcebergConfiguration | undefined;
|
|
@@ -86,10 +97,12 @@ export type TableOptimizerConfiguration = {
|
|
|
86
97
|
*/
|
|
87
98
|
Enabled: boolean;
|
|
88
99
|
/**
|
|
100
|
+
* `OrphanFileDeletionConfiguration` is a property that can be included within the TableOptimizer resource. It controls the automatic deletion of orphaned files - files that are not tracked by the table metadata, and older than the configured age limit.
|
|
89
101
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-tableoptimizerconfiguration.html#cfn-glue-tableoptimizer-tableoptimizerconfiguration-orphanfiledeletionconfiguration}
|
|
90
102
|
*/
|
|
91
103
|
OrphanFileDeletionConfiguration?: OrphanFileDeletionConfiguration | undefined;
|
|
92
104
|
/**
|
|
105
|
+
* The configuration for a snapshot retention optimizer for Apache Iceberg tables.
|
|
93
106
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-tableoptimizerconfiguration.html#cfn-glue-tableoptimizer-tableoptimizerconfiguration-retentionconfiguration}
|
|
94
107
|
*/
|
|
95
108
|
RetentionConfiguration?: RetentionConfiguration | undefined;
|
|
@@ -99,15 +112,18 @@ export type TableOptimizerConfiguration = {
|
|
|
99
112
|
*/
|
|
100
113
|
RoleArn: string;
|
|
101
114
|
/**
|
|
115
|
+
* An object that describes the VPC configuration for a table optimizer. This configuration is necessary to perform optimization on tables that are in a customer VPC.
|
|
102
116
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-tableoptimizerconfiguration.html#cfn-glue-tableoptimizer-tableoptimizerconfiguration-vpcconfiguration}
|
|
103
117
|
*/
|
|
104
118
|
VpcConfiguration?: VpcConfiguration | undefined;
|
|
105
119
|
};
|
|
106
120
|
/**
|
|
121
|
+
* An object that describes the VPC configuration for a table optimizer. This configuration is necessary to perform optimization on tables that are in a customer VPC.
|
|
107
122
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-vpcconfiguration.html}
|
|
108
123
|
*/
|
|
109
124
|
export type VpcConfiguration = {
|
|
110
125
|
/**
|
|
126
|
+
* The name of the AWS Glue connection used for the VPC for the table optimizer.
|
|
111
127
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-vpcconfiguration.html#cfn-glue-tableoptimizer-vpcconfiguration-glueconnectionname}
|
|
112
128
|
*/
|
|
113
129
|
GlueConnectionName?: string | undefined;
|
|
@@ -23,6 +23,10 @@ export type IoTThingPrincipalAttachmentProps = {
|
|
|
23
23
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname}
|
|
24
24
|
*/
|
|
25
25
|
ThingName: string;
|
|
26
|
+
/**
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingprincipaltype}
|
|
28
|
+
*/
|
|
29
|
+
ThingPrincipalType?: string | undefined;
|
|
26
30
|
};
|
|
27
31
|
/**
|
|
28
32
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#aws-resource-iot-thingprincipalattachment-return-values}
|
|
@@ -1987,14 +1987,17 @@ export type SlotValueSelectionSetting = {
|
|
|
1987
1987
|
ResolutionStrategy: SlotValueResolutionStrategy;
|
|
1988
1988
|
};
|
|
1989
1989
|
/**
|
|
1990
|
+
* Subslot specifications.
|
|
1990
1991
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-specifications.html}
|
|
1991
1992
|
*/
|
|
1992
1993
|
export type Specifications = {
|
|
1993
1994
|
/**
|
|
1995
|
+
* The unique identifier assigned to the slot type.
|
|
1994
1996
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-specifications.html#cfn-lex-bot-specifications-slottypeid}
|
|
1995
1997
|
*/
|
|
1996
1998
|
SlotTypeId: string;
|
|
1997
1999
|
/**
|
|
2000
|
+
* Specifies the elicitation setting details for constituent sub slots of a composite slot.
|
|
1998
2001
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-specifications.html#cfn-lex-bot-specifications-valueelicitationsetting}
|
|
1999
2002
|
*/
|
|
2000
2003
|
ValueElicitationSetting: SubSlotValueElicitationSetting;
|
|
@@ -2026,10 +2029,12 @@ export type StillWaitingResponseSpecification = {
|
|
|
2026
2029
|
TimeoutInSeconds: number;
|
|
2027
2030
|
};
|
|
2028
2031
|
/**
|
|
2032
|
+
* Specifications for the constituent sub slots and the expression for the composite slot.
|
|
2029
2033
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotsetting.html}
|
|
2030
2034
|
*/
|
|
2031
2035
|
export type SubSlotSetting = {
|
|
2032
2036
|
/**
|
|
2037
|
+
* The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.
|
|
2033
2038
|
* @minLength 1
|
|
2034
2039
|
* @maxLength 1000
|
|
2035
2040
|
* @pattern [0-9A-Za-z_\-\s\(\)]+
|
|
@@ -2037,6 +2042,7 @@ export type SubSlotSetting = {
|
|
|
2037
2042
|
*/
|
|
2038
2043
|
Expression?: string | undefined;
|
|
2039
2044
|
/**
|
|
2045
|
+
* Specifications for the constituent sub slots of a composite slot.
|
|
2040
2046
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotsetting.html#cfn-lex-bot-subslotsetting-slotspecifications}
|
|
2041
2047
|
*/
|
|
2042
2048
|
SlotSpecifications?: Record<string, Specifications> | undefined;
|
|
@@ -2061,6 +2067,11 @@ export type SubSlotTypeComposition = {
|
|
|
2061
2067
|
SlotTypeId: string;
|
|
2062
2068
|
};
|
|
2063
2069
|
/**
|
|
2070
|
+
* Subslot elicitation settings.
|
|
2071
|
+
*
|
|
2072
|
+
* `DefaultValueSpecification` is a list of default values for a constituent sub slot in a composite slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, session attributes, and defined values. This is similar to `DefaultValueSpecification` for slots.
|
|
2073
|
+
*
|
|
2074
|
+
* `PromptSpecification` is the prompt that Amazon Lex uses to elicit the sub slot value from the user. This is similar to `PromptSpecification` for slots.
|
|
2064
2075
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotvalueelicitationsetting.html}
|
|
2065
2076
|
*/
|
|
2066
2077
|
export type SubSlotValueElicitationSetting = {
|
|
@@ -2073,6 +2084,7 @@ export type SubSlotValueElicitationSetting = {
|
|
|
2073
2084
|
*/
|
|
2074
2085
|
PromptSpecification?: PromptSpecification | undefined;
|
|
2075
2086
|
/**
|
|
2087
|
+
* If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can provide those utterances to improve accuracy. This is optional. In most cases Amazon Lex is capable of understanding user utterances. This is similar to `SampleUtterances` for slots.
|
|
2076
2088
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotvalueelicitationsetting.html#cfn-lex-bot-subslotvalueelicitationsetting-sampleutterances}
|
|
2077
2089
|
*/
|
|
2078
2090
|
SampleUtterances?: SampleUtterance[] | undefined;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::Lightsail::InstanceSnapshot
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html}
|
|
5
|
+
*/
|
|
6
|
+
export type LightsailInstanceSnapshot = ResourceDefinitionWithAttributes<"AWS::Lightsail::InstanceSnapshot", LightsailInstanceSnapshotProps, LightsailInstanceSnapshotAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource Type definition for AWS::Lightsail::InstanceSnapshot
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html}
|
|
10
|
+
*/
|
|
11
|
+
export type LightsailInstanceSnapshotProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The instance from which the snapshot was created.
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-instancename}
|
|
15
|
+
*/
|
|
16
|
+
InstanceName: string;
|
|
17
|
+
/**
|
|
18
|
+
* The name of the snapshot.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-instancesnapshotname}
|
|
20
|
+
*/
|
|
21
|
+
InstanceSnapshotName: string;
|
|
22
|
+
/**
|
|
23
|
+
* An array of key-value pairs to apply to this resource.
|
|
24
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-tags}
|
|
25
|
+
*/
|
|
26
|
+
Tags?: Tag[] | undefined;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#aws-resource-lightsail-instancesnapshot-return-values}
|
|
30
|
+
*/
|
|
31
|
+
export type LightsailInstanceSnapshotAttribs = {
|
|
32
|
+
/**
|
|
33
|
+
* The Amazon Resource Name (ARN) of the snapshot.
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-arn}
|
|
35
|
+
*/
|
|
36
|
+
Arn: string;
|
|
37
|
+
/**
|
|
38
|
+
* The Amazon Resource Name (ARN) of the instance from which the snapshot was created.
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-frominstancearn}
|
|
40
|
+
*/
|
|
41
|
+
FromInstanceArn: string;
|
|
42
|
+
/**
|
|
43
|
+
* The instance from which the snapshot was created.
|
|
44
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-frominstancename}
|
|
45
|
+
*/
|
|
46
|
+
FromInstanceName: string;
|
|
47
|
+
/**
|
|
48
|
+
* A Boolean value indicating whether the snapshot was created from an automatic snapshot.
|
|
49
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-isfromautosnapshot}
|
|
50
|
+
*/
|
|
51
|
+
IsFromAutoSnapshot: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* The type of resource (usually InstanceSnapshot).
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-resourcetype}
|
|
55
|
+
*/
|
|
56
|
+
ResourceType: string;
|
|
57
|
+
/**
|
|
58
|
+
* The size in GB of the SSD
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-sizeingb}
|
|
60
|
+
*/
|
|
61
|
+
SizeInGb: number;
|
|
62
|
+
/**
|
|
63
|
+
* The state the snapshot is in.
|
|
64
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-state}
|
|
65
|
+
*/
|
|
66
|
+
State: string;
|
|
67
|
+
/**
|
|
68
|
+
* Support code to help identify any issues
|
|
69
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-supportcode}
|
|
70
|
+
*/
|
|
71
|
+
SupportCode: string;
|
|
72
|
+
};
|
|
73
|
+
//# sourceMappingURL=aws-lightsail-instancesnapshot.d.ts.map
|
|
@@ -726,6 +726,10 @@ export type Av1Settings = {
|
|
|
726
726
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-afdsignaling}
|
|
727
727
|
*/
|
|
728
728
|
AfdSignaling?: string | undefined;
|
|
729
|
+
/**
|
|
730
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-bitrate}
|
|
731
|
+
*/
|
|
732
|
+
Bitrate?: number | undefined;
|
|
729
733
|
/**
|
|
730
734
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-bufsize}
|
|
731
735
|
*/
|
|
@@ -782,6 +786,10 @@ export type Av1Settings = {
|
|
|
782
786
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-qvbrqualitylevel}
|
|
783
787
|
*/
|
|
784
788
|
QvbrQualityLevel?: number | undefined;
|
|
789
|
+
/**
|
|
790
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-ratecontrolmode}
|
|
791
|
+
*/
|
|
792
|
+
RateControlMode?: string | undefined;
|
|
785
793
|
/**
|
|
786
794
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-scenechangedetect}
|
|
787
795
|
*/
|
|
@@ -1252,10 +1260,27 @@ export type ChannelEngineVersionRequest = {
|
|
|
1252
1260
|
*/
|
|
1253
1261
|
Version?: string | undefined;
|
|
1254
1262
|
};
|
|
1263
|
+
/**
|
|
1264
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestcaptionlanguagemapping.html}
|
|
1265
|
+
*/
|
|
1266
|
+
export type CmafIngestCaptionLanguageMapping = {
|
|
1267
|
+
/**
|
|
1268
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestcaptionlanguagemapping.html#cfn-medialive-channel-cmafingestcaptionlanguagemapping-captionchannel}
|
|
1269
|
+
*/
|
|
1270
|
+
CaptionChannel?: number | undefined;
|
|
1271
|
+
/**
|
|
1272
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestcaptionlanguagemapping.html#cfn-medialive-channel-cmafingestcaptionlanguagemapping-languagecode}
|
|
1273
|
+
*/
|
|
1274
|
+
LanguageCode?: string | undefined;
|
|
1275
|
+
};
|
|
1255
1276
|
/**
|
|
1256
1277
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html}
|
|
1257
1278
|
*/
|
|
1258
1279
|
export type CmafIngestGroupSettings = {
|
|
1280
|
+
/**
|
|
1281
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-captionlanguagemappings}
|
|
1282
|
+
*/
|
|
1283
|
+
CaptionLanguageMappings?: CmafIngestCaptionLanguageMapping[] | undefined;
|
|
1259
1284
|
/**
|
|
1260
1285
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-destination}
|
|
1261
1286
|
*/
|
|
@@ -1304,6 +1329,18 @@ export type CmafIngestGroupSettings = {
|
|
|
1304
1329
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-senddelayms}
|
|
1305
1330
|
*/
|
|
1306
1331
|
SendDelayMs?: number | undefined;
|
|
1332
|
+
/**
|
|
1333
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3frame}
|
|
1334
|
+
*/
|
|
1335
|
+
TimedMetadataId3Frame?: string | undefined;
|
|
1336
|
+
/**
|
|
1337
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3period}
|
|
1338
|
+
*/
|
|
1339
|
+
TimedMetadataId3Period?: number | undefined;
|
|
1340
|
+
/**
|
|
1341
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-timedmetadatapassthrough}
|
|
1342
|
+
*/
|
|
1343
|
+
TimedMetadataPassthrough?: string | undefined;
|
|
1307
1344
|
};
|
|
1308
1345
|
/**
|
|
1309
1346
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestoutputsettings.html}
|
|
@@ -1669,6 +1706,14 @@ export type EbuTtDDestinationSettings = {
|
|
|
1669
1706
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-copyrightholder}
|
|
1670
1707
|
*/
|
|
1671
1708
|
CopyrightHolder?: string | undefined;
|
|
1709
|
+
/**
|
|
1710
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-defaultfontsize}
|
|
1711
|
+
*/
|
|
1712
|
+
DefaultFontSize?: number | undefined;
|
|
1713
|
+
/**
|
|
1714
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-defaultlineheight}
|
|
1715
|
+
*/
|
|
1716
|
+
DefaultLineHeight?: number | undefined;
|
|
1672
1717
|
/**
|
|
1673
1718
|
* Specifies how to handle the gap between the lines (in multi-line captions). - enabled: Fill with the captions background color (as specified in the input captions).
|
|
1674
1719
|
* - disabled: Leave the gap unfilled.
|
|
@@ -4276,6 +4321,10 @@ export type OutputDestination = {
|
|
|
4276
4321
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestination.html#cfn-medialive-channel-outputdestination-id}
|
|
4277
4322
|
*/
|
|
4278
4323
|
Id?: string | undefined;
|
|
4324
|
+
/**
|
|
4325
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestination.html#cfn-medialive-channel-outputdestination-logicalinterfacenames}
|
|
4326
|
+
*/
|
|
4327
|
+
LogicalInterfaceNames?: string[] | undefined;
|
|
4279
4328
|
/**
|
|
4280
4329
|
* The destination settings for a MediaPackage output.
|
|
4281
4330
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestination.html#cfn-medialive-channel-outputdestination-mediapackagesettings}
|