1. Packages
  2. AWS Classic
  3. API Docs
  4. ec2
  5. getNetworkInsightsAnalysis

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.31.1 published on Thursday, Apr 18, 2024 by Pulumi

aws.ec2.getNetworkInsightsAnalysis

Explore with Pulumi AI

aws logo

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.31.1 published on Thursday, Apr 18, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws:ec2/getNetworkInsightsAnalysis:getNetworkInsightsAnalysis
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filters List<GetNetworkInsightsAnalysisFilter>
    Configuration block(s) for filtering. Detailed below.
    NetworkInsightsAnalysisId string
    ID of the Network Insights Analysis to select.
    Tags Dictionary<string, string>
    Filters []GetNetworkInsightsAnalysisFilter
    Configuration block(s) for filtering. Detailed below.
    NetworkInsightsAnalysisId string
    ID of the Network Insights Analysis to select.
    Tags map[string]string
    filters List<GetNetworkInsightsAnalysisFilter>
    Configuration block(s) for filtering. Detailed below.
    networkInsightsAnalysisId String
    ID of the Network Insights Analysis to select.
    tags Map<String,String>
    filters GetNetworkInsightsAnalysisFilter[]
    Configuration block(s) for filtering. Detailed below.
    networkInsightsAnalysisId string
    ID of the Network Insights Analysis to select.
    tags {[key: string]: string}
    filters Sequence[GetNetworkInsightsAnalysisFilter]
    Configuration block(s) for filtering. Detailed below.
    network_insights_analysis_id str
    ID of the Network Insights Analysis to select.
    tags Mapping[str, str]
    filters List<Property Map>
    Configuration block(s) for filtering. Detailed below.
    networkInsightsAnalysisId String
    ID of the Network Insights Analysis to select.
    tags Map<String>

    getNetworkInsightsAnalysis Result

    The following output properties are available:

    AlternatePathHints List<GetNetworkInsightsAnalysisAlternatePathHint>
    Potential intermediate components of a feasible path.
    Arn string
    ARN of the selected Network Insights Analysis.
    Explanations List<GetNetworkInsightsAnalysisExplanation>
    Explanation codes for an unreachable path.
    FilterInArns List<string>
    ARNs of the AWS resources that the path must traverse.
    ForwardPathComponents List<GetNetworkInsightsAnalysisForwardPathComponent>
    The components in the path from source to destination.
    Id string
    The provider-assigned unique ID for this managed resource.
    NetworkInsightsAnalysisId string
    NetworkInsightsPathId string
    The ID of the path.
    PathFound bool
    Set to true if the destination was reachable.
    ReturnPathComponents List<GetNetworkInsightsAnalysisReturnPathComponent>
    The components in the path from destination to source.
    StartDate string
    Date/time the analysis was started.
    Status string
    Status of the analysis. succeeded means the analysis was completed, not that a path was found, for that see path_found.
    StatusMessage string
    Message to provide more context when the status is failed.
    Tags Dictionary<string, string>
    WarningMessage string
    Warning message.
    Filters List<GetNetworkInsightsAnalysisFilter>
    AlternatePathHints []GetNetworkInsightsAnalysisAlternatePathHint
    Potential intermediate components of a feasible path.
    Arn string
    ARN of the selected Network Insights Analysis.
    Explanations []GetNetworkInsightsAnalysisExplanation
    Explanation codes for an unreachable path.
    FilterInArns []string
    ARNs of the AWS resources that the path must traverse.
    ForwardPathComponents []GetNetworkInsightsAnalysisForwardPathComponent
    The components in the path from source to destination.
    Id string
    The provider-assigned unique ID for this managed resource.
    NetworkInsightsAnalysisId string
    NetworkInsightsPathId string
    The ID of the path.
    PathFound bool
    Set to true if the destination was reachable.
    ReturnPathComponents []GetNetworkInsightsAnalysisReturnPathComponent
    The components in the path from destination to source.
    StartDate string
    Date/time the analysis was started.
    Status string
    Status of the analysis. succeeded means the analysis was completed, not that a path was found, for that see path_found.
    StatusMessage string
    Message to provide more context when the status is failed.
    Tags map[string]string
    WarningMessage string
    Warning message.
    Filters []GetNetworkInsightsAnalysisFilter
    alternatePathHints List<GetNetworkInsightsAnalysisAlternatePathHint>
    Potential intermediate components of a feasible path.
    arn String
    ARN of the selected Network Insights Analysis.
    explanations List<GetNetworkInsightsAnalysisExplanation>
    Explanation codes for an unreachable path.
    filterInArns List<String>
    ARNs of the AWS resources that the path must traverse.
    forwardPathComponents List<GetNetworkInsightsAnalysisForwardPathComponent>
    The components in the path from source to destination.
    id String
    The provider-assigned unique ID for this managed resource.
    networkInsightsAnalysisId String
    networkInsightsPathId String
    The ID of the path.
    pathFound Boolean
    Set to true if the destination was reachable.
    returnPathComponents List<GetNetworkInsightsAnalysisReturnPathComponent>
    The components in the path from destination to source.
    startDate String
    Date/time the analysis was started.
    status String
    Status of the analysis. succeeded means the analysis was completed, not that a path was found, for that see path_found.
    statusMessage String
    Message to provide more context when the status is failed.
    tags Map<String,String>
    warningMessage String
    Warning message.
    filters List<GetNetworkInsightsAnalysisFilter>
    alternatePathHints GetNetworkInsightsAnalysisAlternatePathHint[]
    Potential intermediate components of a feasible path.
    arn string
    ARN of the selected Network Insights Analysis.
    explanations GetNetworkInsightsAnalysisExplanation[]
    Explanation codes for an unreachable path.
    filterInArns string[]
    ARNs of the AWS resources that the path must traverse.
    forwardPathComponents GetNetworkInsightsAnalysisForwardPathComponent[]
    The components in the path from source to destination.
    id string
    The provider-assigned unique ID for this managed resource.
    networkInsightsAnalysisId string
    networkInsightsPathId string
    The ID of the path.
    pathFound boolean
    Set to true if the destination was reachable.
    returnPathComponents GetNetworkInsightsAnalysisReturnPathComponent[]
    The components in the path from destination to source.
    startDate string
    Date/time the analysis was started.
    status string
    Status of the analysis. succeeded means the analysis was completed, not that a path was found, for that see path_found.
    statusMessage string
    Message to provide more context when the status is failed.
    tags {[key: string]: string}
    warningMessage string
    Warning message.
    filters GetNetworkInsightsAnalysisFilter[]
    alternate_path_hints Sequence[GetNetworkInsightsAnalysisAlternatePathHint]
    Potential intermediate components of a feasible path.
    arn str
    ARN of the selected Network Insights Analysis.
    explanations Sequence[GetNetworkInsightsAnalysisExplanation]
    Explanation codes for an unreachable path.
    filter_in_arns Sequence[str]
    ARNs of the AWS resources that the path must traverse.
    forward_path_components Sequence[GetNetworkInsightsAnalysisForwardPathComponent]
    The components in the path from source to destination.
    id str
    The provider-assigned unique ID for this managed resource.
    network_insights_analysis_id str
    network_insights_path_id str
    The ID of the path.
    path_found bool
    Set to true if the destination was reachable.
    return_path_components Sequence[GetNetworkInsightsAnalysisReturnPathComponent]
    The components in the path from destination to source.
    start_date str
    Date/time the analysis was started.
    status str
    Status of the analysis. succeeded means the analysis was completed, not that a path was found, for that see path_found.
    status_message str
    Message to provide more context when the status is failed.
    tags Mapping[str, str]
    warning_message str
    Warning message.
    filters Sequence[GetNetworkInsightsAnalysisFilter]
    alternatePathHints List<Property Map>
    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.
    filterInArns List<String>
    ARNs of the AWS resources that the path must traverse.
    forwardPathComponents List<Property Map>
    The components in the path from source to destination.
    id String
    The provider-assigned unique ID for this managed resource.
    networkInsightsAnalysisId String
    networkInsightsPathId String
    The ID of the path.
    pathFound Boolean
    Set to true if the destination was reachable.
    returnPathComponents List<Property Map>
    The components in the path from destination to source.
    startDate String
    Date/time the analysis was started.
    status String
    Status of the analysis. succeeded means the analysis was completed, not that a path was found, for that see path_found.
    statusMessage String
    Message to provide more context when the status is failed.
    tags Map<String>
    warningMessage String
    Warning message.
    filters List<Property Map>

    Supporting Types

    GetNetworkInsightsAnalysisAlternatePathHint

    GetNetworkInsightsAnalysisExplanation

    AclRules List<GetNetworkInsightsAnalysisExplanationAclRule>
    Acls List<GetNetworkInsightsAnalysisExplanationAcl>
    Address string
    Addresses List<string>
    AttachedTos List<GetNetworkInsightsAnalysisExplanationAttachedTo>
    AvailabilityZones List<string>
    Cidrs List<string>
    ClassicLoadBalancerListeners List<GetNetworkInsightsAnalysisExplanationClassicLoadBalancerListener>
    Components List<GetNetworkInsightsAnalysisExplanationComponent>
    CustomerGateways List<GetNetworkInsightsAnalysisExplanationCustomerGateway>
    DestinationVpcs List<GetNetworkInsightsAnalysisExplanationDestinationVpc>
    Destinations List<GetNetworkInsightsAnalysisExplanationDestination>
    Direction string
    ElasticLoadBalancerListeners List<GetNetworkInsightsAnalysisExplanationElasticLoadBalancerListener>
    ExplanationCode string
    IngressRouteTables List<GetNetworkInsightsAnalysisExplanationIngressRouteTable>
    InternetGateways List<GetNetworkInsightsAnalysisExplanationInternetGateway>
    LoadBalancerArn string
    LoadBalancerListenerPort int
    LoadBalancerTargetGroup List<GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup>
    LoadBalancerTargetGroups List<GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup>
    LoadBalancerTargetPort int
    MissingComponent string
    NatGateways List<GetNetworkInsightsAnalysisExplanationNatGateway>
    NetworkInterfaces List<GetNetworkInsightsAnalysisExplanationNetworkInterface>
    PacketField string
    Port int
    PortRanges List<GetNetworkInsightsAnalysisExplanationPortRange>
    PrefixLists List<GetNetworkInsightsAnalysisExplanationPrefixList>
    Protocols List<string>
    RouteTableRoutes List<GetNetworkInsightsAnalysisExplanationRouteTableRoute>
    RouteTables List<GetNetworkInsightsAnalysisExplanationRouteTable>
    SecurityGroup List<GetNetworkInsightsAnalysisExplanationSecurityGroup>
    SecurityGroupRules List<GetNetworkInsightsAnalysisExplanationSecurityGroupRule>
    SecurityGroups List<GetNetworkInsightsAnalysisExplanationSecurityGroup>
    SourceVpcs List<GetNetworkInsightsAnalysisExplanationSourceVpc>
    State string
    SubnetRouteTables List<GetNetworkInsightsAnalysisExplanationSubnetRouteTable>
    Subnets List<GetNetworkInsightsAnalysisExplanationSubnet>
    TransitGatewayAttachments List<GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment>
    TransitGatewayRouteTableRoutes List<GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute>
    TransitGatewayRouteTables List<GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTable>
    TransitGateways List<GetNetworkInsightsAnalysisExplanationTransitGateway>
    VpcEndpoints List<GetNetworkInsightsAnalysisExplanationVpcEndpoint>
    VpcPeeringConnections List<GetNetworkInsightsAnalysisExplanationVpcPeeringConnection>
    Vpcs List<GetNetworkInsightsAnalysisExplanationVpc>
    VpnConnections List<GetNetworkInsightsAnalysisExplanationVpnConnection>
    VpnGateways List<GetNetworkInsightsAnalysisExplanationVpnGateway>
    AclRules []GetNetworkInsightsAnalysisExplanationAclRule
    Acls []GetNetworkInsightsAnalysisExplanationAcl
    Address string
    Addresses []string
    AttachedTos []GetNetworkInsightsAnalysisExplanationAttachedTo
    AvailabilityZones []string
    Cidrs []string
    ClassicLoadBalancerListeners []GetNetworkInsightsAnalysisExplanationClassicLoadBalancerListener
    Components []GetNetworkInsightsAnalysisExplanationComponent
    CustomerGateways []GetNetworkInsightsAnalysisExplanationCustomerGateway
    DestinationVpcs []GetNetworkInsightsAnalysisExplanationDestinationVpc
    Destinations []GetNetworkInsightsAnalysisExplanationDestination
    Direction string
    ElasticLoadBalancerListeners []GetNetworkInsightsAnalysisExplanationElasticLoadBalancerListener
    ExplanationCode string
    IngressRouteTables []GetNetworkInsightsAnalysisExplanationIngressRouteTable
    InternetGateways []GetNetworkInsightsAnalysisExplanationInternetGateway
    LoadBalancerArn string
    LoadBalancerListenerPort int
    LoadBalancerTargetGroup []GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup
    LoadBalancerTargetGroups []GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup
    LoadBalancerTargetPort int
    MissingComponent string
    NatGateways []GetNetworkInsightsAnalysisExplanationNatGateway
    NetworkInterfaces []GetNetworkInsightsAnalysisExplanationNetworkInterface
    PacketField string
    Port int
    PortRanges []GetNetworkInsightsAnalysisExplanationPortRange
    PrefixLists []GetNetworkInsightsAnalysisExplanationPrefixList
    Protocols []string
    RouteTableRoutes []GetNetworkInsightsAnalysisExplanationRouteTableRoute
    RouteTables []GetNetworkInsightsAnalysisExplanationRouteTable
    SecurityGroup []GetNetworkInsightsAnalysisExplanationSecurityGroup
    SecurityGroupRules []GetNetworkInsightsAnalysisExplanationSecurityGroupRule
    SecurityGroups []GetNetworkInsightsAnalysisExplanationSecurityGroup
    SourceVpcs []GetNetworkInsightsAnalysisExplanationSourceVpc
    State string
    SubnetRouteTables []GetNetworkInsightsAnalysisExplanationSubnetRouteTable
    Subnets []GetNetworkInsightsAnalysisExplanationSubnet
    TransitGatewayAttachments []GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment
    TransitGatewayRouteTableRoutes []GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute
    TransitGatewayRouteTables []GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTable
    TransitGateways []GetNetworkInsightsAnalysisExplanationTransitGateway
    VpcEndpoints []GetNetworkInsightsAnalysisExplanationVpcEndpoint
    VpcPeeringConnections []GetNetworkInsightsAnalysisExplanationVpcPeeringConnection
    Vpcs []GetNetworkInsightsAnalysisExplanationVpc
    VpnConnections []GetNetworkInsightsAnalysisExplanationVpnConnection
    VpnGateways []GetNetworkInsightsAnalysisExplanationVpnGateway
    aclRules List<GetNetworkInsightsAnalysisExplanationAclRule>
    acls List<GetNetworkInsightsAnalysisExplanationAcl>
    address String
    addresses List<String>
    attachedTos List<GetNetworkInsightsAnalysisExplanationAttachedTo>
    availabilityZones List<String>
    cidrs List<String>
    classicLoadBalancerListeners List<GetNetworkInsightsAnalysisExplanationClassicLoadBalancerListener>
    components List<GetNetworkInsightsAnalysisExplanationComponent>
    customerGateways List<GetNetworkInsightsAnalysisExplanationCustomerGateway>
    destinationVpcs List<GetNetworkInsightsAnalysisExplanationDestinationVpc>
    destinations List<GetNetworkInsightsAnalysisExplanationDestination>
    direction String
    elasticLoadBalancerListeners List<GetNetworkInsightsAnalysisExplanationElasticLoadBalancerListener>
    explanationCode String
    ingressRouteTables List<GetNetworkInsightsAnalysisExplanationIngressRouteTable>
    internetGateways List<GetNetworkInsightsAnalysisExplanationInternetGateway>
    loadBalancerArn String
    loadBalancerListenerPort Integer
    loadBalancerTargetGroup List<GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup>
    loadBalancerTargetGroups List<GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup>
    loadBalancerTargetPort Integer
    missingComponent String
    natGateways List<GetNetworkInsightsAnalysisExplanationNatGateway>
    networkInterfaces List<GetNetworkInsightsAnalysisExplanationNetworkInterface>
    packetField String
    port Integer
    portRanges List<GetNetworkInsightsAnalysisExplanationPortRange>
    prefixLists List<GetNetworkInsightsAnalysisExplanationPrefixList>
    protocols List<String>
    routeTableRoutes List<GetNetworkInsightsAnalysisExplanationRouteTableRoute>
    routeTables List<GetNetworkInsightsAnalysisExplanationRouteTable>
    securityGroup List<GetNetworkInsightsAnalysisExplanationSecurityGroup>
    securityGroupRules List<GetNetworkInsightsAnalysisExplanationSecurityGroupRule>
    securityGroups List<GetNetworkInsightsAnalysisExplanationSecurityGroup>
    sourceVpcs List<GetNetworkInsightsAnalysisExplanationSourceVpc>
    state String
    subnetRouteTables List<GetNetworkInsightsAnalysisExplanationSubnetRouteTable>
    subnets List<GetNetworkInsightsAnalysisExplanationSubnet>
    transitGatewayAttachments List<GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment>
    transitGatewayRouteTableRoutes List<GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute>
    transitGatewayRouteTables List<GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTable>
    transitGateways List<GetNetworkInsightsAnalysisExplanationTransitGateway>
    vpcEndpoints List<GetNetworkInsightsAnalysisExplanationVpcEndpoint>
    vpcPeeringConnections List<GetNetworkInsightsAnalysisExplanationVpcPeeringConnection>
    vpcs List<GetNetworkInsightsAnalysisExplanationVpc>
    vpnConnections List<GetNetworkInsightsAnalysisExplanationVpnConnection>
    vpnGateways List<GetNetworkInsightsAnalysisExplanationVpnGateway>
    aclRules GetNetworkInsightsAnalysisExplanationAclRule[]
    acls GetNetworkInsightsAnalysisExplanationAcl[]
    address string
    addresses string[]
    attachedTos GetNetworkInsightsAnalysisExplanationAttachedTo[]
    availabilityZones string[]
    cidrs string[]
    classicLoadBalancerListeners GetNetworkInsightsAnalysisExplanationClassicLoadBalancerListener[]
    components GetNetworkInsightsAnalysisExplanationComponent[]
    customerGateways GetNetworkInsightsAnalysisExplanationCustomerGateway[]
    destinationVpcs GetNetworkInsightsAnalysisExplanationDestinationVpc[]
    destinations GetNetworkInsightsAnalysisExplanationDestination[]
    direction string
    elasticLoadBalancerListeners GetNetworkInsightsAnalysisExplanationElasticLoadBalancerListener[]
    explanationCode string
    ingressRouteTables GetNetworkInsightsAnalysisExplanationIngressRouteTable[]
    internetGateways GetNetworkInsightsAnalysisExplanationInternetGateway[]
    loadBalancerArn string
    loadBalancerListenerPort number
    loadBalancerTargetGroup GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup[]
    loadBalancerTargetGroups GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup[]
    loadBalancerTargetPort number
    missingComponent string
    natGateways GetNetworkInsightsAnalysisExplanationNatGateway[]
    networkInterfaces GetNetworkInsightsAnalysisExplanationNetworkInterface[]
    packetField string
    port number
    portRanges GetNetworkInsightsAnalysisExplanationPortRange[]
    prefixLists GetNetworkInsightsAnalysisExplanationPrefixList[]
    protocols string[]
    routeTableRoutes GetNetworkInsightsAnalysisExplanationRouteTableRoute[]
    routeTables GetNetworkInsightsAnalysisExplanationRouteTable[]
    securityGroup GetNetworkInsightsAnalysisExplanationSecurityGroup[]
    securityGroupRules GetNetworkInsightsAnalysisExplanationSecurityGroupRule[]
    securityGroups GetNetworkInsightsAnalysisExplanationSecurityGroup[]
    sourceVpcs GetNetworkInsightsAnalysisExplanationSourceVpc[]
    state string
    subnetRouteTables GetNetworkInsightsAnalysisExplanationSubnetRouteTable[]
    subnets GetNetworkInsightsAnalysisExplanationSubnet[]
    transitGatewayAttachments GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment[]
    transitGatewayRouteTableRoutes GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute[]
    transitGatewayRouteTables GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTable[]
    transitGateways GetNetworkInsightsAnalysisExplanationTransitGateway[]
    vpcEndpoints GetNetworkInsightsAnalysisExplanationVpcEndpoint[]
    vpcPeeringConnections GetNetworkInsightsAnalysisExplanationVpcPeeringConnection[]
    vpcs GetNetworkInsightsAnalysisExplanationVpc[]
    vpnConnections GetNetworkInsightsAnalysisExplanationVpnConnection[]
    vpnGateways GetNetworkInsightsAnalysisExplanationVpnGateway[]
    acl_rules Sequence[GetNetworkInsightsAnalysisExplanationAclRule]
    acls Sequence[GetNetworkInsightsAnalysisExplanationAcl]
    address str
    addresses Sequence[str]
    attached_tos Sequence[GetNetworkInsightsAnalysisExplanationAttachedTo]
    availability_zones Sequence[str]
    cidrs Sequence[str]
    classic_load_balancer_listeners Sequence[GetNetworkInsightsAnalysisExplanationClassicLoadBalancerListener]
    components Sequence[GetNetworkInsightsAnalysisExplanationComponent]
    customer_gateways Sequence[GetNetworkInsightsAnalysisExplanationCustomerGateway]
    destination_vpcs Sequence[GetNetworkInsightsAnalysisExplanationDestinationVpc]
    destinations Sequence[GetNetworkInsightsAnalysisExplanationDestination]
    direction str
    elastic_load_balancer_listeners Sequence[GetNetworkInsightsAnalysisExplanationElasticLoadBalancerListener]
    explanation_code str
    ingress_route_tables Sequence[GetNetworkInsightsAnalysisExplanationIngressRouteTable]
    internet_gateways Sequence[GetNetworkInsightsAnalysisExplanationInternetGateway]
    load_balancer_arn str
    load_balancer_listener_port int
    load_balancer_target_group Sequence[GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup]
    load_balancer_target_groups Sequence[GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup]
    load_balancer_target_port int
    missing_component str
    nat_gateways Sequence[GetNetworkInsightsAnalysisExplanationNatGateway]
    network_interfaces Sequence[GetNetworkInsightsAnalysisExplanationNetworkInterface]
    packet_field str
    port int
    port_ranges Sequence[GetNetworkInsightsAnalysisExplanationPortRange]
    prefix_lists Sequence[GetNetworkInsightsAnalysisExplanationPrefixList]
    protocols Sequence[str]
    route_table_routes Sequence[GetNetworkInsightsAnalysisExplanationRouteTableRoute]
    route_tables Sequence[GetNetworkInsightsAnalysisExplanationRouteTable]
    security_group Sequence[GetNetworkInsightsAnalysisExplanationSecurityGroup]
    security_group_rules Sequence[GetNetworkInsightsAnalysisExplanationSecurityGroupRule]
    security_groups Sequence[GetNetworkInsightsAnalysisExplanationSecurityGroup]
    source_vpcs Sequence[GetNetworkInsightsAnalysisExplanationSourceVpc]
    state str
    subnet_route_tables Sequence[GetNetworkInsightsAnalysisExplanationSubnetRouteTable]
    subnets Sequence[GetNetworkInsightsAnalysisExplanationSubnet]
    transit_gateway_attachments Sequence[GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment]
    transit_gateway_route_table_routes Sequence[GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute]
    transit_gateway_route_tables Sequence[GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTable]
    transit_gateways Sequence[GetNetworkInsightsAnalysisExplanationTransitGateway]
    vpc_endpoints Sequence[GetNetworkInsightsAnalysisExplanationVpcEndpoint]
    vpc_peering_connections Sequence[GetNetworkInsightsAnalysisExplanationVpcPeeringConnection]
    vpcs Sequence[GetNetworkInsightsAnalysisExplanationVpc]
    vpn_connections Sequence[GetNetworkInsightsAnalysisExplanationVpnConnection]
    vpn_gateways Sequence[GetNetworkInsightsAnalysisExplanationVpnGateway]
    aclRules List<Property Map>
    acls List<Property Map>
    address String
    addresses List<String>
    attachedTos List<Property Map>
    availabilityZones List<String>
    cidrs List<String>
    classicLoadBalancerListeners List<Property Map>
    components List<Property Map>
    customerGateways List<Property Map>
    destinationVpcs List<Property Map>
    destinations List<Property Map>
    direction String
    elasticLoadBalancerListeners List<Property Map>
    explanationCode String
    ingressRouteTables List<Property Map>
    internetGateways List<Property Map>
    loadBalancerArn String
    loadBalancerListenerPort Number
    loadBalancerTargetGroup List<Property Map>
    loadBalancerTargetGroups List<Property Map>
    loadBalancerTargetPort Number
    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>
    routeTableRoutes List<Property Map>
    routeTables List<Property Map>
    securityGroup List<Property Map>
    securityGroupRules List<Property Map>
    securityGroups List<Property Map>
    sourceVpcs List<Property Map>
    state String
    subnetRouteTables List<Property Map>
    subnets List<Property Map>
    transitGatewayAttachments List<Property Map>
    transitGatewayRouteTableRoutes List<Property Map>
    transitGatewayRouteTables List<Property Map>
    transitGateways List<Property Map>
    vpcEndpoints List<Property Map>
    vpcPeeringConnections List<Property Map>
    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisExplanationAclRule

    GetNetworkInsightsAnalysisExplanationAclRulePortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisExplanationClassicLoadBalancerListener

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisExplanationPortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisExplanationRouteTableRoute

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisExplanationSecurityGroupRule

    GetNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisFilter

    Name string
    Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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<GetNetworkInsightsAnalysisForwardPathComponentAclRule>
    AdditionalDetails List<GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetail>
    AttachedTos List<GetNetworkInsightsAnalysisForwardPathComponentAttachedTo>
    Components List<GetNetworkInsightsAnalysisForwardPathComponentComponent>
    DestinationVpcs List<GetNetworkInsightsAnalysisForwardPathComponentDestinationVpc>
    InboundHeaders List<GetNetworkInsightsAnalysisForwardPathComponentInboundHeader>
    OutboundHeaders List<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader>
    RouteTableRoutes List<GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute>
    SecurityGroupRules List<GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule>
    SequenceNumber int
    SourceVpcs List<GetNetworkInsightsAnalysisForwardPathComponentSourceVpc>
    Subnets List<GetNetworkInsightsAnalysisForwardPathComponentSubnet>
    TransitGatewayRouteTableRoutes List<GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute>
    TransitGateways List<GetNetworkInsightsAnalysisForwardPathComponentTransitGateway>
    Vpcs List<GetNetworkInsightsAnalysisForwardPathComponentVpc>
    AclRules []GetNetworkInsightsAnalysisForwardPathComponentAclRule
    AdditionalDetails []GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetail
    AttachedTos []GetNetworkInsightsAnalysisForwardPathComponentAttachedTo
    Components []GetNetworkInsightsAnalysisForwardPathComponentComponent
    DestinationVpcs []GetNetworkInsightsAnalysisForwardPathComponentDestinationVpc
    InboundHeaders []GetNetworkInsightsAnalysisForwardPathComponentInboundHeader
    OutboundHeaders []GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader
    RouteTableRoutes []GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute
    SecurityGroupRules []GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule
    SequenceNumber int
    SourceVpcs []GetNetworkInsightsAnalysisForwardPathComponentSourceVpc
    Subnets []GetNetworkInsightsAnalysisForwardPathComponentSubnet
    TransitGatewayRouteTableRoutes []GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute
    TransitGateways []GetNetworkInsightsAnalysisForwardPathComponentTransitGateway
    Vpcs []GetNetworkInsightsAnalysisForwardPathComponentVpc
    aclRules List<GetNetworkInsightsAnalysisForwardPathComponentAclRule>
    additionalDetails List<GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetail>
    attachedTos List<GetNetworkInsightsAnalysisForwardPathComponentAttachedTo>
    components List<GetNetworkInsightsAnalysisForwardPathComponentComponent>
    destinationVpcs List<GetNetworkInsightsAnalysisForwardPathComponentDestinationVpc>
    inboundHeaders List<GetNetworkInsightsAnalysisForwardPathComponentInboundHeader>
    outboundHeaders List<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader>
    routeTableRoutes List<GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute>
    securityGroupRules List<GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule>
    sequenceNumber Integer
    sourceVpcs List<GetNetworkInsightsAnalysisForwardPathComponentSourceVpc>
    subnets List<GetNetworkInsightsAnalysisForwardPathComponentSubnet>
    transitGatewayRouteTableRoutes List<GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute>
    transitGateways List<GetNetworkInsightsAnalysisForwardPathComponentTransitGateway>
    vpcs List<GetNetworkInsightsAnalysisForwardPathComponentVpc>
    aclRules GetNetworkInsightsAnalysisForwardPathComponentAclRule[]
    additionalDetails GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetail[]
    attachedTos GetNetworkInsightsAnalysisForwardPathComponentAttachedTo[]
    components GetNetworkInsightsAnalysisForwardPathComponentComponent[]
    destinationVpcs GetNetworkInsightsAnalysisForwardPathComponentDestinationVpc[]
    inboundHeaders GetNetworkInsightsAnalysisForwardPathComponentInboundHeader[]
    outboundHeaders GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader[]
    routeTableRoutes GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute[]
    securityGroupRules GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule[]
    sequenceNumber number
    sourceVpcs GetNetworkInsightsAnalysisForwardPathComponentSourceVpc[]
    subnets GetNetworkInsightsAnalysisForwardPathComponentSubnet[]
    transitGatewayRouteTableRoutes GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute[]
    transitGateways GetNetworkInsightsAnalysisForwardPathComponentTransitGateway[]
    vpcs GetNetworkInsightsAnalysisForwardPathComponentVpc[]
    acl_rules Sequence[GetNetworkInsightsAnalysisForwardPathComponentAclRule]
    additional_details Sequence[GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetail]
    attached_tos Sequence[GetNetworkInsightsAnalysisForwardPathComponentAttachedTo]
    components Sequence[GetNetworkInsightsAnalysisForwardPathComponentComponent]
    destination_vpcs Sequence[GetNetworkInsightsAnalysisForwardPathComponentDestinationVpc]
    inbound_headers Sequence[GetNetworkInsightsAnalysisForwardPathComponentInboundHeader]
    outbound_headers Sequence[GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader]
    route_table_routes Sequence[GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute]
    security_group_rules Sequence[GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule]
    sequence_number int
    source_vpcs Sequence[GetNetworkInsightsAnalysisForwardPathComponentSourceVpc]
    subnets Sequence[GetNetworkInsightsAnalysisForwardPathComponentSubnet]
    transit_gateway_route_table_routes Sequence[GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute]
    transit_gateways Sequence[GetNetworkInsightsAnalysisForwardPathComponentTransitGateway]
    vpcs Sequence[GetNetworkInsightsAnalysisForwardPathComponentVpc]

    GetNetworkInsightsAnalysisForwardPathComponentAclRule

    GetNetworkInsightsAnalysisForwardPathComponentAclRulePortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisForwardPathComponentInboundHeader

    GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader

    GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute

    GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule

    GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisReturnPathComponent

    AclRules List<GetNetworkInsightsAnalysisReturnPathComponentAclRule>
    AdditionalDetails List<GetNetworkInsightsAnalysisReturnPathComponentAdditionalDetail>
    AttachedTos List<GetNetworkInsightsAnalysisReturnPathComponentAttachedTo>
    Components List<GetNetworkInsightsAnalysisReturnPathComponentComponent>
    DestinationVpcs List<GetNetworkInsightsAnalysisReturnPathComponentDestinationVpc>
    InboundHeaders List<GetNetworkInsightsAnalysisReturnPathComponentInboundHeader>
    OutboundHeaders List<GetNetworkInsightsAnalysisReturnPathComponentOutboundHeader>
    RouteTableRoutes List<GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute>
    SecurityGroupRules List<GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule>
    SequenceNumber int
    SourceVpcs List<GetNetworkInsightsAnalysisReturnPathComponentSourceVpc>
    Subnets List<GetNetworkInsightsAnalysisReturnPathComponentSubnet>
    TransitGatewayRouteTableRoutes List<GetNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute>
    TransitGateways List<GetNetworkInsightsAnalysisReturnPathComponentTransitGateway>
    Vpcs List<GetNetworkInsightsAnalysisReturnPathComponentVpc>
    AclRules []GetNetworkInsightsAnalysisReturnPathComponentAclRule
    AdditionalDetails []GetNetworkInsightsAnalysisReturnPathComponentAdditionalDetail
    AttachedTos []GetNetworkInsightsAnalysisReturnPathComponentAttachedTo
    Components []GetNetworkInsightsAnalysisReturnPathComponentComponent
    DestinationVpcs []GetNetworkInsightsAnalysisReturnPathComponentDestinationVpc
    InboundHeaders []GetNetworkInsightsAnalysisReturnPathComponentInboundHeader
    OutboundHeaders []GetNetworkInsightsAnalysisReturnPathComponentOutboundHeader
    RouteTableRoutes []GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute
    SecurityGroupRules []GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule
    SequenceNumber int
    SourceVpcs []GetNetworkInsightsAnalysisReturnPathComponentSourceVpc
    Subnets []GetNetworkInsightsAnalysisReturnPathComponentSubnet
    TransitGatewayRouteTableRoutes []GetNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute
    TransitGateways []GetNetworkInsightsAnalysisReturnPathComponentTransitGateway
    Vpcs []GetNetworkInsightsAnalysisReturnPathComponentVpc
    aclRules List<GetNetworkInsightsAnalysisReturnPathComponentAclRule>
    additionalDetails List<GetNetworkInsightsAnalysisReturnPathComponentAdditionalDetail>
    attachedTos List<GetNetworkInsightsAnalysisReturnPathComponentAttachedTo>
    components List<GetNetworkInsightsAnalysisReturnPathComponentComponent>
    destinationVpcs List<GetNetworkInsightsAnalysisReturnPathComponentDestinationVpc>
    inboundHeaders List<GetNetworkInsightsAnalysisReturnPathComponentInboundHeader>
    outboundHeaders List<GetNetworkInsightsAnalysisReturnPathComponentOutboundHeader>
    routeTableRoutes List<GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute>
    securityGroupRules List<GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule>
    sequenceNumber Integer
    sourceVpcs List<GetNetworkInsightsAnalysisReturnPathComponentSourceVpc>
    subnets List<GetNetworkInsightsAnalysisReturnPathComponentSubnet>
    transitGatewayRouteTableRoutes List<GetNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute>
    transitGateways List<GetNetworkInsightsAnalysisReturnPathComponentTransitGateway>
    vpcs List<GetNetworkInsightsAnalysisReturnPathComponentVpc>
    aclRules GetNetworkInsightsAnalysisReturnPathComponentAclRule[]
    additionalDetails GetNetworkInsightsAnalysisReturnPathComponentAdditionalDetail[]
    attachedTos GetNetworkInsightsAnalysisReturnPathComponentAttachedTo[]
    components GetNetworkInsightsAnalysisReturnPathComponentComponent[]
    destinationVpcs GetNetworkInsightsAnalysisReturnPathComponentDestinationVpc[]
    inboundHeaders GetNetworkInsightsAnalysisReturnPathComponentInboundHeader[]
    outboundHeaders GetNetworkInsightsAnalysisReturnPathComponentOutboundHeader[]
    routeTableRoutes GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute[]
    securityGroupRules GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule[]
    sequenceNumber number
    sourceVpcs GetNetworkInsightsAnalysisReturnPathComponentSourceVpc[]
    subnets GetNetworkInsightsAnalysisReturnPathComponentSubnet[]
    transitGatewayRouteTableRoutes GetNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute[]
    transitGateways GetNetworkInsightsAnalysisReturnPathComponentTransitGateway[]
    vpcs GetNetworkInsightsAnalysisReturnPathComponentVpc[]
    acl_rules Sequence[GetNetworkInsightsAnalysisReturnPathComponentAclRule]
    additional_details Sequence[GetNetworkInsightsAnalysisReturnPathComponentAdditionalDetail]
    attached_tos Sequence[GetNetworkInsightsAnalysisReturnPathComponentAttachedTo]
    components Sequence[GetNetworkInsightsAnalysisReturnPathComponentComponent]
    destination_vpcs Sequence[GetNetworkInsightsAnalysisReturnPathComponentDestinationVpc]
    inbound_headers Sequence[GetNetworkInsightsAnalysisReturnPathComponentInboundHeader]
    outbound_headers Sequence[GetNetworkInsightsAnalysisReturnPathComponentOutboundHeader]
    route_table_routes Sequence[GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute]
    security_group_rules Sequence[GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule]
    sequence_number int
    source_vpcs Sequence[GetNetworkInsightsAnalysisReturnPathComponentSourceVpc]
    subnets Sequence[GetNetworkInsightsAnalysisReturnPathComponentSubnet]
    transit_gateway_route_table_routes Sequence[GetNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute]
    transit_gateways Sequence[GetNetworkInsightsAnalysisReturnPathComponentTransitGateway]
    vpcs Sequence[GetNetworkInsightsAnalysisReturnPathComponentVpc]

    GetNetworkInsightsAnalysisReturnPathComponentAclRule

    GetNetworkInsightsAnalysisReturnPathComponentAclRulePortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisReturnPathComponentInboundHeader

    GetNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    GetNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    GetNetworkInsightsAnalysisReturnPathComponentOutboundHeader

    GetNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    GetNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute

    GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule

    GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange

    From int
    To int
    From int
    To int
    from Integer
    to Integer
    from number
    to number
    from_ int
    to int
    from Number
    to Number

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    GetNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute

    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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API 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 DescribeNetworkInsightsAnalyses API Reference.

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aws Terraform Provider.
    aws logo

    Try AWS Native preview for resources not in the classic version.

    AWS Classic v6.31.1 published on Thursday, Apr 18, 2024 by Pulumi