AWS v6.73.0 published on Wednesday, Mar 19, 2025 by Pulumi
aws.ec2.getNetworkInsightsAnalysis
Explore with Pulumi AI
aws.ec2.NetworkInsightsAnalysis provides details about a specific Network Insights Analysis.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.ec2.getNetworkInsightsAnalysis({
    networkInsightsAnalysisId: exampleAwsEc2NetworkInsightsAnalysis.id,
});
import pulumi
import pulumi_aws as aws
example = aws.ec2.get_network_insights_analysis(network_insights_analysis_id=example_aws_ec2_network_insights_analysis["id"])
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/ec2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ec2.LookupNetworkInsightsAnalysis(ctx, &ec2.LookupNetworkInsightsAnalysisArgs{
			NetworkInsightsAnalysisId: pulumi.StringRef(exampleAwsEc2NetworkInsightsAnalysis.Id),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() => 
{
    var example = Aws.Ec2.GetNetworkInsightsAnalysis.Invoke(new()
    {
        NetworkInsightsAnalysisId = exampleAwsEc2NetworkInsightsAnalysis.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.ec2.Ec2Functions;
import com.pulumi.aws.ec2.inputs.GetNetworkInsightsAnalysisArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = Ec2Functions.getNetworkInsightsAnalysis(GetNetworkInsightsAnalysisArgs.builder()
            .networkInsightsAnalysisId(exampleAwsEc2NetworkInsightsAnalysis.id())
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: aws:ec2:getNetworkInsightsAnalysis
      arguments:
        networkInsightsAnalysisId: ${exampleAwsEc2NetworkInsightsAnalysis.id}
Using getNetworkInsightsAnalysis
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNetworkInsightsAnalysis(args: GetNetworkInsightsAnalysisArgs, opts?: InvokeOptions): Promise<GetNetworkInsightsAnalysisResult>
function getNetworkInsightsAnalysisOutput(args: GetNetworkInsightsAnalysisOutputArgs, opts?: InvokeOptions): Output<GetNetworkInsightsAnalysisResult>def get_network_insights_analysis(filters: Optional[Sequence[GetNetworkInsightsAnalysisFilter]] = None,
                                  network_insights_analysis_id: Optional[str] = None,
                                  tags: Optional[Mapping[str, str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetNetworkInsightsAnalysisResult
def get_network_insights_analysis_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkInsightsAnalysisFilterArgs]]]] = None,
                                  network_insights_analysis_id: Optional[pulumi.Input[str]] = None,
                                  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetNetworkInsightsAnalysisResult]func LookupNetworkInsightsAnalysis(ctx *Context, args *LookupNetworkInsightsAnalysisArgs, opts ...InvokeOption) (*LookupNetworkInsightsAnalysisResult, error)
func LookupNetworkInsightsAnalysisOutput(ctx *Context, args *LookupNetworkInsightsAnalysisOutputArgs, opts ...InvokeOption) LookupNetworkInsightsAnalysisResultOutput> Note: This function is named LookupNetworkInsightsAnalysis in the Go SDK.
public static class GetNetworkInsightsAnalysis 
{
    public static Task<GetNetworkInsightsAnalysisResult> InvokeAsync(GetNetworkInsightsAnalysisArgs args, InvokeOptions? opts = null)
    public static Output<GetNetworkInsightsAnalysisResult> Invoke(GetNetworkInsightsAnalysisInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkInsightsAnalysisResult> getNetworkInsightsAnalysis(GetNetworkInsightsAnalysisArgs args, InvokeOptions options)
public static Output<GetNetworkInsightsAnalysisResult> getNetworkInsightsAnalysis(GetNetworkInsightsAnalysisArgs args, InvokeOptions options)
fn::invoke:
  function: aws:ec2/getNetworkInsightsAnalysis:getNetworkInsightsAnalysis
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Filters
List<GetNetwork Insights Analysis Filter> 
- Configuration block(s) for filtering. Detailed below.
- NetworkInsights stringAnalysis Id 
- ID of the Network Insights Analysis to select.
- Dictionary<string, string>
- Filters
[]GetNetwork Insights Analysis Filter 
- Configuration block(s) for filtering. Detailed below.
- NetworkInsights stringAnalysis Id 
- ID of the Network Insights Analysis to select.
- map[string]string
- filters
List<GetNetwork Insights Analysis Filter> 
- Configuration block(s) for filtering. Detailed below.
- networkInsights StringAnalysis Id 
- ID of the Network Insights Analysis to select.
- Map<String,String>
- filters
GetNetwork Insights Analysis Filter[] 
- Configuration block(s) for filtering. Detailed below.
- networkInsights stringAnalysis Id 
- ID of the Network Insights Analysis to select.
- {[key: string]: string}
- filters
Sequence[GetNetwork Insights Analysis Filter] 
- Configuration block(s) for filtering. Detailed below.
- network_insights_ stranalysis_ id 
- ID of the Network Insights Analysis to select.
- Mapping[str, str]
- filters List<Property Map>
- Configuration block(s) for filtering. Detailed below.
- networkInsights StringAnalysis Id 
- ID of the Network Insights Analysis to select.
- Map<String>
getNetworkInsightsAnalysis Result
The following output properties are available:
- AlternatePath List<GetHints Network Insights Analysis Alternate Path Hint> 
- Potential intermediate components of a feasible path.
- Arn string
- ARN of the selected Network Insights Analysis.
- Explanations
List<GetNetwork Insights Analysis Explanation> 
- Explanation codes for an unreachable path.
- FilterIn List<string>Arns 
- ARNs of the AWS resources that the path must traverse.
- ForwardPath List<GetComponents Network Insights Analysis Forward Path Component> 
- The components in the path from source to destination.
- Id string
- The provider-assigned unique ID for this managed resource.
- NetworkInsights stringAnalysis Id 
- NetworkInsights stringPath Id 
- The ID of the path.
- PathFound bool
- Set to trueif the destination was reachable.
- ReturnPath List<GetComponents Network Insights Analysis Return Path Component> 
- The components in the path from destination to source.
- StartDate string
- Date/time the analysis was started.
- Status string
- Status of the analysis. succeededmeans the analysis was completed, not that a path was found, for that seepath_found.
- StatusMessage string
- Message to provide more context when the statusisfailed.
- Dictionary<string, string>
- WarningMessage string
- Warning message.
- Filters
List<GetNetwork Insights Analysis Filter> 
- AlternatePath []GetHints Network Insights Analysis Alternate Path Hint 
- Potential intermediate components of a feasible path.
- Arn string
- ARN of the selected Network Insights Analysis.
- Explanations
[]GetNetwork Insights Analysis Explanation 
- Explanation codes for an unreachable path.
- FilterIn []stringArns 
- ARNs of the AWS resources that the path must traverse.
- ForwardPath []GetComponents Network Insights Analysis Forward Path Component 
- The components in the path from source to destination.
- Id string
- The provider-assigned unique ID for this managed resource.
- NetworkInsights stringAnalysis Id 
- NetworkInsights stringPath Id 
- The ID of the path.
- PathFound bool
- Set to trueif the destination was reachable.
- ReturnPath []GetComponents Network Insights Analysis Return Path Component 
- The components in the path from destination to source.
- StartDate string
- Date/time the analysis was started.
- Status string
- Status of the analysis. succeededmeans the analysis was completed, not that a path was found, for that seepath_found.
- StatusMessage string
- Message to provide more context when the statusisfailed.
- map[string]string
- WarningMessage string
- Warning message.
- Filters
[]GetNetwork Insights Analysis Filter 
- alternatePath List<GetHints Network Insights Analysis Alternate Path Hint> 
- Potential intermediate components of a feasible path.
- arn String
- ARN of the selected Network Insights Analysis.
- explanations
List<GetNetwork Insights Analysis Explanation> 
- Explanation codes for an unreachable path.
- filterIn List<String>Arns 
- ARNs of the AWS resources that the path must traverse.
- forwardPath List<GetComponents Network Insights Analysis Forward Path Component> 
- The components in the path from source to destination.
- id String
- The provider-assigned unique ID for this managed resource.
- networkInsights StringAnalysis Id 
- networkInsights StringPath Id 
- The ID of the path.
- pathFound Boolean
- Set to trueif the destination was reachable.
- returnPath List<GetComponents Network Insights Analysis Return Path Component> 
- The components in the path from destination to source.
- startDate String
- Date/time the analysis was started.
- status String
- Status of the analysis. succeededmeans the analysis was completed, not that a path was found, for that seepath_found.
- statusMessage String
- Message to provide more context when the statusisfailed.
- Map<String,String>
- warningMessage String
- Warning message.
- filters
List<GetNetwork Insights Analysis Filter> 
- alternatePath GetHints Network Insights Analysis Alternate Path Hint[] 
- Potential intermediate components of a feasible path.
- arn string
- ARN of the selected Network Insights Analysis.
- explanations
GetNetwork Insights Analysis Explanation[] 
- Explanation codes for an unreachable path.
- filterIn string[]Arns 
- ARNs of the AWS resources that the path must traverse.
- forwardPath GetComponents Network Insights Analysis Forward Path Component[] 
- The components in the path from source to destination.
- id string
- The provider-assigned unique ID for this managed resource.
- networkInsights stringAnalysis Id 
- networkInsights stringPath Id 
- The ID of the path.
- pathFound boolean
- Set to trueif the destination was reachable.
- returnPath GetComponents Network Insights Analysis Return Path Component[] 
- The components in the path from destination to source.
- startDate string
- Date/time the analysis was started.
- status string
- Status of the analysis. succeededmeans the analysis was completed, not that a path was found, for that seepath_found.
- statusMessage string
- Message to provide more context when the statusisfailed.
- {[key: string]: string}
- warningMessage string
- Warning message.
- filters
GetNetwork Insights Analysis Filter[] 
- alternate_path_ Sequence[Gethints Network Insights Analysis Alternate Path Hint] 
- Potential intermediate components of a feasible path.
- arn str
- ARN of the selected Network Insights Analysis.
- explanations
Sequence[GetNetwork Insights Analysis Explanation] 
- Explanation codes for an unreachable path.
- filter_in_ Sequence[str]arns 
- ARNs of the AWS resources that the path must traverse.
- forward_path_ Sequence[Getcomponents Network Insights Analysis Forward Path Component] 
- The components in the path from source to destination.
- id str
- The provider-assigned unique ID for this managed resource.
- network_insights_ stranalysis_ id 
- network_insights_ strpath_ id 
- The ID of the path.
- path_found bool
- Set to trueif the destination was reachable.
- return_path_ Sequence[Getcomponents Network Insights Analysis Return Path Component] 
- The components in the path from destination to source.
- start_date str
- Date/time the analysis was started.
- status str
- Status of the analysis. succeededmeans the analysis was completed, not that a path was found, for that seepath_found.
- status_message str
- Message to provide more context when the statusisfailed.
- Mapping[str, str]
- warning_message str
- Warning message.
- filters
Sequence[GetNetwork Insights Analysis Filter] 
- alternatePath List<Property Map>Hints 
- Potential intermediate components of a feasible path.
- arn String
- ARN of the selected Network Insights Analysis.
- explanations List<Property Map>
- Explanation codes for an unreachable path.
- filterIn List<String>Arns 
- ARNs of the AWS resources that the path must traverse.
- forwardPath List<Property Map>Components 
- The components in the path from source to destination.
- id String
- The provider-assigned unique ID for this managed resource.
- networkInsights StringAnalysis Id 
- networkInsights StringPath Id 
- The ID of the path.
- pathFound Boolean
- Set to trueif the destination was reachable.
- returnPath List<Property Map>Components 
- The components in the path from destination to source.
- startDate String
- Date/time the analysis was started.
- status String
- Status of the analysis. succeededmeans the analysis was completed, not that a path was found, for that seepath_found.
- statusMessage String
- Message to provide more context when the statusisfailed.
- Map<String>
- warningMessage String
- Warning message.
- filters List<Property Map>
Supporting Types
GetNetworkInsightsAnalysisAlternatePathHint      
- ComponentArn string
- ComponentId string
- ComponentArn string
- ComponentId string
- componentArn String
- componentId String
- componentArn string
- componentId string
- component_arn str
- component_id str
- componentArn String
- componentId String
GetNetworkInsightsAnalysisExplanation    
- AclRules List<GetNetwork Insights Analysis Explanation Acl Rule> 
- Acls
List<GetNetwork Insights Analysis Explanation Acl> 
- Address string
- Addresses List<string>
- AttachedTos List<GetNetwork Insights Analysis Explanation Attached To> 
- AvailabilityZones List<string>
- Cidrs List<string>
- ClassicLoad List<GetBalancer Listeners Network Insights Analysis Explanation Classic Load Balancer Listener> 
- Components
List<GetNetwork Insights Analysis Explanation Component> 
- CustomerGateways List<GetNetwork Insights Analysis Explanation Customer Gateway> 
- DestinationVpcs List<GetNetwork Insights Analysis Explanation Destination Vpc> 
- Destinations
List<GetNetwork Insights Analysis Explanation Destination> 
- Direction string
- ElasticLoad List<GetBalancer Listeners Network Insights Analysis Explanation Elastic Load Balancer Listener> 
- ExplanationCode string
- IngressRoute List<GetTables Network Insights Analysis Explanation Ingress Route Table> 
- InternetGateways List<GetNetwork Insights Analysis Explanation Internet Gateway> 
- LoadBalancer stringArn 
- LoadBalancer intListener Port 
- LoadBalancer List<GetTarget Group Network Insights Analysis Explanation Load Balancer Target Group> 
- LoadBalancer List<GetTarget Groups Network Insights Analysis Explanation Load Balancer Target Group> 
- LoadBalancer intTarget Port 
- MissingComponent string
- NatGateways List<GetNetwork Insights Analysis Explanation Nat Gateway> 
- NetworkInterfaces List<GetNetwork Insights Analysis Explanation Network Interface> 
- PacketField string
- Port int
- PortRanges List<GetNetwork Insights Analysis Explanation Port Range> 
- PrefixLists List<GetNetwork Insights Analysis Explanation Prefix List> 
- Protocols List<string>
- RouteTable List<GetRoutes Network Insights Analysis Explanation Route Table Route> 
- RouteTables List<GetNetwork Insights Analysis Explanation Route Table> 
- SecurityGroup List<GetNetwork Insights Analysis Explanation Security Group> 
- SecurityGroup List<GetRules Network Insights Analysis Explanation Security Group Rule> 
- SecurityGroups List<GetNetwork Insights Analysis Explanation Security Group> 
- SourceVpcs List<GetNetwork Insights Analysis Explanation Source Vpc> 
- State string
- SubnetRoute List<GetTables Network Insights Analysis Explanation Subnet Route Table> 
- Subnets
List<GetNetwork Insights Analysis Explanation Subnet> 
- TransitGateway List<GetAttachments Network Insights Analysis Explanation Transit Gateway Attachment> 
- TransitGateway List<GetRoute Table Routes Network Insights Analysis Explanation Transit Gateway Route Table Route> 
- TransitGateway List<GetRoute Tables Network Insights Analysis Explanation Transit Gateway Route Table> 
- TransitGateways List<GetNetwork Insights Analysis Explanation Transit Gateway> 
- VpcEndpoints List<GetNetwork Insights Analysis Explanation Vpc Endpoint> 
- VpcPeering List<GetConnections Network Insights Analysis Explanation Vpc Peering Connection> 
- Vpcs
List<GetNetwork Insights Analysis Explanation Vpc> 
- VpnConnections List<GetNetwork Insights Analysis Explanation Vpn Connection> 
- VpnGateways List<GetNetwork Insights Analysis Explanation Vpn Gateway> 
- AclRules []GetNetwork Insights Analysis Explanation Acl Rule 
- Acls
[]GetNetwork Insights Analysis Explanation Acl 
- Address string
- Addresses []string
- AttachedTos []GetNetwork Insights Analysis Explanation Attached To 
- AvailabilityZones []string
- Cidrs []string
- ClassicLoad []GetBalancer Listeners Network Insights Analysis Explanation Classic Load Balancer Listener 
- Components
[]GetNetwork Insights Analysis Explanation Component 
- CustomerGateways []GetNetwork Insights Analysis Explanation Customer Gateway 
- DestinationVpcs []GetNetwork Insights Analysis Explanation Destination Vpc 
- Destinations
[]GetNetwork Insights Analysis Explanation Destination 
- Direction string
- ElasticLoad []GetBalancer Listeners Network Insights Analysis Explanation Elastic Load Balancer Listener 
- ExplanationCode string
- IngressRoute []GetTables Network Insights Analysis Explanation Ingress Route Table 
- InternetGateways []GetNetwork Insights Analysis Explanation Internet Gateway 
- LoadBalancer stringArn 
- LoadBalancer intListener Port 
- LoadBalancer []GetTarget Group Network Insights Analysis Explanation Load Balancer Target Group 
- LoadBalancer []GetTarget Groups Network Insights Analysis Explanation Load Balancer Target Group 
- LoadBalancer intTarget Port 
- MissingComponent string
- NatGateways []GetNetwork Insights Analysis Explanation Nat Gateway 
- NetworkInterfaces []GetNetwork Insights Analysis Explanation Network Interface 
- PacketField string
- Port int
- PortRanges []GetNetwork Insights Analysis Explanation Port Range 
- PrefixLists []GetNetwork Insights Analysis Explanation Prefix List 
- Protocols []string
- RouteTable []GetRoutes Network Insights Analysis Explanation Route Table Route 
- RouteTables []GetNetwork Insights Analysis Explanation Route Table 
- SecurityGroup []GetNetwork Insights Analysis Explanation Security Group 
- SecurityGroup []GetRules Network Insights Analysis Explanation Security Group Rule 
- SecurityGroups []GetNetwork Insights Analysis Explanation Security Group 
- SourceVpcs []GetNetwork Insights Analysis Explanation Source Vpc 
- State string
- SubnetRoute []GetTables Network Insights Analysis Explanation Subnet Route Table 
- Subnets
[]GetNetwork Insights Analysis Explanation Subnet 
- TransitGateway []GetAttachments Network Insights Analysis Explanation Transit Gateway Attachment 
- TransitGateway []GetRoute Table Routes Network Insights Analysis Explanation Transit Gateway Route Table Route 
- TransitGateway []GetRoute Tables Network Insights Analysis Explanation Transit Gateway Route Table 
- TransitGateways []GetNetwork Insights Analysis Explanation Transit Gateway 
- VpcEndpoints []GetNetwork Insights Analysis Explanation Vpc Endpoint 
- VpcPeering []GetConnections Network Insights Analysis Explanation Vpc Peering Connection 
- Vpcs
[]GetNetwork Insights Analysis Explanation Vpc 
- VpnConnections []GetNetwork Insights Analysis Explanation Vpn Connection 
- VpnGateways []GetNetwork Insights Analysis Explanation Vpn Gateway 
- aclRules List<GetNetwork Insights Analysis Explanation Acl Rule> 
- acls
List<GetNetwork Insights Analysis Explanation Acl> 
- address String
- addresses List<String>
- attachedTos List<GetNetwork Insights Analysis Explanation Attached To> 
- availabilityZones List<String>
- cidrs List<String>
- classicLoad List<GetBalancer Listeners Network Insights Analysis Explanation Classic Load Balancer Listener> 
- components
List<GetNetwork Insights Analysis Explanation Component> 
- customerGateways List<GetNetwork Insights Analysis Explanation Customer Gateway> 
- destinationVpcs List<GetNetwork Insights Analysis Explanation Destination Vpc> 
- destinations
List<GetNetwork Insights Analysis Explanation Destination> 
- direction String
- elasticLoad List<GetBalancer Listeners Network Insights Analysis Explanation Elastic Load Balancer Listener> 
- explanationCode String
- ingressRoute List<GetTables Network Insights Analysis Explanation Ingress Route Table> 
- internetGateways List<GetNetwork Insights Analysis Explanation Internet Gateway> 
- loadBalancer StringArn 
- loadBalancer IntegerListener Port 
- loadBalancer List<GetTarget Group Network Insights Analysis Explanation Load Balancer Target Group> 
- loadBalancer List<GetTarget Groups Network Insights Analysis Explanation Load Balancer Target Group> 
- loadBalancer IntegerTarget Port 
- missingComponent String
- natGateways List<GetNetwork Insights Analysis Explanation Nat Gateway> 
- networkInterfaces List<GetNetwork Insights Analysis Explanation Network Interface> 
- packetField String
- port Integer
- portRanges List<GetNetwork Insights Analysis Explanation Port Range> 
- prefixLists List<GetNetwork Insights Analysis Explanation Prefix List> 
- protocols List<String>
- routeTable List<GetRoutes Network Insights Analysis Explanation Route Table Route> 
- routeTables List<GetNetwork Insights Analysis Explanation Route Table> 
- securityGroup List<GetNetwork Insights Analysis Explanation Security Group> 
- securityGroup List<GetRules Network Insights Analysis Explanation Security Group Rule> 
- securityGroups List<GetNetwork Insights Analysis Explanation Security Group> 
- sourceVpcs List<GetNetwork Insights Analysis Explanation Source Vpc> 
- state String
- subnetRoute List<GetTables Network Insights Analysis Explanation Subnet Route Table> 
- subnets
List<GetNetwork Insights Analysis Explanation Subnet> 
- transitGateway List<GetAttachments Network Insights Analysis Explanation Transit Gateway Attachment> 
- transitGateway List<GetRoute Table Routes Network Insights Analysis Explanation Transit Gateway Route Table Route> 
- transitGateway List<GetRoute Tables Network Insights Analysis Explanation Transit Gateway Route Table> 
- transitGateways List<GetNetwork Insights Analysis Explanation Transit Gateway> 
- vpcEndpoints List<GetNetwork Insights Analysis Explanation Vpc Endpoint> 
- vpcPeering List<GetConnections Network Insights Analysis Explanation Vpc Peering Connection> 
- vpcs
List<GetNetwork Insights Analysis Explanation Vpc> 
- vpnConnections List<GetNetwork Insights Analysis Explanation Vpn Connection> 
- vpnGateways List<GetNetwork Insights Analysis Explanation Vpn Gateway> 
- aclRules GetNetwork Insights Analysis Explanation Acl Rule[] 
- acls
GetNetwork Insights Analysis Explanation Acl[] 
- address string
- addresses string[]
- attachedTos GetNetwork Insights Analysis Explanation Attached To[] 
- availabilityZones string[]
- cidrs string[]
- classicLoad GetBalancer Listeners Network Insights Analysis Explanation Classic Load Balancer Listener[] 
- components
GetNetwork Insights Analysis Explanation Component[] 
- customerGateways GetNetwork Insights Analysis Explanation Customer Gateway[] 
- destinationVpcs GetNetwork Insights Analysis Explanation Destination Vpc[] 
- destinations
GetNetwork Insights Analysis Explanation Destination[] 
- direction string
- elasticLoad GetBalancer Listeners Network Insights Analysis Explanation Elastic Load Balancer Listener[] 
- explanationCode string
- ingressRoute GetTables Network Insights Analysis Explanation Ingress Route Table[] 
- internetGateways GetNetwork Insights Analysis Explanation Internet Gateway[] 
- loadBalancer stringArn 
- loadBalancer numberListener Port 
- loadBalancer GetTarget Group Network Insights Analysis Explanation Load Balancer Target Group[] 
- loadBalancer GetTarget Groups Network Insights Analysis Explanation Load Balancer Target Group[] 
- loadBalancer numberTarget Port 
- missingComponent string
- natGateways GetNetwork Insights Analysis Explanation Nat Gateway[] 
- networkInterfaces GetNetwork Insights Analysis Explanation Network Interface[] 
- packetField string
- port number
- portRanges GetNetwork Insights Analysis Explanation Port Range[] 
- prefixLists GetNetwork Insights Analysis Explanation Prefix List[] 
- protocols string[]
- routeTable GetRoutes Network Insights Analysis Explanation Route Table Route[] 
- routeTables GetNetwork Insights Analysis Explanation Route Table[] 
- securityGroup GetNetwork Insights Analysis Explanation Security Group[] 
- securityGroup GetRules Network Insights Analysis Explanation Security Group Rule[] 
- securityGroups GetNetwork Insights Analysis Explanation Security Group[] 
- sourceVpcs GetNetwork Insights Analysis Explanation Source Vpc[] 
- state string
- subnetRoute GetTables Network Insights Analysis Explanation Subnet Route Table[] 
- subnets
GetNetwork Insights Analysis Explanation Subnet[] 
- transitGateway GetAttachments Network Insights Analysis Explanation Transit Gateway Attachment[] 
- transitGateway GetRoute Table Routes Network Insights Analysis Explanation Transit Gateway Route Table Route[] 
- transitGateway GetRoute Tables Network Insights Analysis Explanation Transit Gateway Route Table[] 
- transitGateways GetNetwork Insights Analysis Explanation Transit Gateway[] 
- vpcEndpoints GetNetwork Insights Analysis Explanation Vpc Endpoint[] 
- vpcPeering GetConnections Network Insights Analysis Explanation Vpc Peering Connection[] 
- vpcs
GetNetwork Insights Analysis Explanation Vpc[] 
- vpnConnections GetNetwork Insights Analysis Explanation Vpn Connection[] 
- vpnGateways GetNetwork Insights Analysis Explanation Vpn Gateway[] 
- acl_rules Sequence[GetNetwork Insights Analysis Explanation Acl Rule] 
- acls
Sequence[GetNetwork Insights Analysis Explanation Acl] 
- address str
- addresses Sequence[str]
- attached_tos Sequence[GetNetwork Insights Analysis Explanation Attached To] 
- availability_zones Sequence[str]
- cidrs Sequence[str]
- classic_load_ Sequence[Getbalancer_ listeners Network Insights Analysis Explanation Classic Load Balancer Listener] 
- components
Sequence[GetNetwork Insights Analysis Explanation Component] 
- customer_gateways Sequence[GetNetwork Insights Analysis Explanation Customer Gateway] 
- destination_vpcs Sequence[GetNetwork Insights Analysis Explanation Destination Vpc] 
- destinations
Sequence[GetNetwork Insights Analysis Explanation Destination] 
- direction str
- elastic_load_ Sequence[Getbalancer_ listeners Network Insights Analysis Explanation Elastic Load Balancer Listener] 
- explanation_code str
- ingress_route_ Sequence[Gettables Network Insights Analysis Explanation Ingress Route Table] 
- internet_gateways Sequence[GetNetwork Insights Analysis Explanation Internet Gateway] 
- load_balancer_ strarn 
- load_balancer_ intlistener_ port 
- load_balancer_ Sequence[Gettarget_ group Network Insights Analysis Explanation Load Balancer Target Group] 
- load_balancer_ Sequence[Gettarget_ groups Network Insights Analysis Explanation Load Balancer Target Group] 
- load_balancer_ inttarget_ port 
- missing_component str
- nat_gateways Sequence[GetNetwork Insights Analysis Explanation Nat Gateway] 
- network_interfaces Sequence[GetNetwork Insights Analysis Explanation Network Interface] 
- packet_field str
- port int
- port_ranges Sequence[GetNetwork Insights Analysis Explanation Port Range] 
- prefix_lists Sequence[GetNetwork Insights Analysis Explanation Prefix List] 
- protocols Sequence[str]
- route_table_ Sequence[Getroutes Network Insights Analysis Explanation Route Table Route] 
- route_tables Sequence[GetNetwork Insights Analysis Explanation Route Table] 
- security_group Sequence[GetNetwork Insights Analysis Explanation Security Group] 
- security_group_ Sequence[Getrules Network Insights Analysis Explanation Security Group Rule] 
- security_groups Sequence[GetNetwork Insights Analysis Explanation Security Group] 
- source_vpcs Sequence[GetNetwork Insights Analysis Explanation Source Vpc] 
- state str
- subnet_route_ Sequence[Gettables Network Insights Analysis Explanation Subnet Route Table] 
- subnets
Sequence[GetNetwork Insights Analysis Explanation Subnet] 
- transit_gateway_ Sequence[Getattachments Network Insights Analysis Explanation Transit Gateway Attachment] 
- transit_gateway_ Sequence[Getroute_ table_ routes Network Insights Analysis Explanation Transit Gateway Route Table Route] 
- transit_gateway_ Sequence[Getroute_ tables Network Insights Analysis Explanation Transit Gateway Route Table] 
- transit_gateways Sequence[GetNetwork Insights Analysis Explanation Transit Gateway] 
- vpc_endpoints Sequence[GetNetwork Insights Analysis Explanation Vpc Endpoint] 
- vpc_peering_ Sequence[Getconnections Network Insights Analysis Explanation Vpc Peering Connection] 
- vpcs
Sequence[GetNetwork Insights Analysis Explanation Vpc] 
- vpn_connections Sequence[GetNetwork Insights Analysis Explanation Vpn Connection] 
- vpn_gateways Sequence[GetNetwork Insights Analysis Explanation Vpn Gateway] 
- aclRules List<Property Map>
- acls List<Property Map>
- address String
- addresses List<String>
- attachedTos List<Property Map>
- availabilityZones List<String>
- cidrs List<String>
- classicLoad List<Property Map>Balancer Listeners 
- components List<Property Map>
- customerGateways List<Property Map>
- destinationVpcs List<Property Map>
- destinations List<Property Map>
- direction String
- elasticLoad List<Property Map>Balancer Listeners 
- explanationCode String
- ingressRoute List<Property Map>Tables 
- internetGateways List<Property Map>
- loadBalancer StringArn 
- loadBalancer NumberListener Port 
- loadBalancer List<Property Map>Target Group 
- loadBalancer List<Property Map>Target Groups 
- loadBalancer NumberTarget Port 
- missingComponent String
- natGateways List<Property Map>
- networkInterfaces List<Property Map>
- packetField String
- port Number
- portRanges List<Property Map>
- prefixLists List<Property Map>
- protocols List<String>
- routeTable List<Property Map>Routes 
- routeTables List<Property Map>
- securityGroup List<Property Map>
- securityGroup List<Property Map>Rules 
- securityGroups List<Property Map>
- sourceVpcs List<Property Map>
- state String
- subnetRoute List<Property Map>Tables 
- subnets List<Property Map>
- transitGateway List<Property Map>Attachments 
- transitGateway List<Property Map>Route Table Routes 
- transitGateway List<Property Map>Route Tables 
- transitGateways List<Property Map>
- vpcEndpoints List<Property Map>
- vpcPeering List<Property Map>Connections 
- vpcs List<Property Map>
- vpnConnections List<Property Map>
- vpnGateways List<Property Map>
GetNetworkInsightsAnalysisExplanationAcl     
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationAclRule      
- Cidr string
- Egress bool
- PortRanges List<GetNetwork Insights Analysis Explanation Acl Rule Port Range> 
- Protocol string
- RuleAction string
- RuleNumber int
- Cidr string
- Egress bool
- PortRanges []GetNetwork Insights Analysis Explanation Acl Rule Port Range 
- Protocol string
- RuleAction string
- RuleNumber int
- cidr String
- egress Boolean
- portRanges List<GetNetwork Insights Analysis Explanation Acl Rule Port Range> 
- protocol String
- ruleAction String
- ruleNumber Integer
- cidr string
- egress boolean
- portRanges GetNetwork Insights Analysis Explanation Acl Rule Port Range[] 
- protocol string
- ruleAction string
- ruleNumber number
- cidr String
- egress Boolean
- portRanges List<Property Map>
- protocol String
- ruleAction String
- ruleNumber Number
GetNetworkInsightsAnalysisExplanationAclRulePortRange        
GetNetworkInsightsAnalysisExplanationAttachedTo      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationClassicLoadBalancerListener        
- InstancePort int
- LoadBalancer intPort 
- InstancePort int
- LoadBalancer intPort 
- instancePort Integer
- loadBalancer IntegerPort 
- instancePort number
- loadBalancer numberPort 
- instance_port int
- load_balancer_ intport 
- instancePort Number
- loadBalancer NumberPort 
GetNetworkInsightsAnalysisExplanationComponent     
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationCustomerGateway      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationDestination     
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationDestinationVpc      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationElasticLoadBalancerListener        
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationIngressRouteTable       
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationInternetGateway      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup        
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationNatGateway      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationNetworkInterface      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationPortRange      
GetNetworkInsightsAnalysisExplanationPrefixList      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationRouteTable      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationRouteTableRoute       
- DestinationCidr string
- DestinationPrefix stringList Id 
- EgressOnly stringInternet Gateway Id 
- GatewayId string
- InstanceId string
- NatGateway stringId 
- NetworkInterface stringId 
- Origin string
- TransitGateway stringId 
- VpcPeering stringConnection Id 
- DestinationCidr string
- DestinationPrefix stringList Id 
- EgressOnly stringInternet Gateway Id 
- GatewayId string
- InstanceId string
- NatGateway stringId 
- NetworkInterface stringId 
- Origin string
- TransitGateway stringId 
- VpcPeering stringConnection Id 
- destinationCidr String
- destinationPrefix StringList Id 
- egressOnly StringInternet Gateway Id 
- gatewayId String
- instanceId String
- natGateway StringId 
- networkInterface StringId 
- origin String
- transitGateway StringId 
- vpcPeering StringConnection Id 
- destinationCidr string
- destinationPrefix stringList Id 
- egressOnly stringInternet Gateway Id 
- gatewayId string
- instanceId string
- natGateway stringId 
- networkInterface stringId 
- origin string
- transitGateway stringId 
- vpcPeering stringConnection Id 
- destinationCidr String
- destinationPrefix StringList Id 
- egressOnly StringInternet Gateway Id 
- gatewayId String
- instanceId String
- natGateway StringId 
- networkInterface StringId 
- origin String
- transitGateway StringId 
- vpcPeering StringConnection Id 
GetNetworkInsightsAnalysisExplanationSecurityGroup      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationSecurityGroupRule       
- Cidr string
- Direction string
- PortRanges List<GetNetwork Insights Analysis Explanation Security Group Rule Port Range> 
- PrefixList stringId 
- Protocol string
- SecurityGroup stringId 
- Cidr string
- Direction string
- PortRanges []GetNetwork Insights Analysis Explanation Security Group Rule Port Range 
- PrefixList stringId 
- Protocol string
- SecurityGroup stringId 
- cidr String
- direction String
- portRanges List<GetNetwork Insights Analysis Explanation Security Group Rule Port Range> 
- prefixList StringId 
- protocol String
- securityGroup StringId 
- cidr string
- direction string
- portRanges GetNetwork Insights Analysis Explanation Security Group Rule Port Range[] 
- prefixList stringId 
- protocol string
- securityGroup stringId 
- cidr String
- direction String
- portRanges List<Property Map>
- prefixList StringId 
- protocol String
- securityGroup StringId 
GetNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange         
GetNetworkInsightsAnalysisExplanationSourceVpc      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationSubnet     
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationSubnetRouteTable       
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationTransitGateway      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment       
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTable        
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute         
- AttachmentId string
- DestinationCidr string
- PrefixList stringId 
- ResourceId string
- ResourceType string
- RouteOrigin string
- State string
- AttachmentId string
- DestinationCidr string
- PrefixList stringId 
- ResourceId string
- ResourceType string
- RouteOrigin string
- State string
- attachmentId String
- destinationCidr String
- prefixList StringId 
- resourceId String
- resourceType String
- routeOrigin String
- state String
- attachmentId string
- destinationCidr string
- prefixList stringId 
- resourceId string
- resourceType string
- routeOrigin string
- state string
- attachment_id str
- destination_cidr str
- prefix_list_ strid 
- resource_id str
- resource_type str
- route_origin str
- state str
- attachmentId String
- destinationCidr String
- prefixList StringId 
- resourceId String
- resourceType String
- routeOrigin String
- state String
GetNetworkInsightsAnalysisExplanationVpc     
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationVpcEndpoint      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationVpcPeeringConnection       
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationVpnConnection      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisExplanationVpnGateway      
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisFilter    
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Values List<string>
- Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Values []string
- Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- values List<String>
- Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- values string[]
- Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- values Sequence[str]
- Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- values List<String>
- Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
GetNetworkInsightsAnalysisForwardPathComponent      
- AclRules List<GetNetwork Insights Analysis Forward Path Component Acl Rule> 
- AdditionalDetails List<GetNetwork Insights Analysis Forward Path Component Additional Detail> 
- AttachedTos List<GetNetwork Insights Analysis Forward Path Component Attached To> 
- Components
List<GetNetwork Insights Analysis Forward Path Component Component> 
- DestinationVpcs List<GetNetwork Insights Analysis Forward Path Component Destination Vpc> 
- InboundHeaders List<GetNetwork Insights Analysis Forward Path Component Inbound Header> 
- OutboundHeaders List<GetNetwork Insights Analysis Forward Path Component Outbound Header> 
- RouteTable List<GetRoutes Network Insights Analysis Forward Path Component Route Table Route> 
- SecurityGroup List<GetRules Network Insights Analysis Forward Path Component Security Group Rule> 
- SequenceNumber int
- SourceVpcs List<GetNetwork Insights Analysis Forward Path Component Source Vpc> 
- Subnets
List<GetNetwork Insights Analysis Forward Path Component Subnet> 
- TransitGateway List<GetRoute Table Routes Network Insights Analysis Forward Path Component Transit Gateway Route Table Route> 
- TransitGateways List<GetNetwork Insights Analysis Forward Path Component Transit Gateway> 
- Vpcs
List<GetNetwork Insights Analysis Forward Path Component Vpc> 
- AclRules []GetNetwork Insights Analysis Forward Path Component Acl Rule 
- AdditionalDetails []GetNetwork Insights Analysis Forward Path Component Additional Detail 
- AttachedTos []GetNetwork Insights Analysis Forward Path Component Attached To 
- Components
[]GetNetwork Insights Analysis Forward Path Component Component 
- DestinationVpcs []GetNetwork Insights Analysis Forward Path Component Destination Vpc 
- InboundHeaders []GetNetwork Insights Analysis Forward Path Component Inbound Header 
- OutboundHeaders []GetNetwork Insights Analysis Forward Path Component Outbound Header 
- RouteTable []GetRoutes Network Insights Analysis Forward Path Component Route Table Route 
- SecurityGroup []GetRules Network Insights Analysis Forward Path Component Security Group Rule 
- SequenceNumber int
- SourceVpcs []GetNetwork Insights Analysis Forward Path Component Source Vpc 
- Subnets
[]GetNetwork Insights Analysis Forward Path Component Subnet 
- TransitGateway []GetRoute Table Routes Network Insights Analysis Forward Path Component Transit Gateway Route Table Route 
- TransitGateways []GetNetwork Insights Analysis Forward Path Component Transit Gateway 
- Vpcs
[]GetNetwork Insights Analysis Forward Path Component Vpc 
- aclRules List<GetNetwork Insights Analysis Forward Path Component Acl Rule> 
- additionalDetails List<GetNetwork Insights Analysis Forward Path Component Additional Detail> 
- attachedTos List<GetNetwork Insights Analysis Forward Path Component Attached To> 
- components
List<GetNetwork Insights Analysis Forward Path Component Component> 
- destinationVpcs List<GetNetwork Insights Analysis Forward Path Component Destination Vpc> 
- inboundHeaders List<GetNetwork Insights Analysis Forward Path Component Inbound Header> 
- outboundHeaders List<GetNetwork Insights Analysis Forward Path Component Outbound Header> 
- routeTable List<GetRoutes Network Insights Analysis Forward Path Component Route Table Route> 
- securityGroup List<GetRules Network Insights Analysis Forward Path Component Security Group Rule> 
- sequenceNumber Integer
- sourceVpcs List<GetNetwork Insights Analysis Forward Path Component Source Vpc> 
- subnets
List<GetNetwork Insights Analysis Forward Path Component Subnet> 
- transitGateway List<GetRoute Table Routes Network Insights Analysis Forward Path Component Transit Gateway Route Table Route> 
- transitGateways List<GetNetwork Insights Analysis Forward Path Component Transit Gateway> 
- vpcs
List<GetNetwork Insights Analysis Forward Path Component Vpc> 
- aclRules GetNetwork Insights Analysis Forward Path Component Acl Rule[] 
- additionalDetails GetNetwork Insights Analysis Forward Path Component Additional Detail[] 
- attachedTos GetNetwork Insights Analysis Forward Path Component Attached To[] 
- components
GetNetwork Insights Analysis Forward Path Component Component[] 
- destinationVpcs GetNetwork Insights Analysis Forward Path Component Destination Vpc[] 
- inboundHeaders GetNetwork Insights Analysis Forward Path Component Inbound Header[] 
- outboundHeaders GetNetwork Insights Analysis Forward Path Component Outbound Header[] 
- routeTable GetRoutes Network Insights Analysis Forward Path Component Route Table Route[] 
- securityGroup GetRules Network Insights Analysis Forward Path Component Security Group Rule[] 
- sequenceNumber number
- sourceVpcs GetNetwork Insights Analysis Forward Path Component Source Vpc[] 
- subnets
GetNetwork Insights Analysis Forward Path Component Subnet[] 
- transitGateway GetRoute Table Routes Network Insights Analysis Forward Path Component Transit Gateway Route Table Route[] 
- transitGateways GetNetwork Insights Analysis Forward Path Component Transit Gateway[] 
- vpcs
GetNetwork Insights Analysis Forward Path Component Vpc[] 
- acl_rules Sequence[GetNetwork Insights Analysis Forward Path Component Acl Rule] 
- additional_details Sequence[GetNetwork Insights Analysis Forward Path Component Additional Detail] 
- attached_tos Sequence[GetNetwork Insights Analysis Forward Path Component Attached To] 
- components
Sequence[GetNetwork Insights Analysis Forward Path Component Component] 
- destination_vpcs Sequence[GetNetwork Insights Analysis Forward Path Component Destination Vpc] 
- inbound_headers Sequence[GetNetwork Insights Analysis Forward Path Component Inbound Header] 
- outbound_headers Sequence[GetNetwork Insights Analysis Forward Path Component Outbound Header] 
- route_table_ Sequence[Getroutes Network Insights Analysis Forward Path Component Route Table Route] 
- security_group_ Sequence[Getrules Network Insights Analysis Forward Path Component Security Group Rule] 
- sequence_number int
- source_vpcs Sequence[GetNetwork Insights Analysis Forward Path Component Source Vpc] 
- subnets
Sequence[GetNetwork Insights Analysis Forward Path Component Subnet] 
- transit_gateway_ Sequence[Getroute_ table_ routes Network Insights Analysis Forward Path Component Transit Gateway Route Table Route] 
- transit_gateways Sequence[GetNetwork Insights Analysis Forward Path Component Transit Gateway] 
- vpcs
Sequence[GetNetwork Insights Analysis Forward Path Component Vpc] 
- aclRules List<Property Map>
- additionalDetails List<Property Map>
- attachedTos List<Property Map>
- components List<Property Map>
- destinationVpcs List<Property Map>
- inboundHeaders List<Property Map>
- outboundHeaders List<Property Map>
- routeTable List<Property Map>Routes 
- securityGroup List<Property Map>Rules 
- sequenceNumber Number
- sourceVpcs List<Property Map>
- subnets List<Property Map>
- transitGateway List<Property Map>Route Table Routes 
- transitGateways List<Property Map>
- vpcs List<Property Map>
GetNetworkInsightsAnalysisForwardPathComponentAclRule        
- Cidr string
- Egress bool
- PortRanges List<GetNetwork Insights Analysis Forward Path Component Acl Rule Port Range> 
- Protocol string
- RuleAction string
- RuleNumber int
- Cidr string
- Egress bool
- PortRanges []GetNetwork Insights Analysis Forward Path Component Acl Rule Port Range 
- Protocol string
- RuleAction string
- RuleNumber int
- cidr String
- egress Boolean
- portRanges List<GetNetwork Insights Analysis Forward Path Component Acl Rule Port Range> 
- protocol String
- ruleAction String
- ruleNumber Integer
- cidr string
- egress boolean
- portRanges GetNetwork Insights Analysis Forward Path Component Acl Rule Port Range[] 
- protocol string
- ruleAction string
- ruleNumber number
- cidr String
- egress Boolean
- portRanges List<Property Map>
- protocol String
- ruleAction String
- ruleNumber Number
GetNetworkInsightsAnalysisForwardPathComponentAclRulePortRange          
GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetail        
GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent         
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisForwardPathComponentAttachedTo        
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisForwardPathComponentComponent       
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisForwardPathComponentDestinationVpc        
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisForwardPathComponentInboundHeader        
- destinationAddresses List<String>
- destinationPort List<Property Map>Ranges 
- protocol String
- sourceAddresses List<String>
- sourcePort List<Property Map>Ranges 
GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange           
GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange           
GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader        
- destinationAddresses List<String>
- destinationPort List<Property Map>Ranges 
- protocol String
- sourceAddresses List<String>
- sourcePort List<Property Map>Ranges 
GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange           
GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange           
GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute         
- DestinationCidr string
- DestinationPrefix stringList Id 
- EgressOnly stringInternet Gateway Id 
- GatewayId string
- InstanceId string
- NatGateway stringId 
- NetworkInterface stringId 
- Origin string
- TransitGateway stringId 
- VpcPeering stringConnection Id 
- DestinationCidr string
- DestinationPrefix stringList Id 
- EgressOnly stringInternet Gateway Id 
- GatewayId string
- InstanceId string
- NatGateway stringId 
- NetworkInterface stringId 
- Origin string
- TransitGateway stringId 
- VpcPeering stringConnection Id 
- destinationCidr String
- destinationPrefix StringList Id 
- egressOnly StringInternet Gateway Id 
- gatewayId String
- instanceId String
- natGateway StringId 
- networkInterface StringId 
- origin String
- transitGateway StringId 
- vpcPeering StringConnection Id 
- destinationCidr string
- destinationPrefix stringList Id 
- egressOnly stringInternet Gateway Id 
- gatewayId string
- instanceId string
- natGateway stringId 
- networkInterface stringId 
- origin string
- transitGateway stringId 
- vpcPeering stringConnection Id 
- destinationCidr String
- destinationPrefix StringList Id 
- egressOnly StringInternet Gateway Id 
- gatewayId String
- instanceId String
- natGateway StringId 
- networkInterface StringId 
- origin String
- transitGateway StringId 
- vpcPeering StringConnection Id 
GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule         
- Cidr string
- Direction string
- PortRanges List<GetNetwork Insights Analysis Forward Path Component Security Group Rule Port Range> 
- PrefixList stringId 
- Protocol string
- SecurityGroup stringId 
- Cidr string
- Direction string
- PortRanges []GetNetwork Insights Analysis Forward Path Component Security Group Rule Port Range 
- PrefixList stringId 
- Protocol string
- SecurityGroup stringId 
- cidr String
- direction String
- portRanges List<GetNetwork Insights Analysis Forward Path Component Security Group Rule Port Range> 
- prefixList StringId 
- protocol String
- securityGroup StringId 
- cidr string
- direction string
- portRanges GetNetwork Insights Analysis Forward Path Component Security Group Rule Port Range[] 
- prefixList stringId 
- protocol string
- securityGroup stringId 
- cidr String
- direction String
- portRanges List<Property Map>
- prefixList StringId 
- protocol String
- securityGroup StringId 
GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange           
GetNetworkInsightsAnalysisForwardPathComponentSourceVpc        
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisForwardPathComponentSubnet       
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisForwardPathComponentTransitGateway        
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute           
- AttachmentId string
- DestinationCidr string
- PrefixList stringId 
- ResourceId string
- ResourceType string
- RouteOrigin string
- State string
- AttachmentId string
- DestinationCidr string
- PrefixList stringId 
- ResourceId string
- ResourceType string
- RouteOrigin string
- State string
- attachmentId String
- destinationCidr String
- prefixList StringId 
- resourceId String
- resourceType String
- routeOrigin String
- state String
- attachmentId string
- destinationCidr string
- prefixList stringId 
- resourceId string
- resourceType string
- routeOrigin string
- state string
- attachment_id str
- destination_cidr str
- prefix_list_ strid 
- resource_id str
- resource_type str
- route_origin str
- state str
- attachmentId String
- destinationCidr String
- prefixList StringId 
- resourceId String
- resourceType String
- routeOrigin String
- state String
GetNetworkInsightsAnalysisForwardPathComponentVpc       
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisReturnPathComponent      
- AclRules List<GetNetwork Insights Analysis Return Path Component Acl Rule> 
- AdditionalDetails List<GetNetwork Insights Analysis Return Path Component Additional Detail> 
- AttachedTos List<GetNetwork Insights Analysis Return Path Component Attached To> 
- Components
List<GetNetwork Insights Analysis Return Path Component Component> 
- DestinationVpcs List<GetNetwork Insights Analysis Return Path Component Destination Vpc> 
- InboundHeaders List<GetNetwork Insights Analysis Return Path Component Inbound Header> 
- OutboundHeaders List<GetNetwork Insights Analysis Return Path Component Outbound Header> 
- RouteTable List<GetRoutes Network Insights Analysis Return Path Component Route Table Route> 
- SecurityGroup List<GetRules Network Insights Analysis Return Path Component Security Group Rule> 
- SequenceNumber int
- SourceVpcs List<GetNetwork Insights Analysis Return Path Component Source Vpc> 
- Subnets
List<GetNetwork Insights Analysis Return Path Component Subnet> 
- TransitGateway List<GetRoute Table Routes Network Insights Analysis Return Path Component Transit Gateway Route Table Route> 
- TransitGateways List<GetNetwork Insights Analysis Return Path Component Transit Gateway> 
- Vpcs
List<GetNetwork Insights Analysis Return Path Component Vpc> 
- AclRules []GetNetwork Insights Analysis Return Path Component Acl Rule 
- AdditionalDetails []GetNetwork Insights Analysis Return Path Component Additional Detail 
- AttachedTos []GetNetwork Insights Analysis Return Path Component Attached To 
- Components
[]GetNetwork Insights Analysis Return Path Component Component 
- DestinationVpcs []GetNetwork Insights Analysis Return Path Component Destination Vpc 
- InboundHeaders []GetNetwork Insights Analysis Return Path Component Inbound Header 
- OutboundHeaders []GetNetwork Insights Analysis Return Path Component Outbound Header 
- RouteTable []GetRoutes Network Insights Analysis Return Path Component Route Table Route 
- SecurityGroup []GetRules Network Insights Analysis Return Path Component Security Group Rule 
- SequenceNumber int
- SourceVpcs []GetNetwork Insights Analysis Return Path Component Source Vpc 
- Subnets
[]GetNetwork Insights Analysis Return Path Component Subnet 
- TransitGateway []GetRoute Table Routes Network Insights Analysis Return Path Component Transit Gateway Route Table Route 
- TransitGateways []GetNetwork Insights Analysis Return Path Component Transit Gateway 
- Vpcs
[]GetNetwork Insights Analysis Return Path Component Vpc 
- aclRules List<GetNetwork Insights Analysis Return Path Component Acl Rule> 
- additionalDetails List<GetNetwork Insights Analysis Return Path Component Additional Detail> 
- attachedTos List<GetNetwork Insights Analysis Return Path Component Attached To> 
- components
List<GetNetwork Insights Analysis Return Path Component Component> 
- destinationVpcs List<GetNetwork Insights Analysis Return Path Component Destination Vpc> 
- inboundHeaders List<GetNetwork Insights Analysis Return Path Component Inbound Header> 
- outboundHeaders List<GetNetwork Insights Analysis Return Path Component Outbound Header> 
- routeTable List<GetRoutes Network Insights Analysis Return Path Component Route Table Route> 
- securityGroup List<GetRules Network Insights Analysis Return Path Component Security Group Rule> 
- sequenceNumber Integer
- sourceVpcs List<GetNetwork Insights Analysis Return Path Component Source Vpc> 
- subnets
List<GetNetwork Insights Analysis Return Path Component Subnet> 
- transitGateway List<GetRoute Table Routes Network Insights Analysis Return Path Component Transit Gateway Route Table Route> 
- transitGateways List<GetNetwork Insights Analysis Return Path Component Transit Gateway> 
- vpcs
List<GetNetwork Insights Analysis Return Path Component Vpc> 
- aclRules GetNetwork Insights Analysis Return Path Component Acl Rule[] 
- additionalDetails GetNetwork Insights Analysis Return Path Component Additional Detail[] 
- attachedTos GetNetwork Insights Analysis Return Path Component Attached To[] 
- components
GetNetwork Insights Analysis Return Path Component Component[] 
- destinationVpcs GetNetwork Insights Analysis Return Path Component Destination Vpc[] 
- inboundHeaders GetNetwork Insights Analysis Return Path Component Inbound Header[] 
- outboundHeaders GetNetwork Insights Analysis Return Path Component Outbound Header[] 
- routeTable GetRoutes Network Insights Analysis Return Path Component Route Table Route[] 
- securityGroup GetRules Network Insights Analysis Return Path Component Security Group Rule[] 
- sequenceNumber number
- sourceVpcs GetNetwork Insights Analysis Return Path Component Source Vpc[] 
- subnets
GetNetwork Insights Analysis Return Path Component Subnet[] 
- transitGateway GetRoute Table Routes Network Insights Analysis Return Path Component Transit Gateway Route Table Route[] 
- transitGateways GetNetwork Insights Analysis Return Path Component Transit Gateway[] 
- vpcs
GetNetwork Insights Analysis Return Path Component Vpc[] 
- acl_rules Sequence[GetNetwork Insights Analysis Return Path Component Acl Rule] 
- additional_details Sequence[GetNetwork Insights Analysis Return Path Component Additional Detail] 
- attached_tos Sequence[GetNetwork Insights Analysis Return Path Component Attached To] 
- components
Sequence[GetNetwork Insights Analysis Return Path Component Component] 
- destination_vpcs Sequence[GetNetwork Insights Analysis Return Path Component Destination Vpc] 
- inbound_headers Sequence[GetNetwork Insights Analysis Return Path Component Inbound Header] 
- outbound_headers Sequence[GetNetwork Insights Analysis Return Path Component Outbound Header] 
- route_table_ Sequence[Getroutes Network Insights Analysis Return Path Component Route Table Route] 
- security_group_ Sequence[Getrules Network Insights Analysis Return Path Component Security Group Rule] 
- sequence_number int
- source_vpcs Sequence[GetNetwork Insights Analysis Return Path Component Source Vpc] 
- subnets
Sequence[GetNetwork Insights Analysis Return Path Component Subnet] 
- transit_gateway_ Sequence[Getroute_ table_ routes Network Insights Analysis Return Path Component Transit Gateway Route Table Route] 
- transit_gateways Sequence[GetNetwork Insights Analysis Return Path Component Transit Gateway] 
- vpcs
Sequence[GetNetwork Insights Analysis Return Path Component Vpc] 
- aclRules List<Property Map>
- additionalDetails List<Property Map>
- attachedTos List<Property Map>
- components List<Property Map>
- destinationVpcs List<Property Map>
- inboundHeaders List<Property Map>
- outboundHeaders List<Property Map>
- routeTable List<Property Map>Routes 
- securityGroup List<Property Map>Rules 
- sequenceNumber Number
- sourceVpcs List<Property Map>
- subnets List<Property Map>
- transitGateway List<Property Map>Route Table Routes 
- transitGateways List<Property Map>
- vpcs List<Property Map>
GetNetworkInsightsAnalysisReturnPathComponentAclRule        
- Cidr string
- Egress bool
- PortRanges List<GetNetwork Insights Analysis Return Path Component Acl Rule Port Range> 
- Protocol string
- RuleAction string
- RuleNumber int
- Cidr string
- Egress bool
- PortRanges []GetNetwork Insights Analysis Return Path Component Acl Rule Port Range 
- Protocol string
- RuleAction string
- RuleNumber int
- cidr String
- egress Boolean
- portRanges List<GetNetwork Insights Analysis Return Path Component Acl Rule Port Range> 
- protocol String
- ruleAction String
- ruleNumber Integer
- cidr string
- egress boolean
- portRanges GetNetwork Insights Analysis Return Path Component Acl Rule Port Range[] 
- protocol string
- ruleAction string
- ruleNumber number
- cidr String
- egress Boolean
- portRanges List<Property Map>
- protocol String
- ruleAction String
- ruleNumber Number
GetNetworkInsightsAnalysisReturnPathComponentAclRulePortRange          
GetNetworkInsightsAnalysisReturnPathComponentAdditionalDetail        
GetNetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent         
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisReturnPathComponentAttachedTo        
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisReturnPathComponentComponent       
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisReturnPathComponentDestinationVpc        
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisReturnPathComponentInboundHeader        
- destinationAddresses List<String>
- destinationPort List<Property Map>Ranges 
- protocol String
- sourceAddresses List<String>
- sourcePort List<Property Map>Ranges 
GetNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange           
GetNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange           
GetNetworkInsightsAnalysisReturnPathComponentOutboundHeader        
- destinationAddresses List<String>
- destinationPort List<Property Map>Ranges 
- protocol String
- sourceAddresses List<String>
- sourcePort List<Property Map>Ranges 
GetNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange           
GetNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange           
GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute         
- DestinationCidr string
- DestinationPrefix stringList Id 
- EgressOnly stringInternet Gateway Id 
- GatewayId string
- InstanceId string
- NatGateway stringId 
- NetworkInterface stringId 
- Origin string
- TransitGateway stringId 
- VpcPeering stringConnection Id 
- DestinationCidr string
- DestinationPrefix stringList Id 
- EgressOnly stringInternet Gateway Id 
- GatewayId string
- InstanceId string
- NatGateway stringId 
- NetworkInterface stringId 
- Origin string
- TransitGateway stringId 
- VpcPeering stringConnection Id 
- destinationCidr String
- destinationPrefix StringList Id 
- egressOnly StringInternet Gateway Id 
- gatewayId String
- instanceId String
- natGateway StringId 
- networkInterface StringId 
- origin String
- transitGateway StringId 
- vpcPeering StringConnection Id 
- destinationCidr string
- destinationPrefix stringList Id 
- egressOnly stringInternet Gateway Id 
- gatewayId string
- instanceId string
- natGateway stringId 
- networkInterface stringId 
- origin string
- transitGateway stringId 
- vpcPeering stringConnection Id 
- destinationCidr String
- destinationPrefix StringList Id 
- egressOnly StringInternet Gateway Id 
- gatewayId String
- instanceId String
- natGateway StringId 
- networkInterface StringId 
- origin String
- transitGateway StringId 
- vpcPeering StringConnection Id 
GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule         
- Cidr string
- Direction string
- PortRanges List<GetNetwork Insights Analysis Return Path Component Security Group Rule Port Range> 
- PrefixList stringId 
- Protocol string
- SecurityGroup stringId 
- Cidr string
- Direction string
- PortRanges []GetNetwork Insights Analysis Return Path Component Security Group Rule Port Range 
- PrefixList stringId 
- Protocol string
- SecurityGroup stringId 
- cidr String
- direction String
- portRanges List<GetNetwork Insights Analysis Return Path Component Security Group Rule Port Range> 
- prefixList StringId 
- protocol String
- securityGroup StringId 
- cidr string
- direction string
- portRanges GetNetwork Insights Analysis Return Path Component Security Group Rule Port Range[] 
- prefixList stringId 
- protocol string
- securityGroup stringId 
- cidr String
- direction String
- portRanges List<Property Map>
- prefixList StringId 
- protocol String
- securityGroup StringId 
GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange           
GetNetworkInsightsAnalysisReturnPathComponentSourceVpc        
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisReturnPathComponentSubnet       
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisReturnPathComponentTransitGateway        
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
GetNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute           
- AttachmentId string
- DestinationCidr string
- PrefixList stringId 
- ResourceId string
- ResourceType string
- RouteOrigin string
- State string
- AttachmentId string
- DestinationCidr string
- PrefixList stringId 
- ResourceId string
- ResourceType string
- RouteOrigin string
- State string
- attachmentId String
- destinationCidr String
- prefixList StringId 
- resourceId String
- resourceType String
- routeOrigin String
- state String
- attachmentId string
- destinationCidr string
- prefixList stringId 
- resourceId string
- resourceType string
- routeOrigin string
- state string
- attachment_id str
- destination_cidr str
- prefix_list_ strid 
- resource_id str
- resource_type str
- route_origin str
- state str
- attachmentId String
- destinationCidr String
- prefixList StringId 
- resourceId String
- resourceType String
- routeOrigin String
- state String
GetNetworkInsightsAnalysisReturnPathComponentVpc       
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- Arn string
- ARN of the selected Network Insights Analysis.
- Id string
- Name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn string
- ARN of the selected Network Insights Analysis.
- id string
- name string
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn str
- ARN of the selected Network Insights Analysis.
- id str
- name str
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
- arn String
- ARN of the selected Network Insights Analysis.
- id String
- name String
- Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalysesAPI Reference.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the awsTerraform Provider.