amazonka-opensearchserverless-2.0: Amazon OpenSearch Service Serverless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.OpenSearchServerless.Types.SecurityPolicyStats

Description

 
Synopsis

Documentation

data SecurityPolicyStats Source #

Statistics for an OpenSearch Serverless security policy.

See: newSecurityPolicyStats smart constructor.

Constructors

SecurityPolicyStats' 

Fields

Instances

Instances details
FromJSON SecurityPolicyStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityPolicyStats

Generic SecurityPolicyStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityPolicyStats

Associated Types

type Rep SecurityPolicyStats :: Type -> Type #

Read SecurityPolicyStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityPolicyStats

Show SecurityPolicyStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityPolicyStats

NFData SecurityPolicyStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityPolicyStats

Methods

rnf :: SecurityPolicyStats -> () #

Eq SecurityPolicyStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityPolicyStats

Hashable SecurityPolicyStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityPolicyStats

type Rep SecurityPolicyStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityPolicyStats

type Rep SecurityPolicyStats = D1 ('MetaData "SecurityPolicyStats" "Amazonka.OpenSearchServerless.Types.SecurityPolicyStats" "amazonka-opensearchserverless-2.0-HnbMYszmsxrAMKjbvSoFws" 'False) (C1 ('MetaCons "SecurityPolicyStats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encryptionPolicyCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "networkPolicyCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newSecurityPolicyStats :: SecurityPolicyStats Source #

Create a value of SecurityPolicyStats 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:encryptionPolicyCount:SecurityPolicyStats', securityPolicyStats_encryptionPolicyCount - The number of encryption policies in the current account.

$sel:networkPolicyCount:SecurityPolicyStats', securityPolicyStats_networkPolicyCount - The number of network policies in the current account.

securityPolicyStats_encryptionPolicyCount :: Lens' SecurityPolicyStats (Maybe Integer) Source #

The number of encryption policies in the current account.

securityPolicyStats_networkPolicyCount :: Lens' SecurityPolicyStats (Maybe Integer) Source #

The number of network policies in the current account.