libZSservicesZSamazonka-protonZSamazonka-proton
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.Proton.Types.AccountSettings

Description

 
Synopsis

Documentation

data AccountSettings Source #

The AWS Proton pipeline service role data.

See: newAccountSettings smart constructor.

Constructors

AccountSettings' 

Fields

Instances

Instances details
Eq AccountSettings Source # 
Instance details

Defined in Amazonka.Proton.Types.AccountSettings

Read AccountSettings Source # 
Instance details

Defined in Amazonka.Proton.Types.AccountSettings

Show AccountSettings Source # 
Instance details

Defined in Amazonka.Proton.Types.AccountSettings

Generic AccountSettings Source # 
Instance details

Defined in Amazonka.Proton.Types.AccountSettings

Associated Types

type Rep AccountSettings :: Type -> Type #

NFData AccountSettings Source # 
Instance details

Defined in Amazonka.Proton.Types.AccountSettings

Methods

rnf :: AccountSettings -> () #

Hashable AccountSettings Source # 
Instance details

Defined in Amazonka.Proton.Types.AccountSettings

FromJSON AccountSettings Source # 
Instance details

Defined in Amazonka.Proton.Types.AccountSettings

type Rep AccountSettings Source # 
Instance details

Defined in Amazonka.Proton.Types.AccountSettings

type Rep AccountSettings = D1 ('MetaData "AccountSettings" "Amazonka.Proton.Types.AccountSettings" "libZSservicesZSamazonka-protonZSamazonka-proton" 'False) (C1 ('MetaCons "AccountSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineServiceRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAccountSettings :: AccountSettings Source #

Create a value of AccountSettings 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:pipelineServiceRoleArn:AccountSettings', accountSettings_pipelineServiceRoleArn - The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.

accountSettings_pipelineServiceRoleArn :: Lens' AccountSettings (Maybe Text) Source #

The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.