Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SigV4Authorization = SigV4Authorization' {
- signingRegion :: Text
- serviceName :: Text
- roleArn :: Text
- newSigV4Authorization :: Text -> Text -> Text -> SigV4Authorization
- sigV4Authorization_signingRegion :: Lens' SigV4Authorization Text
- sigV4Authorization_serviceName :: Lens' SigV4Authorization Text
- sigV4Authorization_roleArn :: Lens' SigV4Authorization Text
Documentation
data SigV4Authorization Source #
For more information, see Signature Version 4 signing process.
See: newSigV4Authorization
smart constructor.
SigV4Authorization' | |
|
Instances
newSigV4Authorization Source #
:: Text | |
-> Text | |
-> Text | |
-> SigV4Authorization |
Create a value of SigV4Authorization
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:signingRegion:SigV4Authorization'
, sigV4Authorization_signingRegion
- The signing region.
$sel:serviceName:SigV4Authorization'
, sigV4Authorization_serviceName
- The service name to use while signing with Sig V4.
$sel:roleArn:SigV4Authorization'
, sigV4Authorization_roleArn
- The ARN of the signing role.
sigV4Authorization_signingRegion :: Lens' SigV4Authorization Text Source #
The signing region.
sigV4Authorization_serviceName :: Lens' SigV4Authorization Text Source #
The service name to use while signing with Sig V4.
sigV4Authorization_roleArn :: Lens' SigV4Authorization Text Source #
The ARN of the signing role.