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 SecurityProfileTargetMapping = SecurityProfileTargetMapping' {}
- newSecurityProfileTargetMapping :: SecurityProfileTargetMapping
- securityProfileTargetMapping_securityProfileIdentifier :: Lens' SecurityProfileTargetMapping (Maybe SecurityProfileIdentifier)
- securityProfileTargetMapping_target :: Lens' SecurityProfileTargetMapping (Maybe SecurityProfileTarget)
Documentation
data SecurityProfileTargetMapping Source #
Information about a security profile and the target associated with it.
See: newSecurityProfileTargetMapping
smart constructor.
SecurityProfileTargetMapping' | |
|
Instances
newSecurityProfileTargetMapping :: SecurityProfileTargetMapping Source #
Create a value of SecurityProfileTargetMapping
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:securityProfileIdentifier:SecurityProfileTargetMapping'
, securityProfileTargetMapping_securityProfileIdentifier
- Information that identifies the security profile.
$sel:target:SecurityProfileTargetMapping'
, securityProfileTargetMapping_target
- Information about the target (thing group) associated with the security
profile.
securityProfileTargetMapping_securityProfileIdentifier :: Lens' SecurityProfileTargetMapping (Maybe SecurityProfileIdentifier) Source #
Information that identifies the security profile.
securityProfileTargetMapping_target :: Lens' SecurityProfileTargetMapping (Maybe SecurityProfileTarget) Source #
Information about the target (thing group) associated with the security profile.