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
- data ParameterInlinePolicy = ParameterInlinePolicy' {
- policyType :: Maybe Text
- policyStatus :: Maybe Text
- policyText :: Maybe Text
- newParameterInlinePolicy :: ParameterInlinePolicy
- parameterInlinePolicy_policyType :: Lens' ParameterInlinePolicy (Maybe Text)
- parameterInlinePolicy_policyStatus :: Lens' ParameterInlinePolicy (Maybe Text)
- parameterInlinePolicy_policyText :: Lens' ParameterInlinePolicy (Maybe Text)
Documentation
data ParameterInlinePolicy Source #
One or more policies assigned to a parameter.
See: newParameterInlinePolicy
smart constructor.
ParameterInlinePolicy' | |
|
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:policyType:ParameterInlinePolicy'
, parameterInlinePolicy_policyType
- The type of policy. Parameter Store, a capablility of Amazon Web
Services Systems Manager, supports the following policy types:
Expiration, ExpirationNotification, and NoChangeNotification.
$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.
parameterInlinePolicy_policyType :: Lens' ParameterInlinePolicy (Maybe Text) Source #
The type of policy. Parameter Store, a capablility 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.