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
/
AWSAccessKeyConfiguration
AWSAccess
Key
Configuration
data
class
AWSAccessKeyConfiguration
(
val
accessKeyId
:
String
?
,
val
secretAccessKey
:
String
?
)
Members
Constructors
AWSAccess
Key
Configuration
Link copied to clipboard
constructor
(
accessKeyId
:
String
?
,
secretAccessKey
:
String
?
)
Properties
access
Key
Id
Link copied to clipboard
val
accessKeyId
:
String
?
secret
Access
Key
Link copied to clipboard
val
secretAccessKey
:
String
?