@propulsionworks/cloudformation 0.1.28 → 0.1.29
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-amazonmq-broker.d.ts +15 -3
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +8 -0
- package/out/exports/resources.generated/aws-applicationsignals-groupingconfiguration.d.ts +48 -0
- package/out/exports/resources.generated/aws-arcregionswitch-plan.d.ts +4 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +54 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-browsercustom.d.ts +57 -19
- package/out/exports/resources.generated/aws-bedrockagentcore-codeinterpretercustom.d.ts +50 -15
- package/out/exports/resources.generated/aws-bedrockagentcore-gateway.d.ts +170 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-gatewaytarget.d.ts +260 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +63 -25
- package/out/exports/resources.generated/aws-bedrockagentcore-runtimeendpoint.d.ts +28 -16
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +3 -3
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +3 -3
- package/out/exports/resources.generated/aws-connect-user.d.ts +1 -1
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +1 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +16 -8
- package/out/exports/resources.generated/aws-datazone-formtype.d.ts +14 -14
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +2 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +1 -3
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +3 -2
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +5 -4
- package/out/exports/resources.generated/aws-ec2-localgatewayvirtualinterface.d.ts +9 -7
- package/out/exports/resources.generated/aws-ec2-localgatewayvirtualinterfacegroup.d.ts +11 -9
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +3 -2
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +3 -2
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +375 -6
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +2 -2
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +26 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +40 -2
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +5 -0
- package/out/exports/resources.generated/aws-lightsail-disksnapshot.d.ts +86 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +4 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +4 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +24 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +1 -1
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +15 -10
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +3 -1
- package/out/exports/resources.generated/aws-observabilityadmin-organizationcentralizationrule.d.ts +146 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +1 -1
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +26 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +2 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +12 -1
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +6 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +5 -1
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +2 -2
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +3 -11
- package/package.json +1 -1
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinition, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* Creates a
|
|
4
|
-
*
|
|
5
|
-
* Only capacity providers that use an Auto Scaling group can be created. Amazon ECS tasks on AWS Fargate use the `FARGATE` and `FARGATE_SPOT` capacity providers. These providers are available to all accounts in the AWS Regions that AWS Fargate supports.
|
|
3
|
+
* Creates a capacity provider. Capacity providers are associated with a cluster and are used in capacity provider strategies to facilitate cluster auto scaling. You can create capacity providers for Amazon ECS Managed Instances and EC2 instances. AWS Fargate has the predefined `FARGATE` and `FARGATE_SPOT` capacity providers.
|
|
6
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html}
|
|
7
5
|
*/
|
|
8
6
|
export type ECSCapacityProvider = ResourceDefinition<"AWS::ECS::CapacityProvider", ECSCapacityProviderProps>;
|
|
9
7
|
/**
|
|
10
|
-
* Creates a
|
|
11
|
-
*
|
|
12
|
-
* Only capacity providers that use an Auto Scaling group can be created. Amazon ECS tasks on AWS Fargate use the `FARGATE` and `FARGATE_SPOT` capacity providers. These providers are available to all accounts in the AWS Regions that AWS Fargate supports.
|
|
8
|
+
* Creates a capacity provider. Capacity providers are associated with a cluster and are used in capacity provider strategies to facilitate cluster auto scaling. You can create capacity providers for Amazon ECS Managed Instances and EC2 instances. AWS Fargate has the predefined `FARGATE` and `FARGATE_SPOT` capacity providers.
|
|
13
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html}
|
|
14
10
|
*/
|
|
15
11
|
export type ECSCapacityProviderProps = {
|
|
@@ -18,6 +14,15 @@ export type ECSCapacityProviderProps = {
|
|
|
18
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider}
|
|
19
15
|
*/
|
|
20
16
|
AutoScalingGroupProvider?: AutoScalingGroupProvider | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-clustername}
|
|
19
|
+
*/
|
|
20
|
+
ClusterName?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* The configuration for the Amazon ECS Managed Instances provider. This includes the infrastructure role, the launch template configuration, and tag propagation settings.
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-managedinstancesprovider}
|
|
24
|
+
*/
|
|
25
|
+
ManagedInstancesProvider?: ManagedInstancesProvider | undefined;
|
|
21
26
|
/**
|
|
22
27
|
* The name of the capacity provider. If a name is specified, it cannot start with `aws` , `ecs` , or `fargate` . If no name is specified, a default name in the `CFNStackName-CFNResourceName-RandomString` format is used.
|
|
23
28
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name}
|
|
@@ -39,6 +44,38 @@ export type ECSCapacityProviderProps = {
|
|
|
39
44
|
*/
|
|
40
45
|
Tags?: Tag[] | undefined;
|
|
41
46
|
};
|
|
47
|
+
/**
|
|
48
|
+
* The minimum and maximum number of accelerators (such as GPUs) for instance type selection. This is used for workloads that require specific numbers of accelerators.
|
|
49
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-acceleratorcountrequest.html}
|
|
50
|
+
*/
|
|
51
|
+
export type AcceleratorCountRequest = {
|
|
52
|
+
/**
|
|
53
|
+
* The maximum number of accelerators. Instance types with more accelerators are excluded from selection.
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-acceleratorcountrequest.html#cfn-ecs-capacityprovider-acceleratorcountrequest-max}
|
|
55
|
+
*/
|
|
56
|
+
Max?: number | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* The minimum number of accelerators. Instance types with fewer accelerators are excluded from selection.
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-acceleratorcountrequest.html#cfn-ecs-capacityprovider-acceleratorcountrequest-min}
|
|
60
|
+
*/
|
|
61
|
+
Min?: number | undefined;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* The minimum and maximum total accelerator memory in mebibytes (MiB) for instance type selection. This is important for GPU workloads that require specific amounts of video memory.
|
|
65
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-acceleratortotalmemorymibrequest.html}
|
|
66
|
+
*/
|
|
67
|
+
export type AcceleratorTotalMemoryMiBRequest = {
|
|
68
|
+
/**
|
|
69
|
+
* The maximum total accelerator memory in MiB. Instance types with more accelerator memory are excluded from selection.
|
|
70
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-acceleratortotalmemorymibrequest.html#cfn-ecs-capacityprovider-acceleratortotalmemorymibrequest-max}
|
|
71
|
+
*/
|
|
72
|
+
Max?: number | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* The minimum total accelerator memory in MiB. Instance types with less accelerator memory are excluded from selection.
|
|
75
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-acceleratortotalmemorymibrequest.html#cfn-ecs-capacityprovider-acceleratortotalmemorymibrequest-min}
|
|
76
|
+
*/
|
|
77
|
+
Min?: number | undefined;
|
|
78
|
+
};
|
|
42
79
|
/**
|
|
43
80
|
* The details of the Auto Scaling group for the capacity provider.
|
|
44
81
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html}
|
|
@@ -71,6 +108,242 @@ export type AutoScalingGroupProvider = {
|
|
|
71
108
|
*/
|
|
72
109
|
ManagedTerminationProtection?: "DISABLED" | "ENABLED" | undefined;
|
|
73
110
|
};
|
|
111
|
+
/**
|
|
112
|
+
* The minimum and maximum baseline Amazon EBS bandwidth in megabits per second (Mbps) for instance type selection. This is important for workloads with high storage I/O requirements.
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-baselineebsbandwidthmbpsrequest.html}
|
|
114
|
+
*/
|
|
115
|
+
export type BaselineEbsBandwidthMbpsRequest = {
|
|
116
|
+
/**
|
|
117
|
+
* The maximum baseline Amazon EBS bandwidth in Mbps. Instance types with higher Amazon EBS bandwidth are excluded from selection.
|
|
118
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-baselineebsbandwidthmbpsrequest.html#cfn-ecs-capacityprovider-baselineebsbandwidthmbpsrequest-max}
|
|
119
|
+
*/
|
|
120
|
+
Max?: number | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* The minimum baseline Amazon EBS bandwidth in Mbps. Instance types with lower Amazon EBS bandwidth are excluded from selection.
|
|
123
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-baselineebsbandwidthmbpsrequest.html#cfn-ecs-capacityprovider-baselineebsbandwidthmbpsrequest-min}
|
|
124
|
+
*/
|
|
125
|
+
Min?: number | undefined;
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* The launch template configuration for Amazon ECS Managed Instances. This defines how Amazon ECS launches Amazon EC2 instances, including the instance profile for your tasks, network and storage configuration, capacity options, and instance requirements for flexible instance type selection.
|
|
129
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html}
|
|
130
|
+
*/
|
|
131
|
+
export type InstanceLaunchTemplate = {
|
|
132
|
+
/**
|
|
133
|
+
* The Amazon Resource Name (ARN) of the instance profile that Amazon ECS applies to Amazon ECS Managed Instances. This instance profile must include the necessary permissions for your tasks to access AWS services and resources.
|
|
134
|
+
*
|
|
135
|
+
* For more information, see [Amazon ECS instance profile for Managed Instances](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/managed-instances-instance-profile.html) in the *Amazon ECS Developer Guide* .
|
|
136
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html#cfn-ecs-capacityprovider-instancelaunchtemplate-ec2instanceprofilearn}
|
|
137
|
+
*/
|
|
138
|
+
Ec2InstanceProfileArn: string;
|
|
139
|
+
/**
|
|
140
|
+
* The instance requirements. You can specify:
|
|
141
|
+
*
|
|
142
|
+
* - The instance types
|
|
143
|
+
* - Instance requirements such as vCPU count, memory, network performance, and accelerator specifications
|
|
144
|
+
*
|
|
145
|
+
* Amazon ECS automatically selects the instances that match the specified criteria.
|
|
146
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html#cfn-ecs-capacityprovider-instancelaunchtemplate-instancerequirements}
|
|
147
|
+
*/
|
|
148
|
+
InstanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* CloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring. By default, your managed instance is configured for basic monitoring. You can optionally enable detailed monitoring to help you more quickly identify and act on operational issues. You can enable or turn off detailed monitoring at launch or when the managed instance is running or stopped. For more information, see [Detailed monitoring for Amazon ECS Managed Instances](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/detailed-monitoring-managed-instances.html) in the Amazon ECS Developer Guide.
|
|
151
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html#cfn-ecs-capacityprovider-instancelaunchtemplate-monitoring}
|
|
152
|
+
*/
|
|
153
|
+
Monitoring?: ManagedInstancesMonitoringOptions | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* The network configuration for Amazon ECS Managed Instances. This specifies the subnets and security groups that instances use for network connectivity.
|
|
156
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html#cfn-ecs-capacityprovider-instancelaunchtemplate-networkconfiguration}
|
|
157
|
+
*/
|
|
158
|
+
NetworkConfiguration: ManagedInstancesNetworkConfiguration;
|
|
159
|
+
/**
|
|
160
|
+
* The storage configuration for Amazon ECS Managed Instances. This defines the root volume size and type for the instances.
|
|
161
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html#cfn-ecs-capacityprovider-instancelaunchtemplate-storageconfiguration}
|
|
162
|
+
*/
|
|
163
|
+
StorageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
|
|
164
|
+
};
|
|
165
|
+
/**
|
|
166
|
+
* The instance requirements for attribute-based instance type selection. Instead of specifying exact instance types, you define requirements such as vCPU count, memory size, network performance, and accelerator specifications. Amazon ECS automatically selects Amazon EC2 instance types that match these requirements, providing flexibility and helping to mitigate capacity constraints.
|
|
167
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html}
|
|
168
|
+
*/
|
|
169
|
+
export type InstanceRequirementsRequest = {
|
|
170
|
+
/**
|
|
171
|
+
* The minimum and maximum number of accelerators for the instance types. This is used when you need instances with specific numbers of GPUs or other accelerators.
|
|
172
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-acceleratorcount}
|
|
173
|
+
*/
|
|
174
|
+
AcceleratorCount?: AcceleratorCountRequest | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* The accelerator manufacturers to include. You can specify `nvidia` , `amd` , `amazon-web-services` , or `xilinx` depending on your accelerator requirements.
|
|
177
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-acceleratormanufacturers}
|
|
178
|
+
*/
|
|
179
|
+
AcceleratorManufacturers?: ("amazon-web-services" | "amd" | "habana" | "nvidia" | "xilinx")[] | undefined;
|
|
180
|
+
/**
|
|
181
|
+
* The specific accelerator names to include. For example, you can specify `a100` , `v100` , `k80` , or other specific accelerator models.
|
|
182
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-acceleratornames}
|
|
183
|
+
*/
|
|
184
|
+
AcceleratorNames?: ("a10g" | "a100" | "h100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "t4g" | "vu9p" | "v100")[] | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* The minimum and maximum total accelerator memory in mebibytes (MiB). This is important for GPU workloads that require specific amounts of video memory.
|
|
187
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-acceleratortotalmemorymib}
|
|
188
|
+
*/
|
|
189
|
+
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* The accelerator types to include. You can specify `gpu` for graphics processing units, `fpga` for field programmable gate arrays, or `inference` for machine learning inference accelerators.
|
|
192
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-acceleratortypes}
|
|
193
|
+
*/
|
|
194
|
+
AcceleratorTypes?: ("gpu" | "fpga" | "inference")[] | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* The instance types to include in the selection. When specified, Amazon ECS only considers these instance types, subject to the other requirements specified.
|
|
197
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-allowedinstancetypes}
|
|
198
|
+
*/
|
|
199
|
+
AllowedInstanceTypes?: string[] | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* Indicates whether to include bare metal instance types. Set to `included` to allow bare metal instances, `excluded` to exclude them, or `required` to use only bare metal instances.
|
|
202
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-baremetal}
|
|
203
|
+
*/
|
|
204
|
+
BareMetal?: "included" | "required" | "excluded" | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* The minimum and maximum baseline Amazon EBS bandwidth in megabits per second (Mbps). This is important for workloads with high storage I/O requirements.
|
|
207
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-baselineebsbandwidthmbps}
|
|
208
|
+
*/
|
|
209
|
+
BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* Indicates whether to include burstable performance instance types (T2, T3, T3a, T4g). Set to `included` to allow burstable instances, `excluded` to exclude them, or `required` to use only burstable instances.
|
|
212
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-burstableperformance}
|
|
213
|
+
*/
|
|
214
|
+
BurstablePerformance?: "included" | "required" | "excluded" | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* The CPU manufacturers to include or exclude. You can specify `intel` , `amd` , or `amazon-web-services` to control which CPU types are used for your workloads.
|
|
217
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-cpumanufacturers}
|
|
218
|
+
*/
|
|
219
|
+
CpuManufacturers?: ("intel" | "amd" | "amazon-web-services")[] | undefined;
|
|
220
|
+
/**
|
|
221
|
+
* The instance types to exclude from selection. Use this to prevent Amazon ECS from selecting specific instance types that may not be suitable for your workloads.
|
|
222
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-excludedinstancetypes}
|
|
223
|
+
*/
|
|
224
|
+
ExcludedInstanceTypes?: string[] | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* The instance generations to include. You can specify `current` to use the latest generation instances, or `previous` to include previous generation instances for cost optimization.
|
|
227
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-instancegenerations}
|
|
228
|
+
*/
|
|
229
|
+
InstanceGenerations?: ("current" | "previous")[] | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* Indicates whether to include instance types with local storage. Set to `included` to allow local storage, `excluded` to exclude it, or `required` to use only instances with local storage.
|
|
232
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-localstorage}
|
|
233
|
+
*/
|
|
234
|
+
LocalStorage?: "included" | "required" | "excluded" | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* The local storage types to include. You can specify `hdd` for hard disk drives, `ssd` for solid state drives, or both.
|
|
237
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-localstoragetypes}
|
|
238
|
+
*/
|
|
239
|
+
LocalStorageTypes?: ("hdd" | "ssd")[] | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* The maximum price for Spot instances as a percentage of the optimal On-Demand price. This provides more precise cost control for Spot instance selection.
|
|
242
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-maxspotpriceaspercentageofoptimalondemandprice}
|
|
243
|
+
*/
|
|
244
|
+
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* The minimum and maximum amount of memory per vCPU in gibibytes (GiB). This helps ensure that instance types have the appropriate memory-to-CPU ratio for your workloads.
|
|
247
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-memorygibpervcpu}
|
|
248
|
+
*/
|
|
249
|
+
MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest | undefined;
|
|
250
|
+
/**
|
|
251
|
+
* The minimum and maximum amount of memory in mebibytes (MiB) for the instance types. Amazon ECS selects instance types that have memory within this range.
|
|
252
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-memorymib}
|
|
253
|
+
*/
|
|
254
|
+
MemoryMiB: MemoryMiBRequest;
|
|
255
|
+
/**
|
|
256
|
+
* The minimum and maximum network bandwidth in gigabits per second (Gbps). This is crucial for network-intensive workloads that require high throughput.
|
|
257
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-networkbandwidthgbps}
|
|
258
|
+
*/
|
|
259
|
+
NetworkBandwidthGbps?: NetworkBandwidthGbpsRequest | undefined;
|
|
260
|
+
/**
|
|
261
|
+
* The minimum and maximum number of network interfaces for the instance types. This is useful for workloads that require multiple network interfaces.
|
|
262
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-networkinterfacecount}
|
|
263
|
+
*/
|
|
264
|
+
NetworkInterfaceCount?: NetworkInterfaceCountRequest | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* The price protection threshold for On-Demand Instances, as a percentage higher than an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from either the lowest priced current generation instance types or, failing that, the lowest priced previous generation instance types that match your attributes. When Amazon ECS selects instance types with your attributes, we will exclude instance types whose price exceeds your specified threshold.
|
|
267
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-ondemandmaxpricepercentageoverlowestprice}
|
|
268
|
+
*/
|
|
269
|
+
OnDemandMaxPricePercentageOverLowestPrice?: number | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* Indicates whether the instance types must support hibernation. When set to `true` , only instance types that support hibernation are selected.
|
|
272
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-requirehibernatesupport}
|
|
273
|
+
*/
|
|
274
|
+
RequireHibernateSupport?: boolean | undefined;
|
|
275
|
+
/**
|
|
276
|
+
* The maximum price for Spot instances as a percentage over the lowest priced On-Demand instance. This helps control Spot instance costs while maintaining access to capacity.
|
|
277
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-spotmaxpricepercentageoverlowestprice}
|
|
278
|
+
*/
|
|
279
|
+
SpotMaxPricePercentageOverLowestPrice?: number | undefined;
|
|
280
|
+
/**
|
|
281
|
+
* The minimum and maximum total local storage in gigabytes (GB) for instance types with local storage.
|
|
282
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-totallocalstoragegb}
|
|
283
|
+
*/
|
|
284
|
+
TotalLocalStorageGB?: TotalLocalStorageGBRequest | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* The minimum and maximum number of vCPUs for the instance types. Amazon ECS selects instance types that have vCPU counts within this range.
|
|
287
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancerequirementsrequest.html#cfn-ecs-capacityprovider-instancerequirementsrequest-vcpucount}
|
|
288
|
+
*/
|
|
289
|
+
VCpuCount: VCpuCountRangeRequest;
|
|
290
|
+
};
|
|
291
|
+
/**
|
|
292
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesmonitoringoptions.html}
|
|
293
|
+
*/
|
|
294
|
+
export type ManagedInstancesMonitoringOptions = "BASIC" | "DETAILED";
|
|
295
|
+
/**
|
|
296
|
+
* The network configuration for Amazon ECS Managed Instances. This specifies the VPC subnets and security groups that instances use for network connectivity. Amazon ECS Managed Instances support multiple network modes including `awsvpc` (instances receive ENIs for task isolation), `host` (instances share network namespace with tasks), and `none` (no external network connectivity), ensuring backward compatibility for migrating workloads from Fargate or Amazon EC2.
|
|
297
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesnetworkconfiguration.html}
|
|
298
|
+
*/
|
|
299
|
+
export type ManagedInstancesNetworkConfiguration = {
|
|
300
|
+
/**
|
|
301
|
+
* The list of security group IDs to apply to Amazon ECS Managed Instances. These security groups control the network traffic allowed to and from the instances.
|
|
302
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesnetworkconfiguration.html#cfn-ecs-capacityprovider-managedinstancesnetworkconfiguration-securitygroups}
|
|
303
|
+
*/
|
|
304
|
+
SecurityGroups?: string[] | undefined;
|
|
305
|
+
/**
|
|
306
|
+
* The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances. Instances are distributed across the specified subnets for high availability. All subnets must be in the same VPC.
|
|
307
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesnetworkconfiguration.html#cfn-ecs-capacityprovider-managedinstancesnetworkconfiguration-subnets}
|
|
308
|
+
*/
|
|
309
|
+
Subnets: string[];
|
|
310
|
+
};
|
|
311
|
+
/**
|
|
312
|
+
* The configuration for a Amazon ECS Managed Instances provider. Amazon ECS uses this configuration to automatically launch, manage, and terminate Amazon EC2 instances on your behalf. Managed instances provide access to the full range of Amazon EC2 instance types and features while offloading infrastructure management to AWS .
|
|
313
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesprovider.html}
|
|
314
|
+
*/
|
|
315
|
+
export type ManagedInstancesProvider = {
|
|
316
|
+
/**
|
|
317
|
+
* The Amazon Resource Name (ARN) of the infrastructure role that Amazon ECS assumes to manage instances. This role must include permissions for Amazon EC2 instance lifecycle management, networking, and any additional AWS services required for your workloads.
|
|
318
|
+
*
|
|
319
|
+
* For more information, see [Amazon ECS infrastructure IAM role](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/infrastructure_IAM_role.html) in the *Amazon ECS Developer Guide* .
|
|
320
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesprovider.html#cfn-ecs-capacityprovider-managedinstancesprovider-infrastructurerolearn}
|
|
321
|
+
*/
|
|
322
|
+
InfrastructureRoleArn: string;
|
|
323
|
+
/**
|
|
324
|
+
* The launch template that defines how Amazon ECS launches Amazon ECS Managed Instances. This includes the instance profile for your tasks, network and storage configuration, and instance requirements that determine which Amazon EC2 instance types can be used.
|
|
325
|
+
*
|
|
326
|
+
* For more information, see [Store instance launch parameters in Amazon EC2 launch templates](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) in the *Amazon EC2 User Guide* .
|
|
327
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesprovider.html#cfn-ecs-capacityprovider-managedinstancesprovider-instancelaunchtemplate}
|
|
328
|
+
*/
|
|
329
|
+
InstanceLaunchTemplate: InstanceLaunchTemplate;
|
|
330
|
+
/**
|
|
331
|
+
* Determines whether tags from the capacity provider are automatically applied to Amazon ECS Managed Instances. This helps with cost allocation and resource management by ensuring consistent tagging across your infrastructure.
|
|
332
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesprovider.html#cfn-ecs-capacityprovider-managedinstancesprovider-propagatetags}
|
|
333
|
+
*/
|
|
334
|
+
PropagateTags?: "CAPACITY_PROVIDER" | "NONE" | undefined;
|
|
335
|
+
};
|
|
336
|
+
/**
|
|
337
|
+
* The storage configuration for Amazon ECS Managed Instances. This defines the root volume configuration for the instances.
|
|
338
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesstorageconfiguration.html}
|
|
339
|
+
*/
|
|
340
|
+
export type ManagedInstancesStorageConfiguration = {
|
|
341
|
+
/**
|
|
342
|
+
* The size of the tasks volume.
|
|
343
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesstorageconfiguration.html#cfn-ecs-capacityprovider-managedinstancesstorageconfiguration-storagesizegib}
|
|
344
|
+
*/
|
|
345
|
+
StorageSizeGiB: number;
|
|
346
|
+
};
|
|
74
347
|
/**
|
|
75
348
|
* The managed scaling settings for the Auto Scaling group capacity provider.
|
|
76
349
|
*
|
|
@@ -108,4 +381,100 @@ export type ManagedScaling = {
|
|
|
108
381
|
*/
|
|
109
382
|
TargetCapacity?: number | undefined;
|
|
110
383
|
};
|
|
384
|
+
/**
|
|
385
|
+
* The minimum and maximum amount of memory per vCPU in gibibytes (GiB). This helps ensure that instance types have the appropriate memory-to-CPU ratio for your workloads.
|
|
386
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-memorygibpervcpurequest.html}
|
|
387
|
+
*/
|
|
388
|
+
export type MemoryGiBPerVCpuRequest = {
|
|
389
|
+
/**
|
|
390
|
+
* The maximum amount of memory per vCPU in GiB. Instance types with a higher memory-to-vCPU ratio are excluded from selection.
|
|
391
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-memorygibpervcpurequest.html#cfn-ecs-capacityprovider-memorygibpervcpurequest-max}
|
|
392
|
+
*/
|
|
393
|
+
Max?: number | undefined;
|
|
394
|
+
/**
|
|
395
|
+
* The minimum amount of memory per vCPU in GiB. Instance types with a lower memory-to-vCPU ratio are excluded from selection.
|
|
396
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-memorygibpervcpurequest.html#cfn-ecs-capacityprovider-memorygibpervcpurequest-min}
|
|
397
|
+
*/
|
|
398
|
+
Min?: number | undefined;
|
|
399
|
+
};
|
|
400
|
+
/**
|
|
401
|
+
* The minimum and maximum amount of memory in mebibytes (MiB) for instance type selection. This ensures that selected instance types have adequate memory for your workloads.
|
|
402
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-memorymibrequest.html}
|
|
403
|
+
*/
|
|
404
|
+
export type MemoryMiBRequest = {
|
|
405
|
+
/**
|
|
406
|
+
* The maximum amount of memory in MiB. Instance types with more memory than this value are excluded from selection.
|
|
407
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-memorymibrequest.html#cfn-ecs-capacityprovider-memorymibrequest-max}
|
|
408
|
+
*/
|
|
409
|
+
Max?: number | undefined;
|
|
410
|
+
/**
|
|
411
|
+
* The minimum amount of memory in MiB. Instance types with less memory than this value are excluded from selection.
|
|
412
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-memorymibrequest.html#cfn-ecs-capacityprovider-memorymibrequest-min}
|
|
413
|
+
*/
|
|
414
|
+
Min: number;
|
|
415
|
+
};
|
|
416
|
+
/**
|
|
417
|
+
* The minimum and maximum network bandwidth in gigabits per second (Gbps) for instance type selection. This is important for network-intensive workloads.
|
|
418
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-networkbandwidthgbpsrequest.html}
|
|
419
|
+
*/
|
|
420
|
+
export type NetworkBandwidthGbpsRequest = {
|
|
421
|
+
/**
|
|
422
|
+
* The maximum network bandwidth in Gbps. Instance types with higher network bandwidth are excluded from selection.
|
|
423
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-networkbandwidthgbpsrequest.html#cfn-ecs-capacityprovider-networkbandwidthgbpsrequest-max}
|
|
424
|
+
*/
|
|
425
|
+
Max?: number | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* The minimum network bandwidth in Gbps. Instance types with lower network bandwidth are excluded from selection.
|
|
428
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-networkbandwidthgbpsrequest.html#cfn-ecs-capacityprovider-networkbandwidthgbpsrequest-min}
|
|
429
|
+
*/
|
|
430
|
+
Min?: number | undefined;
|
|
431
|
+
};
|
|
432
|
+
/**
|
|
433
|
+
* The minimum and maximum number of network interfaces for instance type selection. This is useful for workloads that require multiple network interfaces.
|
|
434
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-networkinterfacecountrequest.html}
|
|
435
|
+
*/
|
|
436
|
+
export type NetworkInterfaceCountRequest = {
|
|
437
|
+
/**
|
|
438
|
+
* The maximum number of network interfaces. Instance types that support more network interfaces are excluded from selection.
|
|
439
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-networkinterfacecountrequest.html#cfn-ecs-capacityprovider-networkinterfacecountrequest-max}
|
|
440
|
+
*/
|
|
441
|
+
Max?: number | undefined;
|
|
442
|
+
/**
|
|
443
|
+
* The minimum number of network interfaces. Instance types that support fewer network interfaces are excluded from selection.
|
|
444
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-networkinterfacecountrequest.html#cfn-ecs-capacityprovider-networkinterfacecountrequest-min}
|
|
445
|
+
*/
|
|
446
|
+
Min?: number | undefined;
|
|
447
|
+
};
|
|
448
|
+
/**
|
|
449
|
+
* The minimum and maximum total local storage in gigabytes (GB) for instance types with local storage. This is useful for workloads that require local storage for temporary data or caching.
|
|
450
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-totallocalstoragegbrequest.html}
|
|
451
|
+
*/
|
|
452
|
+
export type TotalLocalStorageGBRequest = {
|
|
453
|
+
/**
|
|
454
|
+
* The maximum total local storage in GB. Instance types with more local storage are excluded from selection.
|
|
455
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-totallocalstoragegbrequest.html#cfn-ecs-capacityprovider-totallocalstoragegbrequest-max}
|
|
456
|
+
*/
|
|
457
|
+
Max?: number | undefined;
|
|
458
|
+
/**
|
|
459
|
+
* The minimum total local storage in GB. Instance types with less local storage are excluded from selection.
|
|
460
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-totallocalstoragegbrequest.html#cfn-ecs-capacityprovider-totallocalstoragegbrequest-min}
|
|
461
|
+
*/
|
|
462
|
+
Min?: number | undefined;
|
|
463
|
+
};
|
|
464
|
+
/**
|
|
465
|
+
* The minimum and maximum number of vCPUs for instance type selection. This allows you to specify a range of vCPU counts that meet your workload requirements.
|
|
466
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-vcpucountrangerequest.html}
|
|
467
|
+
*/
|
|
468
|
+
export type VCpuCountRangeRequest = {
|
|
469
|
+
/**
|
|
470
|
+
* The maximum number of vCPUs. Instance types with more vCPUs than this value are excluded from selection.
|
|
471
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-vcpucountrangerequest.html#cfn-ecs-capacityprovider-vcpucountrangerequest-max}
|
|
472
|
+
*/
|
|
473
|
+
Max?: number | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* The minimum number of vCPUs. Instance types with fewer vCPUs than this value are excluded from selection.
|
|
476
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-vcpucountrangerequest.html#cfn-ecs-capacityprovider-vcpucountrangerequest-min}
|
|
477
|
+
*/
|
|
478
|
+
Min: number;
|
|
479
|
+
};
|
|
111
480
|
//# sourceMappingURL=aws-ecs-capacityprovider.d.ts.map
|
|
@@ -471,7 +471,7 @@ export type OntapConfiguration = {
|
|
|
471
471
|
*/
|
|
472
472
|
DiskIopsConfiguration?: DiskIopsConfiguration | undefined;
|
|
473
473
|
/**
|
|
474
|
-
* (Multi-AZ only) Specifies the
|
|
474
|
+
* (Multi-AZ only) Specifies the IPv4 address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet.
|
|
475
475
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-endpointipaddressrange}
|
|
476
476
|
*/
|
|
477
477
|
EndpointIpAddressRange?: string | undefined;
|
|
@@ -583,7 +583,7 @@ export type OpenZFSConfiguration = {
|
|
|
583
583
|
*/
|
|
584
584
|
DiskIopsConfiguration?: DiskIopsConfiguration | undefined;
|
|
585
585
|
/**
|
|
586
|
-
* (Multi-AZ only) Specifies the
|
|
586
|
+
* (Multi-AZ only) Specifies the IPv4 address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx selects an available /28 IP address range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet.
|
|
587
587
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-openzfsconfiguration.html#cfn-fsx-filesystem-openzfsconfiguration-endpointipaddressrange}
|
|
588
588
|
*/
|
|
589
589
|
EndpointIpAddressRange?: string | undefined;
|
|
@@ -49,6 +49,11 @@ export type ImageBuilderImageProps = {
|
|
|
49
49
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn}
|
|
50
50
|
*/
|
|
51
51
|
InfrastructureConfigurationArn: string;
|
|
52
|
+
/**
|
|
53
|
+
* The logging configuration settings for the image.
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-loggingconfiguration}
|
|
55
|
+
*/
|
|
56
|
+
LoggingConfiguration?: ImageLoggingConfiguration | undefined;
|
|
52
57
|
/**
|
|
53
58
|
* The tags of the image.
|
|
54
59
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-tags}
|
|
@@ -100,6 +105,11 @@ export type ImageBuilderImageProps = {
|
|
|
100
105
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn}
|
|
101
106
|
*/
|
|
102
107
|
InfrastructureConfigurationArn: string;
|
|
108
|
+
/**
|
|
109
|
+
* The logging configuration settings for the image.
|
|
110
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-loggingconfiguration}
|
|
111
|
+
*/
|
|
112
|
+
LoggingConfiguration?: ImageLoggingConfiguration | undefined;
|
|
103
113
|
/**
|
|
104
114
|
* The tags of the image.
|
|
105
115
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-tags}
|
|
@@ -151,6 +161,11 @@ export type ImageBuilderImageProps = {
|
|
|
151
161
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn}
|
|
152
162
|
*/
|
|
153
163
|
InfrastructureConfigurationArn?: string | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* The logging configuration settings for the image.
|
|
166
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-loggingconfiguration}
|
|
167
|
+
*/
|
|
168
|
+
LoggingConfiguration?: ImageLoggingConfiguration | undefined;
|
|
154
169
|
/**
|
|
155
170
|
* The tags of the image.
|
|
156
171
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-tags}
|
|
@@ -203,6 +218,17 @@ export type EcrConfiguration = {
|
|
|
203
218
|
*/
|
|
204
219
|
RepositoryName?: string | undefined;
|
|
205
220
|
};
|
|
221
|
+
/**
|
|
222
|
+
* The logging configuration settings for the image.
|
|
223
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imageloggingconfiguration.html}
|
|
224
|
+
*/
|
|
225
|
+
export type ImageLoggingConfiguration = {
|
|
226
|
+
/**
|
|
227
|
+
* The name of the log group for image build logs.
|
|
228
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imageloggingconfiguration.html#cfn-imagebuilder-image-imageloggingconfiguration-loggroupname}
|
|
229
|
+
*/
|
|
230
|
+
LogGroupName?: string | undefined;
|
|
231
|
+
};
|
|
206
232
|
/**
|
|
207
233
|
* Contains settings for Image Builder image resource and container image scans.
|
|
208
234
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagescanningconfiguration.html}
|
|
@@ -54,6 +54,11 @@ export type ImageBuilderImagePipelineProps = {
|
|
|
54
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn}
|
|
55
55
|
*/
|
|
56
56
|
InfrastructureConfigurationArn: string;
|
|
57
|
+
/**
|
|
58
|
+
* The logging configuration settings for the image pipeline.
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-loggingconfiguration}
|
|
60
|
+
*/
|
|
61
|
+
LoggingConfiguration?: PipelineLoggingConfiguration | undefined;
|
|
57
62
|
/**
|
|
58
63
|
* The name of the image pipeline.
|
|
59
64
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name}
|
|
@@ -125,6 +130,11 @@ export type ImageBuilderImagePipelineProps = {
|
|
|
125
130
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn}
|
|
126
131
|
*/
|
|
127
132
|
InfrastructureConfigurationArn: string;
|
|
133
|
+
/**
|
|
134
|
+
* The logging configuration settings for the image pipeline.
|
|
135
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-loggingconfiguration}
|
|
136
|
+
*/
|
|
137
|
+
LoggingConfiguration?: PipelineLoggingConfiguration | undefined;
|
|
128
138
|
/**
|
|
129
139
|
* The name of the image pipeline.
|
|
130
140
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name}
|
|
@@ -166,6 +176,18 @@ export type ImageBuilderImagePipelineAttribs = {
|
|
|
166
176
|
*/
|
|
167
177
|
Name: string;
|
|
168
178
|
};
|
|
179
|
+
/**
|
|
180
|
+
* The auto-disable policy configuration for the image pipeline.
|
|
181
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-autodisablepolicy.html}
|
|
182
|
+
*/
|
|
183
|
+
export type AutoDisablePolicy = {
|
|
184
|
+
/**
|
|
185
|
+
* The number of consecutive failures after which the pipeline should be automatically disabled.
|
|
186
|
+
* @min 1
|
|
187
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-autodisablepolicy.html#cfn-imagebuilder-imagepipeline-autodisablepolicy-failurecount}
|
|
188
|
+
*/
|
|
189
|
+
FailureCount: number;
|
|
190
|
+
};
|
|
169
191
|
/**
|
|
170
192
|
* Settings that Image Builder uses to configure the ECR repository and the output container images that Amazon Inspector scans.
|
|
171
193
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-ecrconfiguration.html}
|
|
@@ -218,16 +240,32 @@ export type ImageTestsConfiguration = {
|
|
|
218
240
|
*/
|
|
219
241
|
TimeoutMinutes?: number | undefined;
|
|
220
242
|
};
|
|
243
|
+
/**
|
|
244
|
+
* The logging configuration settings for the image pipeline.
|
|
245
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-pipelineloggingconfiguration.html}
|
|
246
|
+
*/
|
|
247
|
+
export type PipelineLoggingConfiguration = {
|
|
248
|
+
/**
|
|
249
|
+
* The name of the log group for image build logs.
|
|
250
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-pipelineloggingconfiguration.html#cfn-imagebuilder-imagepipeline-pipelineloggingconfiguration-imageloggroupname}
|
|
251
|
+
*/
|
|
252
|
+
ImageLogGroupName?: string | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* The name of the log group for pipeline execution logs.
|
|
255
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-pipelineloggingconfiguration.html#cfn-imagebuilder-imagepipeline-pipelineloggingconfiguration-pipelineloggroupname}
|
|
256
|
+
*/
|
|
257
|
+
PipelineLogGroupName?: string | undefined;
|
|
258
|
+
};
|
|
221
259
|
/**
|
|
222
260
|
* A schedule configures when and how often a pipeline will automatically create a new image.
|
|
223
261
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html}
|
|
224
262
|
*/
|
|
225
263
|
export type Schedule = {
|
|
226
264
|
/**
|
|
227
|
-
* The
|
|
265
|
+
* The policy that configures when Image Builder should automatically disable a pipeline that is failing.
|
|
228
266
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-autodisablepolicy}
|
|
229
267
|
*/
|
|
230
|
-
AutoDisablePolicy?:
|
|
268
|
+
AutoDisablePolicy?: AutoDisablePolicy | undefined;
|
|
231
269
|
/**
|
|
232
270
|
* The condition configures when the pipeline should trigger a new image build. When the `pipelineExecutionStartCondition` is set to `EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE` , and you use semantic version filters on the base image or components in your image recipe, Image Builder will build a new image only when there are new versions of the image or components in your recipe that match the semantic version filter. When it is set to `EXPRESSION_MATCH_ONLY` , it will build a new image every time the CRON expression matches the current time. For semantic version syntax, see [CreateComponent](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_CreateComponent.html) in the *Image Builder API Reference* .
|
|
233
271
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition}
|
|
@@ -14,6 +14,11 @@ export type ImageBuilderImageRecipeProps = {
|
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-additionalinstanceconfiguration}
|
|
15
15
|
*/
|
|
16
16
|
AdditionalInstanceConfiguration?: AdditionalInstanceConfiguration | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* The tags to apply to the AMI created by this image recipe.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-amitags}
|
|
20
|
+
*/
|
|
21
|
+
AmiTags?: Record<string, string> | undefined;
|
|
17
22
|
/**
|
|
18
23
|
* The block device mappings to apply when creating images from this recipe.
|
|
19
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-blockdevicemappings}
|