NetworkInsightsPath

class NetworkInsightsPath : KotlinCustomResource

Resource schema for AWS::EC2::NetworkInsightsPath

Properties

Link copied to clipboard
val createdDate: Output<String>

The time stamp when the path was created.

Link copied to clipboard
val destination: Output<String>?

The ID or ARN of the destination. If the resource is in another account, you must specify an ARN.

Link copied to clipboard
val destinationArn: Output<String>

The Amazon Resource Name (ARN) of the destination.

Link copied to clipboard
val destinationIp: Output<String>?

The IP address of the destination.

Link copied to clipboard
val destinationPort: Output<Int>?

The destination port.

Link copied to clipboard

Scopes the analysis to network paths that match specific filters at the destination. If you specify this parameter, you can't specify the parameter for the destination IP address.

Link copied to clipboard

Scopes the analysis to network paths that match specific filters at the source. If you specify this parameter, you can't specify the parameters for the source IP address or the destination port.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The Amazon Resource Name (ARN) of the path.

Link copied to clipboard

The ID of the path.

Link copied to clipboard

The protocol.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val source: Output<String>

The ID or ARN of the source. If the resource is in another account, you must specify an ARN.

Link copied to clipboard
val sourceArn: Output<String>

The Amazon Resource Name (ARN) of the source.

Link copied to clipboard
val sourceIp: Output<String>?

The IP address of the source.

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags to add to the path.

Link copied to clipboard
val urn: Output<String>