Skip to content

Commit

Permalink
AWS DynamoDB Streams: Introduce optional overrideEndpoint and uriEndp…
Browse files Browse the repository at this point in the history
…ointOverride for testing purpose
  • Loading branch information
oscerd committed Mar 29, 2022
1 parent 4623e58 commit 025eacf
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@ spec:
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
uriEndpointOverride:
title: Overwrite Endpoint URI
description: Set the overriding endpoint URI. This option needs to be used in combination with overrideEndpoint option.
type: string
overrideEndpoint:
title: Endpoint Overwrite
description: Set the need for overiding the endpoint URI. This option needs to be used in combination with uriEndpointOverride setting.
type: boolean
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
types:
out:
mediaType: application/json
Expand All @@ -101,6 +112,8 @@ spec:
iteratorType: "{{iteratorType}}"
sequenceNumberProvider: "{{sequenceNumberProvider}}"
useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
uriEndpointOverride: "{{?uriEndpointOverride}}"
overrideEndpoint: "{{overrideEndpoint}}"
steps:
- marshal:
json:
Expand Down

0 comments on commit 025eacf

Please sign in to comment.