| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Budgets.Types.ScpActionDefinition
Description
Synopsis
Documentation
data ScpActionDefinition Source #
The service control policies (SCP) action definition details.
See: newScpActionDefinition smart constructor.
Constructors
| ScpActionDefinition' | |
Instances
newScpActionDefinition Source #
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> ScpActionDefinition |
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.
scpActionDefinition_policyId :: Lens' ScpActionDefinition Text Source #
The policy ID attached.
scpActionDefinition_targetIds :: Lens' ScpActionDefinition (NonEmpty Text) Source #
A list of target IDs.