AWS solutions documentation change
Summary
Updated logo image paths and clarified VPC property error conditions
Security assessment
Changes consist of image URL updates and minor wording improvements for VPC properties ('is an error' to 'causes an error'). No references to security vulnerabilities, features, or configurations are present. The modifications are purely documentation clarifications.
Diff
diff --git a/solutions/latest/constructs/aws_fargate_stepfunctions.md b/solutions/latest/constructs/aws_fargate_stepfunctions.md index 9db44846c..5d5b97c3d 100644 --- a//solutions/latest/constructs/aws_fargate_stepfunctions.md +++ b//solutions/latest/constructs/aws_fargate_stepfunctions.md @@ -16,3 +16,3 @@ OverviewPattern Construct PropsPattern PropertiesDefault settingsArchitectureGit - Python | `aws_solutions_constructs.aws_fargate_stepfunctions` - Typescript | `@aws-solutions-constructs/aws-fargate-stepfunctions` - Java | `software.amazon.awsconstructs.services.fargatestepfunctions` + Python | `aws_solutions_constructs.aws_fargate_stepfunctions` + Typescript | `@aws-solutions-constructs/aws-fargate-stepfunctions` + Java | `software.amazon.awsconstructs.services.fargatestepfunctions` @@ -92,2 +92,2 @@ publicApi | `boolean` | Whether the construct is deploying a private or public -vpcProps? | [`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html) | Optional custom properties for a VPC the construct will create. This VPC will be used by any Private Hosted Zone the construct creates (that’s why loadBalancerProps and privateHostedZoneProps can’t include a VPC). Providing both this and existingVpc is an error. -existingVpc? | [`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html) | An existing VPC in which to deploy the construct. Providing both this and vpcProps is an error. If the client provides an existing load balancer and/or existing Private Hosted Zone, those constructs must exist in this VPC. +vpcProps? | [`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html) | Optional custom properties for a VPC the construct will create. This VPC will be used by any Private Hosted Zone the construct creates (that’s why loadBalancerProps and privateHostedZoneProps can’t include a VPC). Providing both this and existingVpc causes an error. +existingVpc? | [`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html) | An existing VPC in which to deploy the construct. Providing both this and vpcProps causes an error. If the client provides an existing load balancer and/or existing Private Hosted Zone, those constructs must exist in this VPC.