| 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.SecurityPolicySummary
Description
Synopsis
- data SecurityPolicySummary = SecurityPolicySummary' {}
- newSecurityPolicySummary :: SecurityPolicySummary
- securityPolicySummary_createdDate :: Lens' SecurityPolicySummary (Maybe Integer)
- securityPolicySummary_description :: Lens' SecurityPolicySummary (Maybe Text)
- securityPolicySummary_lastModifiedDate :: Lens' SecurityPolicySummary (Maybe Integer)
- securityPolicySummary_name :: Lens' SecurityPolicySummary (Maybe Text)
- securityPolicySummary_policyVersion :: Lens' SecurityPolicySummary (Maybe Text)
- securityPolicySummary_type :: Lens' SecurityPolicySummary (Maybe SecurityPolicyType)
Documentation
data SecurityPolicySummary Source #
A summary of a security policy for OpenSearch Serverless.
See: newSecurityPolicySummary smart constructor.
Constructors
| SecurityPolicySummary' | |
Fields
| |
Instances
newSecurityPolicySummary :: SecurityPolicySummary Source #
Create a value of SecurityPolicySummary 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:createdDate:SecurityPolicySummary', securityPolicySummary_createdDate - The date the policy was created.
$sel:description:SecurityPolicySummary', securityPolicySummary_description - The description of the security policy.
$sel:lastModifiedDate:SecurityPolicySummary', securityPolicySummary_lastModifiedDate - The timestamp of when the policy was last modified.
$sel:name:SecurityPolicySummary', securityPolicySummary_name - The name of the policy.
$sel:policyVersion:SecurityPolicySummary', securityPolicySummary_policyVersion - The version of the policy.
$sel:type':SecurityPolicySummary', securityPolicySummary_type - The type of security policy.
securityPolicySummary_createdDate :: Lens' SecurityPolicySummary (Maybe Integer) Source #
The date the policy was created.
securityPolicySummary_description :: Lens' SecurityPolicySummary (Maybe Text) Source #
The description of the security policy.
securityPolicySummary_lastModifiedDate :: Lens' SecurityPolicySummary (Maybe Integer) Source #
The timestamp of when the policy was last modified.
securityPolicySummary_name :: Lens' SecurityPolicySummary (Maybe Text) Source #
The name of the policy.
securityPolicySummary_policyVersion :: Lens' SecurityPolicySummary (Maybe Text) Source #
The version of the policy.
securityPolicySummary_type :: Lens' SecurityPolicySummary (Maybe SecurityPolicyType) Source #
The type of security policy.