File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ export interface BaseServiceProps extends BaseServiceOptions {
410
410
*
411
411
* LaunchType will be omitted if capacity provider strategies are specified on the service.
412
412
*
413
- * @see - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-capacityproviderstrategy
413
+ * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-capacityproviderstrategy
414
414
*
415
415
* Valid values are: LaunchType.ECS or LaunchType.FARGATE or LaunchType.EXTERNAL
416
416
*/
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ export interface NodegroupOptions {
245
245
/**
246
246
* The instance types to use for your node group.
247
247
* @default t3.medium will be used according to the cloudformation document.
248
- * @see - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-instancetypes
248
+ * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-instancetypes
249
249
*/
250
250
readonly instanceTypes ?: InstanceType [ ] ;
251
251
/**
@@ -293,7 +293,7 @@ export interface NodegroupOptions {
293
293
readonly tags ?: { [ name : string ] : string } ;
294
294
/**
295
295
* Launch template specification used for the nodegroup
296
- * @see - https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html
296
+ * @see https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html
297
297
* @default - no launch template
298
298
*/
299
299
readonly launchTemplateSpec ?: LaunchTemplateSpec ;
You can’t perform that action at this time.
0 commit comments