| 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.AuditManager.Types.Scope
Description
Synopsis
- data Scope = Scope' {
- awsAccounts :: Maybe [AWSAccount]
- awsServices :: Maybe [AWSService]
- newScope :: Scope
- scope_awsAccounts :: Lens' Scope (Maybe [AWSAccount])
- scope_awsServices :: Lens' Scope (Maybe [AWSService])
Documentation
The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.
See: newScope smart constructor.
Constructors
| Scope' | |
Fields
| |
Instances
| FromJSON Scope Source # | |
| ToJSON Scope Source # | |
Defined in Amazonka.AuditManager.Types.Scope | |
| Generic Scope Source # | |
| Read Scope Source # | |
| Show Scope Source # | |
| NFData Scope Source # | |
Defined in Amazonka.AuditManager.Types.Scope | |
| Eq Scope Source # | |
| Hashable Scope Source # | |
Defined in Amazonka.AuditManager.Types.Scope | |
| type Rep Scope Source # | |
Defined in Amazonka.AuditManager.Types.Scope type Rep Scope = D1 ('MetaData "Scope" "Amazonka.AuditManager.Types.Scope" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "Scope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AWSAccount])) :*: S1 ('MetaSel ('Just "awsServices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AWSService])))) | |
Create a value of Scope 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:awsAccounts:Scope', scope_awsAccounts - The Amazon Web Services accounts that are included in the scope of the
assessment.
$sel:awsServices:Scope', scope_awsServices - The Amazon Web Services services that are included in the scope of the
assessment.
scope_awsAccounts :: Lens' Scope (Maybe [AWSAccount]) Source #
The Amazon Web Services accounts that are included in the scope of the assessment.
scope_awsServices :: Lens' Scope (Maybe [AWSService]) Source #
The Amazon Web Services services that are included in the scope of the assessment.