| 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.RolesAnywhere.Types.TrustAnchorDetail
Description
Synopsis
- data TrustAnchorDetail = TrustAnchorDetail' {}
- newTrustAnchorDetail :: TrustAnchorDetail
- trustAnchorDetail_createdAt :: Lens' TrustAnchorDetail (Maybe UTCTime)
- trustAnchorDetail_enabled :: Lens' TrustAnchorDetail (Maybe Bool)
- trustAnchorDetail_name :: Lens' TrustAnchorDetail (Maybe Text)
- trustAnchorDetail_source :: Lens' TrustAnchorDetail (Maybe Source)
- trustAnchorDetail_trustAnchorArn :: Lens' TrustAnchorDetail (Maybe Text)
- trustAnchorDetail_trustAnchorId :: Lens' TrustAnchorDetail (Maybe Text)
- trustAnchorDetail_updatedAt :: Lens' TrustAnchorDetail (Maybe UTCTime)
Documentation
data TrustAnchorDetail Source #
The state of the trust anchor after a read or write operation.
See: newTrustAnchorDetail smart constructor.
Constructors
| TrustAnchorDetail' | |
Fields
| |
Instances
newTrustAnchorDetail :: TrustAnchorDetail Source #
Create a value of TrustAnchorDetail 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:createdAt:TrustAnchorDetail', trustAnchorDetail_createdAt - The ISO-8601 timestamp when the trust anchor was created.
$sel:enabled:TrustAnchorDetail', trustAnchorDetail_enabled - Indicates whether the trust anchor is enabled.
$sel:name:TrustAnchorDetail', trustAnchorDetail_name - The name of the trust anchor.
$sel:source:TrustAnchorDetail', trustAnchorDetail_source - The trust anchor type and its related certificate data.
$sel:trustAnchorArn:TrustAnchorDetail', trustAnchorDetail_trustAnchorArn - The ARN of the trust anchor.
$sel:trustAnchorId:TrustAnchorDetail', trustAnchorDetail_trustAnchorId - The unique identifier of the trust anchor.
$sel:updatedAt:TrustAnchorDetail', trustAnchorDetail_updatedAt - The ISO-8601 timestamp when the trust anchor was last updated.
trustAnchorDetail_createdAt :: Lens' TrustAnchorDetail (Maybe UTCTime) Source #
The ISO-8601 timestamp when the trust anchor was created.
trustAnchorDetail_enabled :: Lens' TrustAnchorDetail (Maybe Bool) Source #
Indicates whether the trust anchor is enabled.
trustAnchorDetail_name :: Lens' TrustAnchorDetail (Maybe Text) Source #
The name of the trust anchor.
trustAnchorDetail_source :: Lens' TrustAnchorDetail (Maybe Source) Source #
The trust anchor type and its related certificate data.
trustAnchorDetail_trustAnchorArn :: Lens' TrustAnchorDetail (Maybe Text) Source #
The ARN of the trust anchor.
trustAnchorDetail_trustAnchorId :: Lens' TrustAnchorDetail (Maybe Text) Source #
The unique identifier of the trust anchor.
trustAnchorDetail_updatedAt :: Lens' TrustAnchorDetail (Maybe UTCTime) Source #
The ISO-8601 timestamp when the trust anchor was last updated.