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.SecurityProfileIdentifier

Description

 
Synopsis

Documentation

data SecurityProfileIdentifier Source #

Identifying information for a Device Defender security profile.

See: newSecurityProfileIdentifier smart constructor.

Constructors

SecurityProfileIdentifier' 

Fields

  • name :: Text

    The name you've given to the security profile.

  • arn :: Text

    The ARN of the security profile.

Instances

Instances details
Eq SecurityProfileIdentifier Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileIdentifier

Read SecurityProfileIdentifier Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileIdentifier

Show SecurityProfileIdentifier Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileIdentifier

Generic SecurityProfileIdentifier Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileIdentifier

Associated Types

type Rep SecurityProfileIdentifier :: Type -> Type #

NFData SecurityProfileIdentifier Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileIdentifier

Hashable SecurityProfileIdentifier Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileIdentifier

FromJSON SecurityProfileIdentifier Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileIdentifier

type Rep SecurityProfileIdentifier Source # 
Instance details

Defined in Amazonka.IoT.Types.SecurityProfileIdentifier

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

newSecurityProfileIdentifier Source #

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.