Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-load-aws
/
io.airbyte.cdk.load.command.aws
/
AwsAssumeRoleCredentials
/
AwsAssumeRoleCredentials
Aws
Assume
Role
Credentials
constructor
(
@
Value
(
value
=
"${airbyte.destination.aws.assume-role.access-key}"
)
accessKey
:
String
,
@
Value
(
value
=
"${airbyte.destination.aws.assume-role.secret-key}"
)
secretKey
:
String
,
@
Value
(
value
=
"${airbyte.destination.aws.assume-role.external-id}"
)
externalId
:
String
)