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 RoleAliasDescription = RoleAliasDescription' {}
- newRoleAliasDescription :: RoleAliasDescription
- roleAliasDescription_roleAliasArn :: Lens' RoleAliasDescription (Maybe Text)
- roleAliasDescription_lastModifiedDate :: Lens' RoleAliasDescription (Maybe UTCTime)
- roleAliasDescription_roleAlias :: Lens' RoleAliasDescription (Maybe Text)
- roleAliasDescription_owner :: Lens' RoleAliasDescription (Maybe Text)
- roleAliasDescription_creationDate :: Lens' RoleAliasDescription (Maybe UTCTime)
- roleAliasDescription_credentialDurationSeconds :: Lens' RoleAliasDescription (Maybe Natural)
- roleAliasDescription_roleArn :: Lens' RoleAliasDescription (Maybe Text)
Documentation
data RoleAliasDescription Source #
Role alias description.
See: newRoleAliasDescription
smart constructor.
RoleAliasDescription' | |
|
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:roleAliasArn:RoleAliasDescription'
, roleAliasDescription_roleAliasArn
- The ARN of the role alias.
$sel:lastModifiedDate:RoleAliasDescription'
, roleAliasDescription_lastModifiedDate
- The UNIX timestamp of when the role alias was last modified.
$sel:roleAlias:RoleAliasDescription'
, roleAliasDescription_roleAlias
- The role alias.
$sel:owner:RoleAliasDescription'
, roleAliasDescription_owner
- The role alias owner.
$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:roleArn:RoleAliasDescription'
, roleAliasDescription_roleArn
- The role ARN.
roleAliasDescription_roleAliasArn :: Lens' RoleAliasDescription (Maybe Text) Source #
The ARN of the role alias.
roleAliasDescription_lastModifiedDate :: Lens' RoleAliasDescription (Maybe UTCTime) Source #
The UNIX timestamp of when the role alias was last modified.
roleAliasDescription_roleAlias :: Lens' RoleAliasDescription (Maybe Text) Source #
The role alias.
roleAliasDescription_owner :: Lens' RoleAliasDescription (Maybe Text) Source #
The role alias owner.
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_roleArn :: Lens' RoleAliasDescription (Maybe Text) Source #
The role ARN.