amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances details
FromXML FederatedAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.FederatedAuthentication

Generic FederatedAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.FederatedAuthentication

Associated Types

type Rep FederatedAuthentication :: Type -> Type #

Read FederatedAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.FederatedAuthentication

Show FederatedAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.FederatedAuthentication

NFData FederatedAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.FederatedAuthentication

Methods

rnf :: FederatedAuthentication -> () #

Eq FederatedAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.FederatedAuthentication

Hashable FederatedAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.FederatedAuthentication

type Rep FederatedAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.FederatedAuthentication

type Rep FederatedAuthentication = D1 ('MetaData "FederatedAuthentication" "Amazonka.EC2.Types.FederatedAuthentication" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "FederatedAuthentication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "samlProviderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "selfServiceSamlProviderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.