AWS solutions documentation change
Summary
Updated image URLs for language logos and modified property descriptions for clarity (vpcProps, existingVpc, existingEventBusInterface, eventBusProps). Changed wording from 'results an error' to 'causes an error'.
Security assessment
Changes involve documentation formatting and non-security wording improvements. No security vulnerabilities, configurations, or features are mentioned or modified. Image URL updates don't impact security posture.
Diff
diff --git a/solutions/latest/constructs/aws_fargate_eventbridge.md b/solutions/latest/constructs/aws_fargate_eventbridge.md index 7ee081f26..671b13253 100644 --- a//solutions/latest/constructs/aws_fargate_eventbridge.md +++ b//solutions/latest/constructs/aws_fargate_eventbridge.md @@ -16,3 +16,3 @@ Pattern Construct PropsPattern PropertiesDefault settingsArchitectureGithub - Python | `aws_solutions_constructs.aws_fargate_eventbridge` - Typescript | `@aws-solutions-constructs/aws-fargate-eventbridge` - Java | `software.amazon.awsconstructs.services.fargateeventbridge` + Python | `aws_solutions_constructs.aws_fargate_eventbridge` + Typescript | `@aws-solutions-constructs/aws-fargate-eventbridge` + Java | `software.amazon.awsconstructs.services.fargateeventbridge` @@ -73,2 +73,2 @@ publicApi | boolean | Whether the construct is deploying a private or public A -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. @@ -83,2 +83,2 @@ existingContainerDefinitionObject? | [ecs.ContainerDefinition](https://docs.aws -existingEventBusInterface? | [`events.IEventBus`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html) | Optional user-provided custom event bus for construct to use. Providing both this and `eventBusProps` results an error. -eventBusProps? | [`events.EventBusProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html) | Optional user-provided properties to override the default properties when creating a custom event bus. Setting this value to `{}` will create a custom event bus using all default properties. If neither this nor `existingEventBusInterface` is provided the construct will use the `default` event bus. Providing both this and `existingEventBusInterface` results an error. +existingEventBusInterface? | [`events.IEventBus`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html) | Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps` causes an error. +eventBusProps? | [`events.EventBusProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html) | Optional - user provided properties to override the default properties when creating a custom EventBus. Setting this value to `{}` will create a custom EventBus using all default properties. If neither this nor `existingEventBusInterface` is provided the construct will use the default EventBus. Providing both this and `existingEventBusInterface` causes an error.