| 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.SSM.Types.ParameterInlinePolicy
Description
Synopsis
- data ParameterInlinePolicy = ParameterInlinePolicy' {
- policyStatus :: Maybe Text
- policyText :: Maybe Text
- policyType :: Maybe Text
- newParameterInlinePolicy :: ParameterInlinePolicy
- parameterInlinePolicy_policyStatus :: Lens' ParameterInlinePolicy (Maybe Text)
- parameterInlinePolicy_policyText :: Lens' ParameterInlinePolicy (Maybe Text)
- parameterInlinePolicy_policyType :: Lens' ParameterInlinePolicy (Maybe Text)
Documentation
data ParameterInlinePolicy Source #
One or more policies assigned to a parameter.
See: newParameterInlinePolicy smart constructor.
Constructors
| ParameterInlinePolicy' | |
Fields
| |
Instances
newParameterInlinePolicy :: ParameterInlinePolicy Source #
Create a value of ParameterInlinePolicy 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:policyStatus:ParameterInlinePolicy', parameterInlinePolicy_policyStatus - The status of the policy. Policies report the following statuses:
Pending (the policy hasn't been enforced or applied yet), Finished (the
policy was applied), Failed (the policy wasn't applied), or InProgress
(the policy is being applied now).
$sel:policyText:ParameterInlinePolicy', parameterInlinePolicy_policyText - The JSON text of the policy.
$sel:policyType:ParameterInlinePolicy', parameterInlinePolicy_policyType - The type of policy. Parameter Store, a capability of Amazon Web Services
Systems Manager, supports the following policy types: Expiration,
ExpirationNotification, and NoChangeNotification.
parameterInlinePolicy_policyStatus :: Lens' ParameterInlinePolicy (Maybe Text) Source #
The status of the policy. Policies report the following statuses: Pending (the policy hasn't been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn't applied), or InProgress (the policy is being applied now).
parameterInlinePolicy_policyText :: Lens' ParameterInlinePolicy (Maybe Text) Source #
The JSON text of the policy.
parameterInlinePolicy_policyType :: Lens' ParameterInlinePolicy (Maybe Text) Source #
The type of policy. Parameter Store, a capability of Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.