| 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.OpenSearchServerless.Types.SecurityConfigSummary
Description
Synopsis
- data SecurityConfigSummary = SecurityConfigSummary' {}
- newSecurityConfigSummary :: SecurityConfigSummary
- securityConfigSummary_configVersion :: Lens' SecurityConfigSummary (Maybe Text)
- securityConfigSummary_createdDate :: Lens' SecurityConfigSummary (Maybe Integer)
- securityConfigSummary_description :: Lens' SecurityConfigSummary (Maybe Text)
- securityConfigSummary_id :: Lens' SecurityConfigSummary (Maybe Text)
- securityConfigSummary_lastModifiedDate :: Lens' SecurityConfigSummary (Maybe Integer)
- securityConfigSummary_type :: Lens' SecurityConfigSummary (Maybe SecurityConfigType)
Documentation
data SecurityConfigSummary Source #
A summary of a security configuration for OpenSearch Serverless.
See: newSecurityConfigSummary smart constructor.
Constructors
| SecurityConfigSummary' | |
Fields
| |
Instances
newSecurityConfigSummary :: SecurityConfigSummary Source #
Create a value of SecurityConfigSummary 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:configVersion:SecurityConfigSummary', securityConfigSummary_configVersion - The version of the security configuration.
$sel:createdDate:SecurityConfigSummary', securityConfigSummary_createdDate - The Epoch time when the security configuration was created.
$sel:description:SecurityConfigSummary', securityConfigSummary_description - The description of the security configuration.
$sel:id:SecurityConfigSummary', securityConfigSummary_id - The unique identifier of the security configuration.
$sel:lastModifiedDate:SecurityConfigSummary', securityConfigSummary_lastModifiedDate - The timestamp of when the configuration was last modified.
$sel:type':SecurityConfigSummary', securityConfigSummary_type - The type of security configuration.
securityConfigSummary_configVersion :: Lens' SecurityConfigSummary (Maybe Text) Source #
The version of the security configuration.
securityConfigSummary_createdDate :: Lens' SecurityConfigSummary (Maybe Integer) Source #
The Epoch time when the security configuration was created.
securityConfigSummary_description :: Lens' SecurityConfigSummary (Maybe Text) Source #
The description of the security configuration.
securityConfigSummary_id :: Lens' SecurityConfigSummary (Maybe Text) Source #
The unique identifier of the security configuration.
securityConfigSummary_lastModifiedDate :: Lens' SecurityConfigSummary (Maybe Integer) Source #
The timestamp of when the configuration was last modified.
securityConfigSummary_type :: Lens' SecurityConfigSummary (Maybe SecurityConfigType) Source #
The type of security configuration.