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
Documentation
data AccessPoliciesStatus Source #
The configured access rules for the domain's document and search endpoints, and the current status of those rules.
See: newAccessPoliciesStatus
smart constructor.
AccessPoliciesStatus' | |
|
Instances
newAccessPoliciesStatus Source #
:: Text | |
-> OptionStatus | |
-> AccessPoliciesStatus |
Create a value of AccessPoliciesStatus
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:options:AccessPoliciesStatus'
, accessPoliciesStatus_options
- The access policy configured for the Elasticsearch domain. Access
policies may be resource-based, IP-based, or IAM-based. See
Configuring Access Policiesfor
more information.
$sel:status:AccessPoliciesStatus'
, accessPoliciesStatus_status
- The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's included.
accessPoliciesStatus_options :: Lens' AccessPoliciesStatus Text Source #
The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
accessPoliciesStatus_status :: Lens' AccessPoliciesStatus OptionStatus Source #
The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's included.