| 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.EC2.Types.NetworkInsightsAccessScope
Description
Synopsis
- data NetworkInsightsAccessScope = NetworkInsightsAccessScope' {}
- newNetworkInsightsAccessScope :: NetworkInsightsAccessScope
- networkInsightsAccessScope_createdDate :: Lens' NetworkInsightsAccessScope (Maybe UTCTime)
- networkInsightsAccessScope_networkInsightsAccessScopeArn :: Lens' NetworkInsightsAccessScope (Maybe Text)
- networkInsightsAccessScope_networkInsightsAccessScopeId :: Lens' NetworkInsightsAccessScope (Maybe Text)
- networkInsightsAccessScope_tags :: Lens' NetworkInsightsAccessScope (Maybe [Tag])
- networkInsightsAccessScope_updatedDate :: Lens' NetworkInsightsAccessScope (Maybe UTCTime)
Documentation
data NetworkInsightsAccessScope Source #
Describes a Network Access Scope.
See: newNetworkInsightsAccessScope smart constructor.
Constructors
| NetworkInsightsAccessScope' | |
Fields
| |
Instances
newNetworkInsightsAccessScope :: NetworkInsightsAccessScope Source #
Create a value of NetworkInsightsAccessScope 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:NetworkInsightsAccessScope', networkInsightsAccessScope_createdDate - The creation date.
$sel:networkInsightsAccessScopeArn:NetworkInsightsAccessScope', networkInsightsAccessScope_networkInsightsAccessScopeArn - The Amazon Resource Name (ARN) of the Network Access Scope.
$sel:networkInsightsAccessScopeId:NetworkInsightsAccessScope', networkInsightsAccessScope_networkInsightsAccessScopeId - The ID of the Network Access Scope.
$sel:tags:NetworkInsightsAccessScope', networkInsightsAccessScope_tags - The tags.
$sel:updatedDate:NetworkInsightsAccessScope', networkInsightsAccessScope_updatedDate - The last updated date.
networkInsightsAccessScope_createdDate :: Lens' NetworkInsightsAccessScope (Maybe UTCTime) Source #
The creation date.
networkInsightsAccessScope_networkInsightsAccessScopeArn :: Lens' NetworkInsightsAccessScope (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Network Access Scope.
networkInsightsAccessScope_networkInsightsAccessScopeId :: Lens' NetworkInsightsAccessScope (Maybe Text) Source #
The ID of the Network Access Scope.
networkInsightsAccessScope_tags :: Lens' NetworkInsightsAccessScope (Maybe [Tag]) Source #
The tags.
networkInsightsAccessScope_updatedDate :: Lens' NetworkInsightsAccessScope (Maybe UTCTime) Source #
The last updated date.