Skip to content

Commit aef08ef

Browse files
committed
Fixed 'causes an error' stragglers
1 parent edde8c7 commit aef08ef

File tree

17 files changed

+48
-48
lines changed

17 files changed

+48
-48
lines changed

source/patterns/@aws-solutions-constructs/aws-eventbridge-kinesisfirehose-s3/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ new EventbridgeToKinesisFirehoseToS3(this, "test-eventbridge-firehose-s3",
106106
|*Name* |*Type* |*Description*
107107
|existingEventBusInterface?
108108
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html[`events.IEventBus`]
109-
|Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps` is
110-
an error.
109+
|Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps`
110+
causes an error.
111111

112112
|eventBusProps?
113113
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html[`events.EventBusProps`]
114114
|Optional - user provided properties to override the default properties when creating a custom EventBus. Setting
115115
this value to `{}` will create a custom EventBus using all default properties. If neither this nor
116116
`existingEventBusInterface` is provided the construct will use the default EventBus. Providing both this and
117-
`existingEventBusInterface` results an error.
117+
`existingEventBusInterface` causes an error.
118118

119119
|eventRuleProps
120120
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.RuleProps.html[`events.RuleProps`]

source/patterns/@aws-solutions-constructs/aws-eventbridge-kinesisfirehose-s3/lib/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import { KinesisFirehoseToS3 } from '@aws-solutions-constructs/aws-kinesisfireho
2727
*/
2828
export interface EventbridgeToKinesisFirehoseToS3Props {
2929
/**
30-
* Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps` is
31-
* an error.
30+
* Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps`
31+
* causes an error.
3232
*
3333
* @default - None
3434
*/
@@ -37,7 +37,7 @@ export interface EventbridgeToKinesisFirehoseToS3Props {
3737
* Optional - user provided properties to override the default properties when creating a custom EventBus. Setting
3838
* this value to `{}` will create a custom EventBus using all default properties. If neither this nor
3939
* `existingEventBusInterface` is provided the construct will use the default EventBus. Providing both this and
40-
* `existingEventBusInterface` results an error.
40+
* `existingEventBusInterface` causes an error.
4141
*
4242
* @default - None
4343
*/

source/patterns/@aws-solutions-constructs/aws-eventbridge-kinesisstreams/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ new EventbridgeToKinesisStreams(this, "test-eventbridge-kinesis-streams",
112112
|*Name* |*Type* |*Description*
113113
|existingEventBusInterface?
114114
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html[`events.IEventBus`]
115-
|Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps` is
116-
an error.
115+
|Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps`
116+
causes an error.
117117

118118
|eventBusProps?
119119
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html[`events.EventBusProps`]
120120
|Optional - user provided properties to override the default properties when creating a custom EventBus. Setting
121121
this value to `{}` will create a custom EventBus using all default properties. If neither this nor
122122
`existingEventBusInterface` is provided the construct will use the default EventBus. Providing both this and
123-
`existingEventBusInterface` results an error.
123+
`existingEventBusInterface` causes an error.
124124

125125
|eventRuleProps
126126
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.RuleProps.html[`events.RuleProps`]

source/patterns/@aws-solutions-constructs/aws-eventbridge-kinesisstreams/lib/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import { overrideProps } from '@aws-solutions-constructs/core';
2525
*/
2626
export interface EventbridgeToKinesisStreamsProps {
2727
/**
28-
* Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps` is
29-
* an error.
28+
* Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps`
29+
* causes an error.
3030
*
3131
* @default - None
3232
*/
@@ -35,7 +35,7 @@ export interface EventbridgeToKinesisStreamsProps {
3535
* Optional - user provided properties to override the default properties when creating a custom EventBus. Setting
3636
* this value to `{}` will create a custom EventBus using all default properties. If neither this nor
3737
* `existingEventBusInterface` is provided the construct will use the default EventBus. Providing both this and
38-
* `existingEventBusInterface` results an error.
38+
* `existingEventBusInterface` causes an error.
3939
*
4040
* @default - None
4141
*/

source/patterns/@aws-solutions-constructs/aws-eventbridge-lambda/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ new EventbridgeToLambda(this, "test-eventbridge-lambda",
131131

132132
|existingEventBusInterface?
133133
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html[`events.IEventBus`]
134-
|Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps` is
135-
an error.
134+
|Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps`
135+
causes an error.
136136

137137
|eventBusProps?
138138
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html[`events.EventBusProps`]
139139
|Optional - user provided properties to override the default properties when creating a custom EventBus. Setting
140140
this value to `{}` will create a custom EventBus using all default properties. If neither this nor
141141
`existingEventBusInterface` is provided the construct will use the default EventBus. Providing both this and
142-
`existingEventBusInterface` results an error.
142+
`existingEventBusInterface` causes an error.
143143

144144
|eventRuleProps
145145
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.RuleProps.html[`events.RuleProps`]

source/patterns/@aws-solutions-constructs/aws-eventbridge-lambda/lib/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export interface EventbridgeToLambdaProps {
3737
*/
3838
readonly lambdaFunctionProps?: lambda.FunctionProps;
3939
/**
40-
* Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps` is
41-
* an error.
40+
* Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps`
41+
* causes an error.
4242
*
4343
* @default - None
4444
*/
@@ -47,7 +47,7 @@ export interface EventbridgeToLambdaProps {
4747
* Optional - user provided properties to override the default properties when creating a custom EventBus. Setting
4848
* this value to `{}` will create a custom EventBus using all default properties. If neither this nor
4949
* `existingEventBusInterface` is provided the construct will use the default EventBus. Providing both this and
50-
* `existingEventBusInterface` results an error.
50+
* `existingEventBusInterface` causes an error.
5151
*
5252
* @default - None
5353
*/

source/patterns/@aws-solutions-constructs/aws-eventbridge-sns/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,15 @@ constructStack.getEncryptionKey().addToResourcePolicy(policyStatement);
150150

151151
|existingEventBusInterface?
152152
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html[`events.IEventBus`]
153-
|Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps` is
154-
an error.
153+
|Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps`
154+
causes an error.
155155

156156
|eventBusProps?
157157
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html[`events.EventBusProps`]
158158
|Optional - user provided properties to override the default properties when creating a custom EventBus. Setting
159159
this value to `{}` will create a custom EventBus using all default properties. If neither this nor
160160
`existingEventBusInterface` is provided the construct will use the default EventBus. Providing both this and
161-
`existingEventBusInterface` results an error.
161+
`existingEventBusInterface` causes an error.
162162

163163
|enableEncryptionWithCustomerManagedKey? |`boolean` |If no key is
164164
provided, this flag determines whether the SNS Topic is encrypted with a

source/patterns/@aws-solutions-constructs/aws-eventbridge-sns/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface EventbridgeToSnsProps {
3939
* Optional - user provided properties to override the default properties when creating a custom EventBus. Setting
4040
* this value to `{}` will create a custom EventBus using all default properties. If neither this nor
4141
* `existingEventBusInterface` is provided the construct will use the default EventBus. Providing both this and
42-
* `existingEventBusInterface` results an error.
42+
* `existingEventBusInterface` causes an error.
4343
*
4444
* @default - None
4545
*/

source/patterns/@aws-solutions-constructs/aws-eventbridge-sqs/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,15 @@ constructStack.getEncryptionKey().addToResourcePolicy(policyStatement);
137137
|*Name* |*Type* |*Description*
138138
|existingEventBusInterface?
139139
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html[`events.IEventBus`]
140-
|Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps` is
141-
an error.
140+
|Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps`
141+
causes an error.
142142

143143
|eventBusProps?
144144
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html[`events.EventBusProps`]
145145
|Optional - user provided properties to override the default properties when creating a custom EventBus. Setting
146146
this value to `{}` will create a custom EventBus using all default properties. If neither this nor
147147
`existingEventBusInterface` is provided the construct will use the default EventBus. Providing both this and
148-
`existingEventBusInterface` results an error.
148+
`existingEventBusInterface` causes an error.
149149

150150
|eventRuleProps
151151
|https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.RuleProps.html[`events.RuleProps`]

source/patterns/@aws-solutions-constructs/aws-eventbridge-sqs/lib/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import { overrideProps } from '@aws-solutions-constructs/core';
2626
*/
2727
export interface EventbridgeToSqsProps {
2828
/**
29-
* Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps` is
30-
* an error.
29+
* Optional - user provided custom EventBus for this construct to use. Providing both this and `eventBusProps`
30+
* causes an error.
3131
*
3232
* @default - None
3333
*/
@@ -36,7 +36,7 @@ export interface EventbridgeToSqsProps {
3636
* Optional - user provided properties to override the default properties when creating a custom EventBus. Setting
3737
* this value to `{}` will create a custom EventBus using all default properties. If neither this nor
3838
* `existingEventBusInterface` is provided the construct will use the default EventBus. Providing both this and
39-
* `existingEventBusInterface` results an error.
39+
* `existingEventBusInterface` causes an error.
4040
*
4141
* @default - None
4242
*/

0 commit comments

Comments
 (0)