libZSservicesZSamazonka-appsyncZSamazonka-appsync
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.AppSync.Types.AwsIamConfig

Description

 
Synopsis

Documentation

data AwsIamConfig Source #

The Identity and Access Management configuration.

See: newAwsIamConfig smart constructor.

Constructors

AwsIamConfig' 

Fields

Instances

Instances details
Eq AwsIamConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.AwsIamConfig

Read AwsIamConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.AwsIamConfig

Show AwsIamConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.AwsIamConfig

Generic AwsIamConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.AwsIamConfig

Associated Types

type Rep AwsIamConfig :: Type -> Type #

NFData AwsIamConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.AwsIamConfig

Methods

rnf :: AwsIamConfig -> () #

Hashable AwsIamConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.AwsIamConfig

ToJSON AwsIamConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.AwsIamConfig

FromJSON AwsIamConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.AwsIamConfig

type Rep AwsIamConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.AwsIamConfig

type Rep AwsIamConfig = D1 ('MetaData "AwsIamConfig" "Amazonka.AppSync.Types.AwsIamConfig" "libZSservicesZSamazonka-appsyncZSamazonka-appsync" 'False) (C1 ('MetaCons "AwsIamConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "signingServiceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signingRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.