| 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.IoT.Types.RoleAliasDescription
Description
Synopsis
- data RoleAliasDescription = RoleAliasDescription' {}
- newRoleAliasDescription :: RoleAliasDescription
- roleAliasDescription_creationDate :: Lens' RoleAliasDescription (Maybe UTCTime)
- roleAliasDescription_credentialDurationSeconds :: Lens' RoleAliasDescription (Maybe Natural)
- roleAliasDescription_lastModifiedDate :: Lens' RoleAliasDescription (Maybe UTCTime)
- roleAliasDescription_owner :: Lens' RoleAliasDescription (Maybe Text)
- roleAliasDescription_roleAlias :: Lens' RoleAliasDescription (Maybe Text)
- roleAliasDescription_roleAliasArn :: Lens' RoleAliasDescription (Maybe Text)
- roleAliasDescription_roleArn :: Lens' RoleAliasDescription (Maybe Text)
Documentation
data RoleAliasDescription Source #
Role alias description.
See: newRoleAliasDescription smart constructor.
Constructors
| RoleAliasDescription' | |
Fields
| |
Instances
newRoleAliasDescription :: RoleAliasDescription Source #
Create a value of RoleAliasDescription 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:creationDate:RoleAliasDescription', roleAliasDescription_creationDate - The UNIX timestamp of when the role alias was created.
$sel:credentialDurationSeconds:RoleAliasDescription', roleAliasDescription_credentialDurationSeconds - The number of seconds for which the credential is valid.
$sel:lastModifiedDate:RoleAliasDescription', roleAliasDescription_lastModifiedDate - The UNIX timestamp of when the role alias was last modified.
$sel:owner:RoleAliasDescription', roleAliasDescription_owner - The role alias owner.
$sel:roleAlias:RoleAliasDescription', roleAliasDescription_roleAlias - The role alias.
$sel:roleAliasArn:RoleAliasDescription', roleAliasDescription_roleAliasArn - The ARN of the role alias.
$sel:roleArn:RoleAliasDescription', roleAliasDescription_roleArn - The role ARN.
roleAliasDescription_creationDate :: Lens' RoleAliasDescription (Maybe UTCTime) Source #
The UNIX timestamp of when the role alias was created.
roleAliasDescription_credentialDurationSeconds :: Lens' RoleAliasDescription (Maybe Natural) Source #
The number of seconds for which the credential is valid.
roleAliasDescription_lastModifiedDate :: Lens' RoleAliasDescription (Maybe UTCTime) Source #
The UNIX timestamp of when the role alias was last modified.
roleAliasDescription_owner :: Lens' RoleAliasDescription (Maybe Text) Source #
The role alias owner.
roleAliasDescription_roleAlias :: Lens' RoleAliasDescription (Maybe Text) Source #
The role alias.
roleAliasDescription_roleAliasArn :: Lens' RoleAliasDescription (Maybe Text) Source #
The ARN of the role alias.
roleAliasDescription_roleArn :: Lens' RoleAliasDescription (Maybe Text) Source #
The role ARN.