MBrace.AWS


MBraceAWSCredentials

Namespace: MBrace.AWS

Serializable AWS credentials container class

Constructors

ConstructorDescription
new(credentials)
Signature: credentials:AWSCredentials -> MBraceAWSCredentials

CompiledName: .ctor

new(immutableCredentials)
Signature: immutableCredentials:ImmutableCredentials -> MBraceAWSCredentials

CompiledName: .ctor

new(accessKey, secretKey)
Signature: (accessKey:string * secretKey:string) -> MBraceAWSCredentials

CompiledName: .ctor

Instance members

Instance memberDescription
AccessKey
Signature: string

CompiledName: get_AccessKey

SecretKey
Signature: string

CompiledName: get_SecretKey

Static members

Static memberDescription
FromCredentialsStore(profileName)
Signature: (profileName:string option) -> MBraceAWSCredentials

Recover a set of credentials using the local credentials store.

FromEnvironmentVariables()
Signature: unit -> MBraceAWSCredentials

Recovers a credentials instance from the local environment using the the 'AWSACCESSKEYID' and 'AWSSECRETACCESSKEY' variables.

Fork me on GitHub