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
Documentation
data SecurityProfileIdentifier Source #
Identifying information for a Device Defender security profile.
See: newSecurityProfileIdentifier
smart constructor.
Instances
newSecurityProfileIdentifier Source #
:: 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.