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 SecurityKey = SecurityKey' {
- creationTime :: Maybe POSIX
- associationId :: Maybe Text
- key :: Maybe Text
- newSecurityKey :: SecurityKey
- securityKey_creationTime :: Lens' SecurityKey (Maybe UTCTime)
- securityKey_associationId :: Lens' SecurityKey (Maybe Text)
- securityKey_key :: Lens' SecurityKey (Maybe Text)
Documentation
data SecurityKey Source #
Configuration information of the security key.
See: newSecurityKey
smart constructor.
SecurityKey' | |
|
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: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.