| 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.IoT.Types.ReplaceDefaultPolicyVersionParams
Description
Documentation
data ReplaceDefaultPolicyVersionParams Source #
Parameters to define a mitigation action that adds a blank policy to restrict permissions.
See: newReplaceDefaultPolicyVersionParams smart constructor.
Constructors
| ReplaceDefaultPolicyVersionParams' | |
Fields
| |
Instances
newReplaceDefaultPolicyVersionParams Source #
Arguments
| :: PolicyTemplateName | |
| -> ReplaceDefaultPolicyVersionParams |
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.