| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.SecurityKey
Description
Synopsis
- data SecurityKey = SecurityKey' {
- associationId :: Maybe Text
- creationTime :: Maybe POSIX
- key :: Maybe Text
- newSecurityKey :: SecurityKey
- securityKey_associationId :: Lens' SecurityKey (Maybe Text)
- securityKey_creationTime :: Lens' SecurityKey (Maybe UTCTime)
- securityKey_key :: Lens' SecurityKey (Maybe Text)
Documentation
data SecurityKey Source #
Configuration information of the security key.
See: newSecurityKey smart constructor.
Constructors
| SecurityKey' | |
Fields
| |
Instances
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:associationId:SecurityKey', securityKey_associationId - The existing association identifier that uniquely identifies the
resource type and storage config for the given instance ID.
$sel:creationTime:SecurityKey', securityKey_creationTime - When the security key was created.
$sel:key:SecurityKey', securityKey_key - The key of the security key.
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_creationTime :: Lens' SecurityKey (Maybe UTCTime) Source #
When the security key was created.
securityKey_key :: Lens' SecurityKey (Maybe Text) Source #
The key of the security key.