| 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.EC2.Types.FederatedAuthentication
Description
Synopsis
Documentation
data FederatedAuthentication Source #
Describes the IAM SAML identity providers used for federated authentication.
See: newFederatedAuthentication smart constructor.
Constructors
| FederatedAuthentication' | |
Fields
| |
Instances
newFederatedAuthentication :: FederatedAuthentication Source #
Create a value of FederatedAuthentication 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:samlProviderArn:FederatedAuthentication', federatedAuthentication_samlProviderArn - The Amazon Resource Name (ARN) of the IAM SAML identity provider.
$sel:selfServiceSamlProviderArn:FederatedAuthentication', federatedAuthentication_selfServiceSamlProviderArn - The Amazon Resource Name (ARN) of the IAM SAML identity provider for the
self-service portal.
federatedAuthentication_samlProviderArn :: Lens' FederatedAuthentication (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
federatedAuthentication_selfServiceSamlProviderArn :: Lens' FederatedAuthentication (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.