Skip to content

Commit 61c99cf

Browse files
authored
docs(elasticloadbalancingv2): removed deprecated elbv2.ContentType reference (#24161)
Closes #23842
1 parent 615e1ce commit 61c99cf

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk/aws-elasticloadbalancingv2

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-elasticloadbalancingv2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ listener.addAction('Fixed', {
158158
elbv2.ListenerCondition.pathPatterns(['/ok']),
159159
],
160160
action: elbv2.ListenerAction.fixedResponse(200, {
161-
contentType: elbv2.ContentType.TEXT_PLAIN,
161+
contentType: 'text/plain',
162162
messageBody: 'OK',
163163
})
164164
});

0 commit comments

Comments
 (0)