| 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.NetworkManager.Types.NetworkResourceSummary
Description
Synopsis
- data NetworkResourceSummary = NetworkResourceSummary' {}
- newNetworkResourceSummary :: NetworkResourceSummary
- networkResourceSummary_definition :: Lens' NetworkResourceSummary (Maybe Text)
- networkResourceSummary_isMiddlebox :: Lens' NetworkResourceSummary (Maybe Bool)
- networkResourceSummary_nameTag :: Lens' NetworkResourceSummary (Maybe Text)
- networkResourceSummary_registeredGatewayArn :: Lens' NetworkResourceSummary (Maybe Text)
- networkResourceSummary_resourceArn :: Lens' NetworkResourceSummary (Maybe Text)
- networkResourceSummary_resourceType :: Lens' NetworkResourceSummary (Maybe Text)
Documentation
data NetworkResourceSummary Source #
Describes a network resource.
See: newNetworkResourceSummary smart constructor.
Constructors
| NetworkResourceSummary' | |
Fields
| |
Instances
newNetworkResourceSummary :: NetworkResourceSummary Source #
Create a value of NetworkResourceSummary 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:definition:NetworkResourceSummary', networkResourceSummary_definition - Information about the resource, in JSON format. Network Manager gets
this information by describing the resource using its Describe API call.
$sel:isMiddlebox:NetworkResourceSummary', networkResourceSummary_isMiddlebox - Indicates whether this is a middlebox appliance.
$sel:nameTag:NetworkResourceSummary', networkResourceSummary_nameTag - The value for the Name tag.
$sel:registeredGatewayArn:NetworkResourceSummary', networkResourceSummary_registeredGatewayArn - The ARN of the gateway.
$sel:resourceArn:NetworkResourceSummary', networkResourceSummary_resourceArn - The ARN of the resource.
$sel:resourceType:NetworkResourceSummary', networkResourceSummary_resourceType - The resource type.
networkResourceSummary_definition :: Lens' NetworkResourceSummary (Maybe Text) Source #
Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.
networkResourceSummary_isMiddlebox :: Lens' NetworkResourceSummary (Maybe Bool) Source #
Indicates whether this is a middlebox appliance.
networkResourceSummary_nameTag :: Lens' NetworkResourceSummary (Maybe Text) Source #
The value for the Name tag.
networkResourceSummary_registeredGatewayArn :: Lens' NetworkResourceSummary (Maybe Text) Source #
The ARN of the gateway.
networkResourceSummary_resourceArn :: Lens' NetworkResourceSummary (Maybe Text) Source #
The ARN of the resource.
networkResourceSummary_resourceType :: Lens' NetworkResourceSummary (Maybe Text) Source #
The resource type.