| 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 |
Amazonka.WorkLink.Types.WebsiteCaSummary
Description
Documentation
data WebsiteCaSummary Source #
The summary of the certificate authority (CA).
See: newWebsiteCaSummary smart constructor.
Constructors
| WebsiteCaSummary' | |
Fields
| |
Instances
newWebsiteCaSummary :: WebsiteCaSummary Source #
Create a value of WebsiteCaSummary 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:createdTime:WebsiteCaSummary', websiteCaSummary_createdTime - The time when the CA was added.
$sel:websiteCaId:WebsiteCaSummary', websiteCaSummary_websiteCaId - A unique identifier for the CA.
$sel:displayName:WebsiteCaSummary', websiteCaSummary_displayName - The name to display.
websiteCaSummary_createdTime :: Lens' WebsiteCaSummary (Maybe UTCTime) Source #
The time when the CA was added.
websiteCaSummary_websiteCaId :: Lens' WebsiteCaSummary (Maybe Text) Source #
A unique identifier for the CA.
websiteCaSummary_displayName :: Lens' WebsiteCaSummary (Maybe Text) Source #
The name to display.