| 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.SecurityProfileIdentifier
Description
Synopsis
Documentation
data SecurityProfileIdentifier Source #
Identifying information for a Device Defender security profile.
See: newSecurityProfileIdentifier smart constructor.
Constructors
| SecurityProfileIdentifier' | |
Instances
newSecurityProfileIdentifier Source #
Arguments
| :: Text | |
| -> Text | |
| -> SecurityProfileIdentifier |
Create a value of SecurityProfileIdentifier 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:name:SecurityProfileIdentifier', securityProfileIdentifier_name - The name you've given to the security profile.
$sel:arn:SecurityProfileIdentifier', securityProfileIdentifier_arn - The ARN of the security profile.
securityProfileIdentifier_name :: Lens' SecurityProfileIdentifier Text Source #
The name you've given to the security profile.
securityProfileIdentifier_arn :: Lens' SecurityProfileIdentifier Text Source #
The ARN of the security profile.