Skip to content

Commit 2bb8411

Browse files
committed
initial setup
1 parent 5d4f0b1 commit 2bb8411

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

mmv1/products/bigquerydatatransfer/Config.yaml

+9-1
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,14 @@ properties:
226226
type: String
227227
description: |
228228
The Secret Access Key of the AWS account transferring data from.
229-
230229
required: true
231230
sensitive: true
231+
conflicts:
232+
- 'secretAccessKeyWo'
233+
- name: 'secretAccessKeyWo'
234+
type: String
235+
description: |
236+
The Secret Access Key of the AWS account transferring data from.
237+
write_only: true
238+
conflicts:
239+
- 'secretAccessKey'

0 commit comments

Comments
 (0)