libZSservicesZSamazonka-configZSamazonka-config
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.Config.Types.StaticValue

Description

 
Synopsis

Documentation

data StaticValue Source #

The static value of the resource.

See: newStaticValue smart constructor.

Constructors

StaticValue' 

Fields

  • values :: [Text]

    A list of values. For example, the ARN of the assumed role.

Instances

Instances details
Eq StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Read StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Show StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Generic StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Associated Types

type Rep StaticValue :: Type -> Type #

NFData StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Methods

rnf :: StaticValue -> () #

Hashable StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

ToJSON StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

FromJSON StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

type Rep StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

type Rep StaticValue = D1 ('MetaData "StaticValue" "Amazonka.Config.Types.StaticValue" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "StaticValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newStaticValue :: StaticValue Source #

Create a value of StaticValue 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:values:StaticValue', staticValue_values - A list of values. For example, the ARN of the assumed role.

staticValue_values :: Lens' StaticValue [Text] Source #

A list of values. For example, the ARN of the assumed role.