CfnNetworkInsightsPathProps¶
-
class
aws_cdk.aws_ec2.
CfnNetworkInsightsPathProps
(*, destination, protocol, source, destination_ip=None, destination_port=None, source_ip=None, tags=None)¶ Bases:
object
Properties for defining a
AWS::EC2::NetworkInsightsPath
.- Parameters
destination (
str
) –AWS::EC2::NetworkInsightsPath.Destination
.protocol (
str
) –AWS::EC2::NetworkInsightsPath.Protocol
.source (
str
) –AWS::EC2::NetworkInsightsPath.Source
.destination_ip (
Optional
[str
]) –AWS::EC2::NetworkInsightsPath.DestinationIp
.destination_port (
Union
[int
,float
,None
]) –AWS::EC2::NetworkInsightsPath.DestinationPort
.source_ip (
Optional
[str
]) –AWS::EC2::NetworkInsightsPath.SourceIp
.tags (
Optional
[List
[CfnTag
]]) –AWS::EC2::NetworkInsightsPath.Tags
.
- Link
Attributes
-
destination
¶ AWS::EC2::NetworkInsightsPath.Destination
.
-
destination_ip
¶ AWS::EC2::NetworkInsightsPath.DestinationIp
.
-
destination_port
¶ AWS::EC2::NetworkInsightsPath.DestinationPort
.- Link
- Return type
Union
[int
,float
,None
]
-
protocol
¶ AWS::EC2::NetworkInsightsPath.Protocol
.
-
source
¶ AWS::EC2::NetworkInsightsPath.Source
.
-
source_ip
¶ AWS::EC2::NetworkInsightsPath.SourceIp
.
AWS::EC2::NetworkInsightsPath.Tags
.