amazonka-config-2.0: Amazon Config 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.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
FromJSON StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

ToJSON 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 #

Read StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Show StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

NFData StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Methods

rnf :: StaticValue -> () #

Eq StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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.