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 |
Documentation
data AwsIamConfig Source #
The Identity and Access Management configuration.
See: newAwsIamConfig
smart constructor.
AwsIamConfig' | |
|
Instances
newAwsIamConfig :: AwsIamConfig Source #
Create a value of AwsIamConfig
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:signingServiceName:AwsIamConfig'
, awsIamConfig_signingServiceName
- The signing service name for Identity and Access Management
authorization.
$sel:signingRegion:AwsIamConfig'
, awsIamConfig_signingRegion
- The signing region for Identity and Access Management authorization.
awsIamConfig_signingServiceName :: Lens' AwsIamConfig (Maybe Text) Source #
The signing service name for Identity and Access Management authorization.
awsIamConfig_signingRegion :: Lens' AwsIamConfig (Maybe Text) Source #
The signing region for Identity and Access Management authorization.