libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.Types.SecurityProfileTargetMapping

Description

 
Synopsis

Documentation

data SecurityProfileTargetMapping Source #

Information about a security profile and the target associated with it.

See: newSecurityProfileTargetMapping smart constructor.

Constructors

SecurityProfileTargetMapping' 

Fields

Instances

Instances details
Eq SecurityProfileTargetMapping Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileTargetMapping

Read SecurityProfileTargetMapping Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileTargetMapping

Show SecurityProfileTargetMapping Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileTargetMapping

Generic SecurityProfileTargetMapping Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileTargetMapping

Associated Types

type Rep SecurityProfileTargetMapping :: Type -> Type #

NFData SecurityProfileTargetMapping Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileTargetMapping

Hashable SecurityProfileTargetMapping Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileTargetMapping

FromJSON SecurityProfileTargetMapping Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileTargetMapping

type Rep SecurityProfileTargetMapping Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileTargetMapping

type Rep SecurityProfileTargetMapping = D1 ('MetaData "SecurityProfileTargetMapping" "Amazonka.IoT.Types.SecurityProfileTargetMapping" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "SecurityProfileTargetMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityProfileIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityProfileIdentifier)) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityProfileTarget))))

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_target :: Lens' SecurityProfileTargetMapping (Maybe SecurityProfileTarget) Source #

Information about the target (thing group) associated with the security profile.