libZSservicesZSamazonka-grafanaZSamazonka-grafana
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Grafana.Types.AwsSsoAuthentication

Description

 
Synopsis

Documentation

data AwsSsoAuthentication Source #

A structure containing information about how this workspace works with Amazon Web Services SSO.

See: newAwsSsoAuthentication smart constructor.

Constructors

AwsSsoAuthentication' 

Fields

  • ssoClientId :: Maybe Text

    The ID of the Amazon Web Services SSO-managed application that is created by Amazon Managed Grafana.

Instances

Instances details
Eq AwsSsoAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.AwsSsoAuthentication

Read AwsSsoAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.AwsSsoAuthentication

Show AwsSsoAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.AwsSsoAuthentication

Generic AwsSsoAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.AwsSsoAuthentication

Associated Types

type Rep AwsSsoAuthentication :: Type -> Type #

NFData AwsSsoAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.AwsSsoAuthentication

Methods

rnf :: AwsSsoAuthentication -> () #

Hashable AwsSsoAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.AwsSsoAuthentication

FromJSON AwsSsoAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.AwsSsoAuthentication

type Rep AwsSsoAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.AwsSsoAuthentication

type Rep AwsSsoAuthentication = D1 ('MetaData "AwsSsoAuthentication" "Amazonka.Grafana.Types.AwsSsoAuthentication" "libZSservicesZSamazonka-grafanaZSamazonka-grafana" 'False) (C1 ('MetaCons "AwsSsoAuthentication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ssoClientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAwsSsoAuthentication :: AwsSsoAuthentication Source #

Create a value of AwsSsoAuthentication 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:ssoClientId:AwsSsoAuthentication', awsSsoAuthentication_ssoClientId - The ID of the Amazon Web Services SSO-managed application that is created by Amazon Managed Grafana.

awsSsoAuthentication_ssoClientId :: Lens' AwsSsoAuthentication (Maybe Text) Source #

The ID of the Amazon Web Services SSO-managed application that is created by Amazon Managed Grafana.