amazonka-budgets-2.0: Amazon Budgets 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.Budgets.Types.ScpActionDefinition

Description

 
Synopsis

Documentation

data ScpActionDefinition Source #

The service control policies (SCP) action definition details.

See: newScpActionDefinition smart constructor.

Constructors

ScpActionDefinition' 

Fields

Instances

Instances details
FromJSON ScpActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.ScpActionDefinition

ToJSON ScpActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.ScpActionDefinition

Generic ScpActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.ScpActionDefinition

Associated Types

type Rep ScpActionDefinition :: Type -> Type #

Read ScpActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.ScpActionDefinition

Show ScpActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.ScpActionDefinition

NFData ScpActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.ScpActionDefinition

Methods

rnf :: ScpActionDefinition -> () #

Eq ScpActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.ScpActionDefinition

Hashable ScpActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.ScpActionDefinition

type Rep ScpActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.ScpActionDefinition

type Rep ScpActionDefinition = D1 ('MetaData "ScpActionDefinition" "Amazonka.Budgets.Types.ScpActionDefinition" "amazonka-budgets-2.0-7U1RWOWP6pxJESvTUhAD5Y" 'False) (C1 ('MetaCons "ScpActionDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newScpActionDefinition Source #

Create a value of ScpActionDefinition 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:policyId:ScpActionDefinition', scpActionDefinition_policyId - The policy ID attached.

$sel:targetIds:ScpActionDefinition', scpActionDefinition_targetIds - A list of target IDs.