| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FinSpaceData.Types.AwsCredentials
Description
Synopsis
- data AwsCredentials = AwsCredentials' {}
- newAwsCredentials :: AwsCredentials
- awsCredentials_accessKeyId :: Lens' AwsCredentials (Maybe Text)
- awsCredentials_expiration :: Lens' AwsCredentials (Maybe Integer)
- awsCredentials_secretAccessKey :: Lens' AwsCredentials (Maybe Text)
- awsCredentials_sessionToken :: Lens' AwsCredentials (Maybe Text)
Documentation
data AwsCredentials Source #
The credentials required to access the external Dataview from the S3 location.
See: newAwsCredentials smart constructor.
Constructors
| AwsCredentials' | |
Fields
| |
Instances
newAwsCredentials :: AwsCredentials Source #
Create a value of AwsCredentials with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accessKeyId:AwsCredentials', awsCredentials_accessKeyId - The unique identifier for the security credentials.
$sel:expiration:AwsCredentials', awsCredentials_expiration - The Epoch time when the current credentials expire.
$sel:secretAccessKey:AwsCredentials', awsCredentials_secretAccessKey - The secret access key that can be used to sign requests.
$sel:sessionToken:AwsCredentials', awsCredentials_sessionToken - The token that users must pass to use the credentials.
awsCredentials_accessKeyId :: Lens' AwsCredentials (Maybe Text) Source #
The unique identifier for the security credentials.
awsCredentials_expiration :: Lens' AwsCredentials (Maybe Integer) Source #
The Epoch time when the current credentials expire.
awsCredentials_secretAccessKey :: Lens' AwsCredentials (Maybe Text) Source #
The secret access key that can be used to sign requests.
awsCredentials_sessionToken :: Lens' AwsCredentials (Maybe Text) Source #
The token that users must pass to use the credentials.