libZSservicesZSamazonka-connectZSamazonka-connect
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.Connect.Types.SecurityKey

Description

 
Synopsis

Documentation

data SecurityKey Source #

Configuration information of the security key.

See: newSecurityKey smart constructor.

Constructors

SecurityKey' 

Fields

Instances

Instances details
Eq SecurityKey Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityKey

Read SecurityKey Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityKey

Show SecurityKey Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityKey

Generic SecurityKey Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityKey

Associated Types

type Rep SecurityKey :: Type -> Type #

NFData SecurityKey Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityKey

Methods

rnf :: SecurityKey -> () #

Hashable SecurityKey Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityKey

FromJSON SecurityKey Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityKey

type Rep SecurityKey Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityKey

type Rep SecurityKey = D1 ('MetaData "SecurityKey" "Amazonka.Connect.Types.SecurityKey" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "SecurityKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSecurityKey :: SecurityKey Source #

Create a value of SecurityKey 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:creationTime:SecurityKey', securityKey_creationTime - When the security key was created.

$sel:associationId:SecurityKey', securityKey_associationId - The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.

$sel:key:SecurityKey', securityKey_key - The key of the security key.

securityKey_creationTime :: Lens' SecurityKey (Maybe UTCTime) Source #

When the security key was created.

securityKey_associationId :: Lens' SecurityKey (Maybe Text) Source #

The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.

securityKey_key :: Lens' SecurityKey (Maybe Text) Source #

The key of the security key.