File tree 2 files changed +2
-2
lines changed
@aws-cdk/aws-apprunner-alpha/lib
aws-cdk-lib/aws-codebuild/lib 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -577,7 +577,7 @@ export interface ImageRepository {
577
577
* always be `public.ecr.aws`. For `ECR`, the pattern should be
578
578
* `([0-9]{12}.dkr.ecr.[a-z\-]+-[0-9]{1}.amazonaws.com\/.*)`.
579
579
*
580
- * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-imagerepository.html for more details.
580
+ * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-imagerepository.html
581
581
*/
582
582
readonly imageIdentifier : string ;
583
583
Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ export interface CommonProjectProps {
631
631
* then PRIVATE_WITHOUT_EGRESS, and finally PUBLIC subnets. If your VPC doesn't have PRIVATE_WITH_EGRESS subnets but you need
632
632
* AWS service access, add VPC Endpoints to your private subnets.
633
633
*
634
- * @see https://docs.aws.amazon.com/codebuild/latest/userguide/vpc-support.html for more details.
634
+ * @see https://docs.aws.amazon.com/codebuild/latest/userguide/vpc-support.html
635
635
*
636
636
* @default - private subnets if available else public subnets
637
637
*/
You can’t perform that action at this time.
0 commit comments