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 |
Documentation
data ReplaceDefaultPolicyVersionParams Source #
Parameters to define a mitigation action that adds a blank policy to restrict permissions.
See: newReplaceDefaultPolicyVersionParams
smart constructor.
ReplaceDefaultPolicyVersionParams' | |
|
Instances
newReplaceDefaultPolicyVersionParams Source #
Create a value of ReplaceDefaultPolicyVersionParams
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:templateName:ReplaceDefaultPolicyVersionParams'
, replaceDefaultPolicyVersionParams_templateName
- The name of the template to be applied. The only supported value is
BLANK_POLICY
.
replaceDefaultPolicyVersionParams_templateName :: Lens' ReplaceDefaultPolicyVersionParams PolicyTemplateName Source #
The name of the template to be applied. The only supported value is
BLANK_POLICY
.