Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ScpActionDefinition Source #
The service control policies (SCP) action definition details.
See: newScpActionDefinition
smart constructor.
Instances
newScpActionDefinition Source #
:: 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.