| 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.NetworkInsightsPath
Description
Synopsis
- data NetworkInsightsPath = NetworkInsightsPath' {
- createdDate :: Maybe ISO8601
- destination :: Maybe Text
- destinationArn :: Maybe Text
- destinationIp :: Maybe Text
- destinationPort :: Maybe Int
- networkInsightsPathArn :: Maybe Text
- networkInsightsPathId :: Maybe Text
- protocol :: Maybe Protocol
- source :: Maybe Text
- sourceArn :: Maybe Text
- sourceIp :: Maybe Text
- tags :: Maybe [Tag]
- newNetworkInsightsPath :: NetworkInsightsPath
- networkInsightsPath_createdDate :: Lens' NetworkInsightsPath (Maybe UTCTime)
- networkInsightsPath_destination :: Lens' NetworkInsightsPath (Maybe Text)
- networkInsightsPath_destinationArn :: Lens' NetworkInsightsPath (Maybe Text)
- networkInsightsPath_destinationIp :: Lens' NetworkInsightsPath (Maybe Text)
- networkInsightsPath_destinationPort :: Lens' NetworkInsightsPath (Maybe Int)
- networkInsightsPath_networkInsightsPathArn :: Lens' NetworkInsightsPath (Maybe Text)
- networkInsightsPath_networkInsightsPathId :: Lens' NetworkInsightsPath (Maybe Text)
- networkInsightsPath_protocol :: Lens' NetworkInsightsPath (Maybe Protocol)
- networkInsightsPath_source :: Lens' NetworkInsightsPath (Maybe Text)
- networkInsightsPath_sourceArn :: Lens' NetworkInsightsPath (Maybe Text)
- networkInsightsPath_sourceIp :: Lens' NetworkInsightsPath (Maybe Text)
- networkInsightsPath_tags :: Lens' NetworkInsightsPath (Maybe [Tag])
Documentation
data NetworkInsightsPath Source #
Describes a path.
See: newNetworkInsightsPath smart constructor.
Constructors
| NetworkInsightsPath' | |
Fields
| |
Instances
newNetworkInsightsPath :: NetworkInsightsPath Source #
Create a value of NetworkInsightsPath 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:NetworkInsightsPath', networkInsightsPath_createdDate - The time stamp when the path was created.
$sel:destination:NetworkInsightsPath', networkInsightsPath_destination - The Amazon Web Services resource that is the destination of the path.
$sel:destinationArn:NetworkInsightsPath', networkInsightsPath_destinationArn - The Amazon Resource Name (ARN) of the destination.
$sel:destinationIp:NetworkInsightsPath', networkInsightsPath_destinationIp - The IP address of the Amazon Web Services resource that is the
destination of the path.
$sel:destinationPort:NetworkInsightsPath', networkInsightsPath_destinationPort - The destination port.
$sel:networkInsightsPathArn:NetworkInsightsPath', networkInsightsPath_networkInsightsPathArn - The Amazon Resource Name (ARN) of the path.
$sel:networkInsightsPathId:NetworkInsightsPath', networkInsightsPath_networkInsightsPathId - The ID of the path.
$sel:protocol:NetworkInsightsPath', networkInsightsPath_protocol - The protocol.
$sel:source:NetworkInsightsPath', networkInsightsPath_source - The Amazon Web Services resource that is the source of the path.
$sel:sourceArn:NetworkInsightsPath', networkInsightsPath_sourceArn - The Amazon Resource Name (ARN) of the source.
$sel:sourceIp:NetworkInsightsPath', networkInsightsPath_sourceIp - The IP address of the Amazon Web Services resource that is the source of
the path.
$sel:tags:NetworkInsightsPath', networkInsightsPath_tags - The tags associated with the path.
networkInsightsPath_createdDate :: Lens' NetworkInsightsPath (Maybe UTCTime) Source #
The time stamp when the path was created.
networkInsightsPath_destination :: Lens' NetworkInsightsPath (Maybe Text) Source #
The Amazon Web Services resource that is the destination of the path.
networkInsightsPath_destinationArn :: Lens' NetworkInsightsPath (Maybe Text) Source #
The Amazon Resource Name (ARN) of the destination.
networkInsightsPath_destinationIp :: Lens' NetworkInsightsPath (Maybe Text) Source #
The IP address of the Amazon Web Services resource that is the destination of the path.
networkInsightsPath_destinationPort :: Lens' NetworkInsightsPath (Maybe Int) Source #
The destination port.
networkInsightsPath_networkInsightsPathArn :: Lens' NetworkInsightsPath (Maybe Text) Source #
The Amazon Resource Name (ARN) of the path.
networkInsightsPath_networkInsightsPathId :: Lens' NetworkInsightsPath (Maybe Text) Source #
The ID of the path.
networkInsightsPath_protocol :: Lens' NetworkInsightsPath (Maybe Protocol) Source #
The protocol.
networkInsightsPath_source :: Lens' NetworkInsightsPath (Maybe Text) Source #
The Amazon Web Services resource that is the source of the path.
networkInsightsPath_sourceArn :: Lens' NetworkInsightsPath (Maybe Text) Source #
The Amazon Resource Name (ARN) of the source.
networkInsightsPath_sourceIp :: Lens' NetworkInsightsPath (Maybe Text) Source #
The IP address of the Amazon Web Services resource that is the source of the path.
networkInsightsPath_tags :: Lens' NetworkInsightsPath (Maybe [Tag]) Source #
The tags associated with the path.