AWSAccessKeySpecification
interface AWSAccessKeySpecification
Mix-in to a configuration to add AWS access key id and secret access key fields as properties.
See io.airbyte.cdk.load.command.DestinationConfiguration for more details on how to use this interface.
Properties
Link copied to clipboard
@get:JsonPropertyDescription(value = "The access key ID to access the S3 bucket. Airbyte requires Read and Write permissions to the given bucket. Read more <a href="https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys">here</a>.")
Link copied to clipboard
@get:JsonPropertyDescription(value = "The corresponding secret to the access key ID. Read more <a href="https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys">here</a>")