All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.johnsnowlabs.client.aws.CredentialParams.scala Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
package com.johnsnowlabs.client.aws

case class CredentialParams(
    accessKeyId: String,
    secretAccessKey: String,
    sessionToken: String,
    profile: String,
    region: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy