@propulsionworks/cloudformation 0.1.36 → 0.1.37
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-athena-workgroup.d.ts +14 -5
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +2 -2
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +7 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudfront-connectionfunction.d.ts +20 -2
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +63 -0
- package/out/exports/resources.generated/aws-cloudfront-truststore.d.ts +101 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +8 -5
- package/out/exports/resources.generated/aws-cognito-terms.d.ts +33 -2
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +14 -2
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +12 -16
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +3 -3
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +2 -2
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymeteringpolicy.d.ts +8 -5
- package/out/exports/resources.generated/aws-ec2-transitgatewaymeteringpolicyentry.d.ts +10 -8
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +136 -67
- package/out/exports/resources.generated/aws-ec2-vpcencryptioncontrol.d.ts +36 -14
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +7 -0
- package/out/exports/resources.generated/aws-ecr-pulltimeupdateexclusion.d.ts +3 -0
- package/out/exports/resources.generated/aws-ecr-signingconfiguration.d.ts +16 -5
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-expressgatewayservice.d.ts +67 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +2 -0
- package/out/exports/resources.generated/aws-eks-capability.d.ts +189 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +4 -3
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +6 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +5 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +3 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +10 -8
- package/out/exports/resources.generated/aws-events-rule.d.ts +1 -1
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +8 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +8 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +1 -1
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +3 -3
- package/out/exports/resources.generated/aws-glue-connection.d.ts +0 -30
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +4 -4
- package/out/exports/resources.generated/aws-iam-user.d.ts +3 -3
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +8 -3
- package/out/exports/resources.generated/aws-lambda-capacityprovider.d.ts +179 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +3 -3
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +6 -5
- package/out/exports/resources.generated/aws-lambda-function.d.ts +71 -2
- package/out/exports/resources.generated/aws-lambda-version.d.ts +23 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +5 -1
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +7 -6
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +10 -3
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +4 -4
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +4 -4
- package/out/exports/resources.generated/aws-rtbfabric-outboundexternallink.d.ts +128 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +1 -1
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +19 -2
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +0 -6
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +0 -2
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +10 -4
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +3 -3
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +1 -0
- package/out/exports/resources.generated/aws-securityhub-automationrulev2.d.ts +2 -2
- package/out/exports/resources.generated/aws-sso-application.d.ts +2 -2
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +6 -2
- package/package.json +1 -1
|
@@ -12,7 +12,7 @@ export type CustomerProfilesSegmentDefinitionProps = {
|
|
|
12
12
|
/**
|
|
13
13
|
* The description of the segment definition.
|
|
14
14
|
* @minLength 1
|
|
15
|
-
* @maxLength
|
|
15
|
+
* @maxLength 4000
|
|
16
16
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-segmentdefinition.html#cfn-customerprofiles-segmentdefinition-description}
|
|
17
17
|
*/
|
|
18
18
|
Description?: string | undefined;
|
|
@@ -43,7 +43,14 @@ export type CustomerProfilesSegmentDefinitionProps = {
|
|
|
43
43
|
* Contains all groups of the segment definition.
|
|
44
44
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-segmentdefinition.html#cfn-customerprofiles-segmentdefinition-segmentgroups}
|
|
45
45
|
*/
|
|
46
|
-
SegmentGroups
|
|
46
|
+
SegmentGroups?: SegmentGroup | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* The SQL query that defines the segment criteria.
|
|
49
|
+
* @minLength 1
|
|
50
|
+
* @maxLength 50000
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-segmentdefinition.html#cfn-customerprofiles-segmentdefinition-segmentsqlquery}
|
|
52
|
+
*/
|
|
53
|
+
SegmentSqlQuery?: string | undefined;
|
|
47
54
|
/**
|
|
48
55
|
* The tags belonging to the segment definition.
|
|
49
56
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-segmentdefinition.html#cfn-customerprofiles-segmentdefinition-tags}
|
|
@@ -67,6 +74,11 @@ export type CustomerProfilesSegmentDefinitionAttribs = {
|
|
|
67
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-segmentdefinition.html#cfn-customerprofiles-segmentdefinition-segmentdefinitionarn}
|
|
68
75
|
*/
|
|
69
76
|
SegmentDefinitionArn: string;
|
|
77
|
+
/**
|
|
78
|
+
* The SQL query that defines the segment criteria.
|
|
79
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-segmentdefinition.html#cfn-customerprofiles-segmentdefinition-segmenttype}
|
|
80
|
+
*/
|
|
81
|
+
SegmentType: "CLASSIC" | "ENHANCED";
|
|
70
82
|
};
|
|
71
83
|
/**
|
|
72
84
|
* Object that segments on Customer Profile's address object.
|
|
@@ -116,7 +116,7 @@ export type AcceleratorCapabilities = {
|
|
|
116
116
|
*/
|
|
117
117
|
Count?: AcceleratorCountRange | undefined;
|
|
118
118
|
/**
|
|
119
|
-
* A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.
|
|
119
|
+
* A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, AWS Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.
|
|
120
120
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-acceleratorcapabilities.html#cfn-deadline-fleet-acceleratorcapabilities-selections}
|
|
121
121
|
*/
|
|
122
122
|
Selections: AcceleratorSelection[];
|
|
@@ -169,7 +169,7 @@ export type AcceleratorSelection = {
|
|
|
169
169
|
* - `grid:r570` - [NVIDIA vGPU software 18](https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/18.0/index.html)
|
|
170
170
|
* - `grid:r535` - [NVIDIA vGPU software 16](https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/16.0/index.html)
|
|
171
171
|
*
|
|
172
|
-
* If you don't specify a runtime, Deadline Cloud uses `latest` as the default. However, if you have multiple accelerators and specify `latest` for some and leave others blank, Deadline Cloud raises an exception.
|
|
172
|
+
* If you don't specify a runtime, AWS Deadline Cloud uses `latest` as the default. However, if you have multiple accelerators and specify `latest` for some and leave others blank, AWS Deadline Cloud raises an exception.
|
|
173
173
|
* @minLength 1
|
|
174
174
|
* @maxLength 100
|
|
175
175
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-acceleratorselection.html#cfn-deadline-fleet-acceleratorselection-runtime}
|
|
@@ -209,32 +209,28 @@ export type AutoScalingMode = "NO_SCALING" | "EVENT_BASED_AUTO_SCALING";
|
|
|
209
209
|
*/
|
|
210
210
|
export type CpuArchitectureType = "x86_64" | "arm64";
|
|
211
211
|
/**
|
|
212
|
-
* The details
|
|
212
|
+
* The configuration details for a customer managed fleet.
|
|
213
213
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-customermanagedfleetconfiguration.html}
|
|
214
214
|
*/
|
|
215
215
|
export type CustomerManagedFleetConfiguration = {
|
|
216
216
|
/**
|
|
217
|
-
* The
|
|
217
|
+
* The Auto Scaling mode for the customer managed fleet.
|
|
218
218
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-customermanagedfleetconfiguration.html#cfn-deadline-fleet-customermanagedfleetconfiguration-mode}
|
|
219
219
|
*/
|
|
220
220
|
Mode: AutoScalingMode;
|
|
221
221
|
/**
|
|
222
|
-
* The storage profile ID.
|
|
222
|
+
* The storage profile ID for the customer managed fleet.
|
|
223
223
|
* @pattern ^sp-[0-9a-f]{32}$
|
|
224
224
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-customermanagedfleetconfiguration.html#cfn-deadline-fleet-customermanagedfleetconfiguration-storageprofileid}
|
|
225
225
|
*/
|
|
226
226
|
StorageProfileId?: string | undefined;
|
|
227
227
|
/**
|
|
228
|
-
*
|
|
229
|
-
*
|
|
230
|
-
* 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.
|
|
231
|
-
*
|
|
232
|
-
* If you don't specify `tagPropagationMode` , the default is `NO_PROPAGATION` .
|
|
228
|
+
* The tag propagation mode for the customer managed fleet.
|
|
233
229
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-customermanagedfleetconfiguration.html#cfn-deadline-fleet-customermanagedfleetconfiguration-tagpropagationmode}
|
|
234
230
|
*/
|
|
235
231
|
TagPropagationMode?: TagPropagationMode | undefined;
|
|
236
232
|
/**
|
|
237
|
-
* The worker capabilities for
|
|
233
|
+
* The worker capabilities for the customer managed fleet.
|
|
238
234
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-customermanagedfleetconfiguration.html#cfn-deadline-fleet-customermanagedfleetconfiguration-workercapabilities}
|
|
239
235
|
*/
|
|
240
236
|
WorkerCapabilities: CustomerManagedWorkerCapabilities;
|
|
@@ -434,28 +430,28 @@ export type MemoryMiBRange = {
|
|
|
434
430
|
Min: number;
|
|
435
431
|
};
|
|
436
432
|
/**
|
|
437
|
-
* The configuration details for a service managed
|
|
433
|
+
* The configuration details for a service managed EC2 fleet.
|
|
438
434
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedec2fleetconfiguration.html}
|
|
439
435
|
*/
|
|
440
436
|
export type ServiceManagedEc2FleetConfiguration = {
|
|
441
437
|
/**
|
|
442
|
-
* The
|
|
438
|
+
* The instance capabilities for the service managed EC2 fleet.
|
|
443
439
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedec2fleetconfiguration.html#cfn-deadline-fleet-servicemanagedec2fleetconfiguration-instancecapabilities}
|
|
444
440
|
*/
|
|
445
441
|
InstanceCapabilities: ServiceManagedEc2InstanceCapabilities;
|
|
446
442
|
/**
|
|
447
|
-
* The
|
|
443
|
+
* The instance market options for the service managed EC2 fleet.
|
|
448
444
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedec2fleetconfiguration.html#cfn-deadline-fleet-servicemanagedec2fleetconfiguration-instancemarketoptions}
|
|
449
445
|
*/
|
|
450
446
|
InstanceMarketOptions: ServiceManagedEc2InstanceMarketOptions;
|
|
451
447
|
/**
|
|
452
|
-
* The storage profile ID.
|
|
448
|
+
* The storage profile ID for the service managed EC2 fleet.
|
|
453
449
|
* @pattern ^sp-[0-9a-f]{32}$
|
|
454
450
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedec2fleetconfiguration.html#cfn-deadline-fleet-servicemanagedec2fleetconfiguration-storageprofileid}
|
|
455
451
|
*/
|
|
456
452
|
StorageProfileId?: string | undefined;
|
|
457
453
|
/**
|
|
458
|
-
* The VPC configuration
|
|
454
|
+
* The VPC configuration for the service managed EC2 fleet.
|
|
459
455
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedec2fleetconfiguration.html#cfn-deadline-fleet-servicemanagedec2fleetconfiguration-vpcconfiguration}
|
|
460
456
|
*/
|
|
461
457
|
VpcConfiguration?: VpcConfiguration | undefined;
|
|
@@ -19,13 +19,13 @@ export type DeadlineMonitorProps = {
|
|
|
19
19
|
*/
|
|
20
20
|
DisplayName: string;
|
|
21
21
|
/**
|
|
22
|
-
* The Amazon Resource Name
|
|
22
|
+
* The Amazon Resource Name of the IAM Identity Center instance responsible for authenticating monitor users.
|
|
23
23
|
* @pattern ^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}$
|
|
24
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#cfn-deadline-monitor-identitycenterinstancearn}
|
|
25
25
|
*/
|
|
26
26
|
IdentityCenterInstanceArn: string;
|
|
27
27
|
/**
|
|
28
|
-
* The Amazon Resource Name
|
|
28
|
+
* The Amazon Resource Name of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
|
|
29
29
|
* @pattern ^arn:(aws[a-zA-Z-]*):iam::\d{12}:role(/[!-.0-~]+)*/[\w+=,.@-]+$
|
|
30
30
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#cfn-deadline-monitor-rolearn}
|
|
31
31
|
*/
|
|
@@ -53,7 +53,7 @@ export type DeadlineMonitorAttribs = {
|
|
|
53
53
|
*/
|
|
54
54
|
Arn: string;
|
|
55
55
|
/**
|
|
56
|
-
* The Amazon Resource Name
|
|
56
|
+
* The Amazon Resource Name that the IAM Identity Center assigned to the monitor when it was created.
|
|
57
57
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#cfn-deadline-monitor-identitycenterapplicationarn}
|
|
58
58
|
*/
|
|
59
59
|
IdentityCenterApplicationArn: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* The `AWS::DirectoryService::MicrosoftAD` resource specifies a Microsoft Active Directory in AWS so that your directory users and groups can access the
|
|
3
|
+
* The `AWS::DirectoryService::MicrosoftAD` resource specifies a Microsoft Active Directory in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials. For more information, see [AWS Managed Microsoft AD](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html) in the *Directory Service Admin Guide* .
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html}
|
|
5
5
|
*/
|
|
6
6
|
export type DirectoryServiceMicrosoftAD = ResourceDefinitionWithAttributes<"AWS::DirectoryService::MicrosoftAD", DirectoryServiceMicrosoftADProps, DirectoryServiceMicrosoftADAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
* The `AWS::DirectoryService::MicrosoftAD` resource specifies a Microsoft Active Directory in AWS so that your directory users and groups can access the
|
|
8
|
+
* The `AWS::DirectoryService::MicrosoftAD` resource specifies a Microsoft Active Directory in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials. For more information, see [AWS Managed Microsoft AD](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html) in the *Directory Service Admin Guide* .
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html}
|
|
10
10
|
*/
|
|
11
11
|
export type DirectoryServiceMicrosoftADProps = {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* The `AWS::DirectoryService::SimpleAD` resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the
|
|
3
|
+
* The `AWS::DirectoryService::SimpleAD` resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials. Simple AD is a Microsoft Active Directory–compatible directory. For more information, see [Simple Active Directory](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html) in the *Directory Service Admin Guide* .
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html}
|
|
5
5
|
*/
|
|
6
6
|
export type DirectoryServiceSimpleAD = ResourceDefinitionWithAttributes<"AWS::DirectoryService::SimpleAD", DirectoryServiceSimpleADProps, DirectoryServiceSimpleADAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
* The `AWS::DirectoryService::SimpleAD` resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the
|
|
8
|
+
* The `AWS::DirectoryService::SimpleAD` resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials. Simple AD is a Microsoft Active Directory–compatible directory. For more information, see [Simple Active Directory](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html) in the *Directory Service Admin Guide* .
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html}
|
|
10
10
|
*/
|
|
11
11
|
export type DirectoryServiceSimpleADProps = {
|
|
@@ -51,7 +51,7 @@ export type EC2CapacityReservationProps = {
|
|
|
51
51
|
/**
|
|
52
52
|
* The number of instances for which to reserve capacity.
|
|
53
53
|
*
|
|
54
|
-
* > You can request future-dated Capacity Reservations for an instance count with a minimum of
|
|
54
|
+
* > You can request future-dated Capacity Reservations for an instance count with a minimum of 32 vCPUs. For example, if you request a future-dated Capacity Reservation for `m5.xlarge` instances, you must request at least 8 instances ( *8 * m5.xlarge = 32 vCPUs* ).
|
|
55
55
|
*
|
|
56
56
|
* Valid range: 1 - 1000
|
|
57
57
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount}
|
|
@@ -21,7 +21,7 @@ export type EC2IPAMScopeProps = {
|
|
|
21
21
|
/**
|
|
22
22
|
* The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.
|
|
23
23
|
*
|
|
24
|
-
* For more information, see [Integrate VPC IPAM with Infoblox infrastructure](https://docs.aws.amazon.com/vpc/latest/ipam/integrate-infoblox-ipam.html) in the *Amazon VPC IPAM User Guide*
|
|
24
|
+
* For more information, see [Integrate VPC IPAM with Infoblox infrastructure](https://docs.aws.amazon.com/vpc/latest/ipam/integrate-infoblox-ipam.html) in the *Amazon VPC IPAM User Guide* .
|
|
25
25
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamscope.html#cfn-ec2-ipamscope-externalauthorityconfiguration}
|
|
26
26
|
*/
|
|
27
27
|
ExternalAuthorityConfiguration?: IpamScopeExternalAuthorityConfiguration | undefined;
|
|
@@ -27,10 +27,20 @@ export type EC2NatGatewayProps = {
|
|
|
27
27
|
*/
|
|
28
28
|
AllocationId?: string | undefined;
|
|
29
29
|
/**
|
|
30
|
+
* Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.
|
|
31
|
+
*
|
|
32
|
+
* A zonal NAT gateway is a NAT Gateway that provides redundancy and scalability within a single availability zone. A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
33
|
+
*
|
|
34
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
30
35
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-availabilitymode}
|
|
31
36
|
*/
|
|
32
37
|
AvailabilityMode?: string | undefined;
|
|
33
38
|
/**
|
|
39
|
+
* For regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ. The regional NAT gateway uses these EIPs to handle outbound NAT traffic from their respective AZs. If not specified, the NAT gateway will automatically expand to new AZs and associate EIPs upon detection of an elastic network interface. If you specify this parameter, auto-expansion is disabled and you must manually manage AZ coverage.
|
|
40
|
+
*
|
|
41
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
42
|
+
*
|
|
43
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
34
44
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-availabilityzoneaddresses}
|
|
35
45
|
*/
|
|
36
46
|
AvailabilityZoneAddresses?: AvailabilityZoneAddress[] | undefined;
|
|
@@ -90,10 +100,18 @@ export type EC2NatGatewayProps = {
|
|
|
90
100
|
*/
|
|
91
101
|
export type EC2NatGatewayAttribs = {
|
|
92
102
|
/**
|
|
103
|
+
* For regional NAT gateways only: Indicates whether AWS automatically manages AZ coverage. When enabled, the NAT gateway associates EIPs in all AZs where your VPC has subnets to handle outbound NAT traffic, expands to new AZs when you create subnets there, and retracts from AZs where you've removed all subnets. When disabled, you must manually manage which AZs the NAT gateway supports and their corresponding EIPs.
|
|
104
|
+
*
|
|
105
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
106
|
+
*
|
|
107
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
93
108
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-autoprovisionzones}
|
|
94
109
|
*/
|
|
95
110
|
AutoProvisionZones: string;
|
|
96
111
|
/**
|
|
112
|
+
* For regional NAT gateways only: Indicates whether AWS automatically allocates additional Elastic IP addresses (EIPs) in an AZ when the NAT gateway needs more ports due to increased concurrent connections to a single destination from that AZ.
|
|
113
|
+
*
|
|
114
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
97
115
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-autoscalingips}
|
|
98
116
|
*/
|
|
99
117
|
AutoScalingIps: string;
|
|
@@ -108,23 +126,36 @@ export type EC2NatGatewayAttribs = {
|
|
|
108
126
|
*/
|
|
109
127
|
NatGatewayId: string;
|
|
110
128
|
/**
|
|
129
|
+
* For regional NAT gateways only, this is the ID of the NAT gateway.
|
|
111
130
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-routetableid}
|
|
112
131
|
*/
|
|
113
132
|
RouteTableId: string;
|
|
114
133
|
};
|
|
115
134
|
/**
|
|
135
|
+
* For regional NAT gateways only: The configuration specifying which Elastic IP address (EIP) to use for handling outbound NAT traffic from a specific Availability Zone.
|
|
136
|
+
*
|
|
137
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
138
|
+
*
|
|
139
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
116
140
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-natgateway-availabilityzoneaddress.html}
|
|
117
141
|
*/
|
|
118
142
|
export type AvailabilityZoneAddress = {
|
|
119
143
|
/**
|
|
144
|
+
* The allocation IDs of the Elastic IP addresses (EIPs) to be used for handling outbound NAT traffic in this specific Availability Zone.
|
|
120
145
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-natgateway-availabilityzoneaddress.html#cfn-ec2-natgateway-availabilityzoneaddress-allocationids}
|
|
121
146
|
*/
|
|
122
147
|
AllocationIds: string[];
|
|
123
148
|
/**
|
|
149
|
+
* For regional NAT gateways only: The Availability Zone where this specific NAT gateway configuration will be active. Each AZ in a regional NAT gateway has its own configuration to handle outbound NAT traffic from that AZ.
|
|
150
|
+
*
|
|
151
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
124
152
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-natgateway-availabilityzoneaddress.html#cfn-ec2-natgateway-availabilityzoneaddress-availabilityzone}
|
|
125
153
|
*/
|
|
126
154
|
AvailabilityZone?: string | undefined;
|
|
127
155
|
/**
|
|
156
|
+
* For regional NAT gateways only: The ID of the Availability Zone where this specific NAT gateway configuration will be active. Each AZ in a regional NAT gateway has its own configuration to handle outbound NAT traffic from that AZ. Use this instead of AvailabilityZone for consistent identification of AZs across AWS Regions.
|
|
157
|
+
*
|
|
158
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
128
159
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-natgateway-availabilityzoneaddress.html#cfn-ec2-natgateway-availabilityzoneaddress-availabilityzoneid}
|
|
129
160
|
*/
|
|
130
161
|
AvailabilityZoneId?: string | undefined;
|
|
@@ -1,23 +1,26 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Describes a transit gateway metering policy.
|
|
3
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html}
|
|
4
5
|
*/
|
|
5
6
|
export type EC2TransitGatewayMeteringPolicy = ResourceDefinitionWithAttributes<"AWS::EC2::TransitGatewayMeteringPolicy", EC2TransitGatewayMeteringPolicyProps, EC2TransitGatewayMeteringPolicyAttribs>;
|
|
6
7
|
/**
|
|
8
|
+
* Describes a transit gateway metering policy.
|
|
7
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html}
|
|
8
10
|
*/
|
|
9
11
|
export type EC2TransitGatewayMeteringPolicyProps = {
|
|
10
12
|
/**
|
|
11
|
-
*
|
|
13
|
+
* The IDs of the middlebox attachments associated with the metering policy.
|
|
12
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html#cfn-ec2-transitgatewaymeteringpolicy-middleboxattachmentids}
|
|
13
15
|
*/
|
|
14
16
|
MiddleboxAttachmentIds?: string[] | undefined;
|
|
15
17
|
/**
|
|
18
|
+
* The tags assigned to the transit gateway metering policy.
|
|
16
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html#cfn-ec2-transitgatewaymeteringpolicy-tags}
|
|
17
20
|
*/
|
|
18
21
|
Tags?: Tag[] | undefined;
|
|
19
22
|
/**
|
|
20
|
-
* The
|
|
23
|
+
* The ID of the transit gateway associated with the metering policy.
|
|
21
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html#cfn-ec2-transitgatewaymeteringpolicy-transitgatewayid}
|
|
22
25
|
*/
|
|
23
26
|
TransitGatewayId: string;
|
|
@@ -27,17 +30,17 @@ export type EC2TransitGatewayMeteringPolicyProps = {
|
|
|
27
30
|
*/
|
|
28
31
|
export type EC2TransitGatewayMeteringPolicyAttribs = {
|
|
29
32
|
/**
|
|
30
|
-
*
|
|
33
|
+
* The state of the transit gateway metering policy.
|
|
31
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html#cfn-ec2-transitgatewaymeteringpolicy-state}
|
|
32
35
|
*/
|
|
33
36
|
State: string;
|
|
34
37
|
/**
|
|
35
|
-
* The
|
|
38
|
+
* The ID of the transit gateway metering policy.
|
|
36
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html#cfn-ec2-transitgatewaymeteringpolicy-transitgatewaymeteringpolicyid}
|
|
37
40
|
*/
|
|
38
41
|
TransitGatewayMeteringPolicyId: string;
|
|
39
42
|
/**
|
|
40
|
-
* The
|
|
43
|
+
* The date and time when the metering policy update becomes effective.
|
|
41
44
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html#cfn-ec2-transitgatewaymeteringpolicy-updateeffectiveat}
|
|
42
45
|
*/
|
|
43
46
|
UpdateEffectiveAt: string;
|
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Creates an entry in a transit gateway metering policy to define traffic measurement rules.
|
|
3
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html}
|
|
4
5
|
*/
|
|
5
6
|
export type EC2TransitGatewayMeteringPolicyEntry = ResourceDefinitionWithAttributes<"AWS::EC2::TransitGatewayMeteringPolicyEntry", EC2TransitGatewayMeteringPolicyEntryProps, EC2TransitGatewayMeteringPolicyEntryAttribs>;
|
|
6
7
|
/**
|
|
8
|
+
* Creates an entry in a transit gateway metering policy to define traffic measurement rules.
|
|
7
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html}
|
|
8
10
|
*/
|
|
9
11
|
export type EC2TransitGatewayMeteringPolicyEntryProps = {
|
|
10
12
|
/**
|
|
11
|
-
*
|
|
13
|
+
* Describes an IPv4 CIDR block.
|
|
12
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html#cfn-ec2-transitgatewaymeteringpolicyentry-destinationcidrblock}
|
|
13
15
|
*/
|
|
14
16
|
DestinationCidrBlock?: string | undefined;
|
|
15
17
|
/**
|
|
16
|
-
*
|
|
18
|
+
* Describes a range of ports.
|
|
17
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html#cfn-ec2-transitgatewaymeteringpolicyentry-destinationportrange}
|
|
18
20
|
*/
|
|
19
21
|
DestinationPortRange?: string | undefined;
|
|
@@ -28,12 +30,12 @@ export type EC2TransitGatewayMeteringPolicyEntryProps = {
|
|
|
28
30
|
*/
|
|
29
31
|
DestinationTransitGatewayAttachmentType?: TransitGatewayAttachmentResourceType | undefined;
|
|
30
32
|
/**
|
|
31
|
-
* The
|
|
33
|
+
* The AWS account ID to which the metered traffic is attributed.
|
|
32
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html#cfn-ec2-transitgatewaymeteringpolicyentry-meteredaccount}
|
|
33
35
|
*/
|
|
34
36
|
MeteredAccount: TransitGatewayMeteringPayerType;
|
|
35
37
|
/**
|
|
36
|
-
* The rule number of the metering policy entry
|
|
38
|
+
* The rule number of the metering policy entry.
|
|
37
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html#cfn-ec2-transitgatewaymeteringpolicyentry-policyrulenumber}
|
|
38
40
|
*/
|
|
39
41
|
PolicyRuleNumber: number;
|
|
@@ -43,12 +45,12 @@ export type EC2TransitGatewayMeteringPolicyEntryProps = {
|
|
|
43
45
|
*/
|
|
44
46
|
Protocol?: string | undefined;
|
|
45
47
|
/**
|
|
46
|
-
*
|
|
48
|
+
* Describes an IPv4 CIDR block.
|
|
47
49
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html#cfn-ec2-transitgatewaymeteringpolicyentry-sourcecidrblock}
|
|
48
50
|
*/
|
|
49
51
|
SourceCidrBlock?: string | undefined;
|
|
50
52
|
/**
|
|
51
|
-
*
|
|
53
|
+
* Describes a range of ports.
|
|
52
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html#cfn-ec2-transitgatewaymeteringpolicyentry-sourceportrange}
|
|
53
55
|
*/
|
|
54
56
|
SourcePortRange?: string | undefined;
|
|
@@ -73,12 +75,12 @@ export type EC2TransitGatewayMeteringPolicyEntryProps = {
|
|
|
73
75
|
*/
|
|
74
76
|
export type EC2TransitGatewayMeteringPolicyEntryAttribs = {
|
|
75
77
|
/**
|
|
76
|
-
*
|
|
78
|
+
* The state of the metering policy entry.
|
|
77
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html#cfn-ec2-transitgatewaymeteringpolicyentry-state}
|
|
78
80
|
*/
|
|
79
81
|
State: string;
|
|
80
82
|
/**
|
|
81
|
-
* The
|
|
83
|
+
* The date and time when the metering policy entry update becomes effective.
|
|
82
84
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html#cfn-ec2-transitgatewaymeteringpolicyentry-updateeffectiveat}
|
|
83
85
|
*/
|
|
84
86
|
UpdateEffectiveAt: string;
|