| 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.SsmActionDefinition
Description
Synopsis
- data SsmActionDefinition = SsmActionDefinition' {}
- newSsmActionDefinition :: ActionSubType -> Text -> NonEmpty Text -> SsmActionDefinition
- ssmActionDefinition_actionSubType :: Lens' SsmActionDefinition ActionSubType
- ssmActionDefinition_region :: Lens' SsmActionDefinition Text
- ssmActionDefinition_instanceIds :: Lens' SsmActionDefinition (NonEmpty Text)
Documentation
data SsmActionDefinition Source #
The Amazon Web Services Systems Manager (SSM) action definition details.
See: newSsmActionDefinition smart constructor.
Constructors
| SsmActionDefinition' | |
Fields
| |
Instances
newSsmActionDefinition Source #
Arguments
| :: ActionSubType | |
| -> Text | |
| -> NonEmpty Text | |
| -> SsmActionDefinition |
Create a value of SsmActionDefinition 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:actionSubType:SsmActionDefinition', ssmActionDefinition_actionSubType - The action subType.
$sel:region:SsmActionDefinition', ssmActionDefinition_region - The Region to run the SSM document.
$sel:instanceIds:SsmActionDefinition', ssmActionDefinition_instanceIds - The EC2 and RDS instance IDs.
ssmActionDefinition_actionSubType :: Lens' SsmActionDefinition ActionSubType Source #
The action subType.
ssmActionDefinition_region :: Lens' SsmActionDefinition Text Source #
The Region to run the SSM document.
ssmActionDefinition_instanceIds :: Lens' SsmActionDefinition (NonEmpty Text) Source #
The EC2 and RDS instance IDs.