aws-sdk-ec2 1.335.0 → 1.336.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +817 -9
- data/lib/aws-sdk-ec2/client_api.rb +7 -0
- data/lib/aws-sdk-ec2/resource.rb +34 -0
- data/lib/aws-sdk-ec2/types.rb +73 -12
- data/lib/aws-sdk-ec2/vpc.rb +34 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -25325,10 +25325,10 @@ module Aws::EC2
|
|
25325
25325
|
# @option params [Array<Types::Filter>] :filters
|
25326
25326
|
# The filters. The following are the possible values:
|
25327
25327
|
#
|
25328
|
-
# *
|
25328
|
+
# * path-found - A Boolean value that indicates whether a feasible path
|
25329
25329
|
# is found.
|
25330
25330
|
#
|
25331
|
-
# *
|
25331
|
+
# * status - The status of the analysis (running \| succeeded \|
|
25332
25332
|
# failed).
|
25333
25333
|
#
|
25334
25334
|
# @option params [Integer] :max_results
|
@@ -25433,6 +25433,7 @@ module Aws::EC2
|
|
25433
25433
|
# resp.network_insights_analyses[0].forward_path_components[0].route_table_route.origin #=> String
|
25434
25434
|
# resp.network_insights_analyses[0].forward_path_components[0].route_table_route.transit_gateway_id #=> String
|
25435
25435
|
# resp.network_insights_analyses[0].forward_path_components[0].route_table_route.vpc_peering_connection_id #=> String
|
25436
|
+
# resp.network_insights_analyses[0].forward_path_components[0].route_table_route.state #=> String
|
25436
25437
|
# resp.network_insights_analyses[0].forward_path_components[0].security_group_rule.cidr #=> String
|
25437
25438
|
# resp.network_insights_analyses[0].forward_path_components[0].security_group_rule.direction #=> String
|
25438
25439
|
# resp.network_insights_analyses[0].forward_path_components[0].security_group_rule.security_group_id #=> String
|
@@ -25464,6 +25465,159 @@ module Aws::EC2
|
|
25464
25465
|
# resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
|
25465
25466
|
# resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.resource_id #=> String
|
25466
25467
|
# resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.resource_type #=> String
|
25468
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations #=> Array
|
25469
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl.id #=> String
|
25470
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl.arn #=> String
|
25471
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl.name #=> String
|
25472
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.cidr #=> String
|
25473
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.egress #=> Boolean
|
25474
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.port_range.from #=> Integer
|
25475
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.port_range.to #=> Integer
|
25476
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.protocol #=> String
|
25477
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.rule_action #=> String
|
25478
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.rule_number #=> Integer
|
25479
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].address #=> String
|
25480
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].addresses #=> Array
|
25481
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].addresses[0] #=> String
|
25482
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].attached_to.id #=> String
|
25483
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].attached_to.arn #=> String
|
25484
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].attached_to.name #=> String
|
25485
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].availability_zones #=> Array
|
25486
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].availability_zones[0] #=> String
|
25487
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].cidrs #=> Array
|
25488
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].cidrs[0] #=> String
|
25489
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].component.id #=> String
|
25490
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].component.arn #=> String
|
25491
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].component.name #=> String
|
25492
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].customer_gateway.id #=> String
|
25493
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].customer_gateway.arn #=> String
|
25494
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].customer_gateway.name #=> String
|
25495
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination.id #=> String
|
25496
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination.arn #=> String
|
25497
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination.name #=> String
|
25498
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination_vpc.id #=> String
|
25499
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination_vpc.arn #=> String
|
25500
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination_vpc.name #=> String
|
25501
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].direction #=> String
|
25502
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].explanation_code #=> String
|
25503
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].ingress_route_table.id #=> String
|
25504
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].ingress_route_table.arn #=> String
|
25505
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].ingress_route_table.name #=> String
|
25506
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].internet_gateway.id #=> String
|
25507
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].internet_gateway.arn #=> String
|
25508
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].internet_gateway.name #=> String
|
25509
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_arn #=> String
|
25510
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
|
25511
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].classic_load_balancer_listener.instance_port #=> Integer
|
25512
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_listener_port #=> Integer
|
25513
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.address #=> String
|
25514
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.availability_zone #=> String
|
25515
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.instance.id #=> String
|
25516
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.instance.arn #=> String
|
25517
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.instance.name #=> String
|
25518
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.port #=> Integer
|
25519
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_group.id #=> String
|
25520
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_group.arn #=> String
|
25521
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_group.name #=> String
|
25522
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_groups #=> Array
|
25523
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_groups[0].id #=> String
|
25524
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_groups[0].arn #=> String
|
25525
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_groups[0].name #=> String
|
25526
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_port #=> Integer
|
25527
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].elastic_load_balancer_listener.id #=> String
|
25528
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].elastic_load_balancer_listener.arn #=> String
|
25529
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].elastic_load_balancer_listener.name #=> String
|
25530
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].missing_component #=> String
|
25531
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].nat_gateway.id #=> String
|
25532
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].nat_gateway.arn #=> String
|
25533
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].nat_gateway.name #=> String
|
25534
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].network_interface.id #=> String
|
25535
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].network_interface.arn #=> String
|
25536
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].network_interface.name #=> String
|
25537
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].packet_field #=> String
|
25538
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_peering_connection.id #=> String
|
25539
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_peering_connection.arn #=> String
|
25540
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_peering_connection.name #=> String
|
25541
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].port #=> Integer
|
25542
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].port_ranges #=> Array
|
25543
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].port_ranges[0].from #=> Integer
|
25544
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].port_ranges[0].to #=> Integer
|
25545
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].prefix_list.id #=> String
|
25546
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].prefix_list.arn #=> String
|
25547
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].prefix_list.name #=> String
|
25548
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].protocols #=> Array
|
25549
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].protocols[0] #=> String
|
25550
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.destination_cidr #=> String
|
25551
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.destination_prefix_list_id #=> String
|
25552
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.egress_only_internet_gateway_id #=> String
|
25553
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.gateway_id #=> String
|
25554
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.instance_id #=> String
|
25555
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.nat_gateway_id #=> String
|
25556
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.network_interface_id #=> String
|
25557
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.origin #=> String
|
25558
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.transit_gateway_id #=> String
|
25559
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
|
25560
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.state #=> String
|
25561
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table.id #=> String
|
25562
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table.arn #=> String
|
25563
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table.name #=> String
|
25564
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group.id #=> String
|
25565
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group.arn #=> String
|
25566
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group.name #=> String
|
25567
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.cidr #=> String
|
25568
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.direction #=> String
|
25569
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.security_group_id #=> String
|
25570
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.port_range.from #=> Integer
|
25571
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.port_range.to #=> Integer
|
25572
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.prefix_list_id #=> String
|
25573
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.protocol #=> String
|
25574
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_groups #=> Array
|
25575
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_groups[0].id #=> String
|
25576
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_groups[0].arn #=> String
|
25577
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_groups[0].name #=> String
|
25578
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].source_vpc.id #=> String
|
25579
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].source_vpc.arn #=> String
|
25580
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].source_vpc.name #=> String
|
25581
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].state #=> String
|
25582
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet.id #=> String
|
25583
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet.arn #=> String
|
25584
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet.name #=> String
|
25585
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet_route_table.id #=> String
|
25586
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet_route_table.arn #=> String
|
25587
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet_route_table.name #=> String
|
25588
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc.id #=> String
|
25589
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc.arn #=> String
|
25590
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc.name #=> String
|
25591
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_endpoint.id #=> String
|
25592
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_endpoint.arn #=> String
|
25593
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_endpoint.name #=> String
|
25594
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_connection.id #=> String
|
25595
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_connection.arn #=> String
|
25596
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_connection.name #=> String
|
25597
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_gateway.id #=> String
|
25598
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_gateway.arn #=> String
|
25599
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_gateway.name #=> String
|
25600
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway.id #=> String
|
25601
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway.arn #=> String
|
25602
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway.name #=> String
|
25603
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table.id #=> String
|
25604
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table.arn #=> String
|
25605
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table.name #=> String
|
25606
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
|
25607
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.state #=> String
|
25608
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
|
25609
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
|
25610
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
|
25611
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
|
25612
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
|
25613
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_attachment.id #=> String
|
25614
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_attachment.arn #=> String
|
25615
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_attachment.name #=> String
|
25616
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].component_account #=> String
|
25617
|
+
# resp.network_insights_analyses[0].forward_path_components[0].explanations[0].component_region #=> String
|
25618
|
+
# resp.network_insights_analyses[0].forward_path_components[0].elastic_load_balancer_listener.id #=> String
|
25619
|
+
# resp.network_insights_analyses[0].forward_path_components[0].elastic_load_balancer_listener.arn #=> String
|
25620
|
+
# resp.network_insights_analyses[0].forward_path_components[0].elastic_load_balancer_listener.name #=> String
|
25467
25621
|
# resp.network_insights_analyses[0].return_path_components #=> Array
|
25468
25622
|
# resp.network_insights_analyses[0].return_path_components[0].sequence_number #=> Integer
|
25469
25623
|
# resp.network_insights_analyses[0].return_path_components[0].acl_rule.cidr #=> String
|
@@ -25514,6 +25668,7 @@ module Aws::EC2
|
|
25514
25668
|
# resp.network_insights_analyses[0].return_path_components[0].route_table_route.origin #=> String
|
25515
25669
|
# resp.network_insights_analyses[0].return_path_components[0].route_table_route.transit_gateway_id #=> String
|
25516
25670
|
# resp.network_insights_analyses[0].return_path_components[0].route_table_route.vpc_peering_connection_id #=> String
|
25671
|
+
# resp.network_insights_analyses[0].return_path_components[0].route_table_route.state #=> String
|
25517
25672
|
# resp.network_insights_analyses[0].return_path_components[0].security_group_rule.cidr #=> String
|
25518
25673
|
# resp.network_insights_analyses[0].return_path_components[0].security_group_rule.direction #=> String
|
25519
25674
|
# resp.network_insights_analyses[0].return_path_components[0].security_group_rule.security_group_id #=> String
|
@@ -25545,6 +25700,159 @@ module Aws::EC2
|
|
25545
25700
|
# resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
|
25546
25701
|
# resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.resource_id #=> String
|
25547
25702
|
# resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.resource_type #=> String
|
25703
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations #=> Array
|
25704
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl.id #=> String
|
25705
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl.arn #=> String
|
25706
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl.name #=> String
|
25707
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.cidr #=> String
|
25708
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.egress #=> Boolean
|
25709
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.port_range.from #=> Integer
|
25710
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.port_range.to #=> Integer
|
25711
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.protocol #=> String
|
25712
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.rule_action #=> String
|
25713
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.rule_number #=> Integer
|
25714
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].address #=> String
|
25715
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].addresses #=> Array
|
25716
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].addresses[0] #=> String
|
25717
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].attached_to.id #=> String
|
25718
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].attached_to.arn #=> String
|
25719
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].attached_to.name #=> String
|
25720
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].availability_zones #=> Array
|
25721
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].availability_zones[0] #=> String
|
25722
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].cidrs #=> Array
|
25723
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].cidrs[0] #=> String
|
25724
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].component.id #=> String
|
25725
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].component.arn #=> String
|
25726
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].component.name #=> String
|
25727
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].customer_gateway.id #=> String
|
25728
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].customer_gateway.arn #=> String
|
25729
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].customer_gateway.name #=> String
|
25730
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination.id #=> String
|
25731
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination.arn #=> String
|
25732
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination.name #=> String
|
25733
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination_vpc.id #=> String
|
25734
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination_vpc.arn #=> String
|
25735
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination_vpc.name #=> String
|
25736
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].direction #=> String
|
25737
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].explanation_code #=> String
|
25738
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].ingress_route_table.id #=> String
|
25739
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].ingress_route_table.arn #=> String
|
25740
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].ingress_route_table.name #=> String
|
25741
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].internet_gateway.id #=> String
|
25742
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].internet_gateway.arn #=> String
|
25743
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].internet_gateway.name #=> String
|
25744
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_arn #=> String
|
25745
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
|
25746
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].classic_load_balancer_listener.instance_port #=> Integer
|
25747
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_listener_port #=> Integer
|
25748
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.address #=> String
|
25749
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.availability_zone #=> String
|
25750
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.instance.id #=> String
|
25751
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.instance.arn #=> String
|
25752
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.instance.name #=> String
|
25753
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.port #=> Integer
|
25754
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_group.id #=> String
|
25755
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_group.arn #=> String
|
25756
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_group.name #=> String
|
25757
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_groups #=> Array
|
25758
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_groups[0].id #=> String
|
25759
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_groups[0].arn #=> String
|
25760
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_groups[0].name #=> String
|
25761
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_port #=> Integer
|
25762
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].elastic_load_balancer_listener.id #=> String
|
25763
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].elastic_load_balancer_listener.arn #=> String
|
25764
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].elastic_load_balancer_listener.name #=> String
|
25765
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].missing_component #=> String
|
25766
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].nat_gateway.id #=> String
|
25767
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].nat_gateway.arn #=> String
|
25768
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].nat_gateway.name #=> String
|
25769
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].network_interface.id #=> String
|
25770
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].network_interface.arn #=> String
|
25771
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].network_interface.name #=> String
|
25772
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].packet_field #=> String
|
25773
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_peering_connection.id #=> String
|
25774
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_peering_connection.arn #=> String
|
25775
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_peering_connection.name #=> String
|
25776
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].port #=> Integer
|
25777
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].port_ranges #=> Array
|
25778
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].port_ranges[0].from #=> Integer
|
25779
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].port_ranges[0].to #=> Integer
|
25780
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].prefix_list.id #=> String
|
25781
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].prefix_list.arn #=> String
|
25782
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].prefix_list.name #=> String
|
25783
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].protocols #=> Array
|
25784
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].protocols[0] #=> String
|
25785
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.destination_cidr #=> String
|
25786
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.destination_prefix_list_id #=> String
|
25787
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.egress_only_internet_gateway_id #=> String
|
25788
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.gateway_id #=> String
|
25789
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.instance_id #=> String
|
25790
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.nat_gateway_id #=> String
|
25791
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.network_interface_id #=> String
|
25792
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.origin #=> String
|
25793
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.transit_gateway_id #=> String
|
25794
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
|
25795
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.state #=> String
|
25796
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table.id #=> String
|
25797
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table.arn #=> String
|
25798
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table.name #=> String
|
25799
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group.id #=> String
|
25800
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group.arn #=> String
|
25801
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group.name #=> String
|
25802
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.cidr #=> String
|
25803
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.direction #=> String
|
25804
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.security_group_id #=> String
|
25805
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.port_range.from #=> Integer
|
25806
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.port_range.to #=> Integer
|
25807
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.prefix_list_id #=> String
|
25808
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.protocol #=> String
|
25809
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_groups #=> Array
|
25810
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_groups[0].id #=> String
|
25811
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_groups[0].arn #=> String
|
25812
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_groups[0].name #=> String
|
25813
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].source_vpc.id #=> String
|
25814
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].source_vpc.arn #=> String
|
25815
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].source_vpc.name #=> String
|
25816
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].state #=> String
|
25817
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet.id #=> String
|
25818
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet.arn #=> String
|
25819
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet.name #=> String
|
25820
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet_route_table.id #=> String
|
25821
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet_route_table.arn #=> String
|
25822
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet_route_table.name #=> String
|
25823
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc.id #=> String
|
25824
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc.arn #=> String
|
25825
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc.name #=> String
|
25826
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_endpoint.id #=> String
|
25827
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_endpoint.arn #=> String
|
25828
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_endpoint.name #=> String
|
25829
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_connection.id #=> String
|
25830
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_connection.arn #=> String
|
25831
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_connection.name #=> String
|
25832
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_gateway.id #=> String
|
25833
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_gateway.arn #=> String
|
25834
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_gateway.name #=> String
|
25835
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway.id #=> String
|
25836
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway.arn #=> String
|
25837
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway.name #=> String
|
25838
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table.id #=> String
|
25839
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table.arn #=> String
|
25840
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table.name #=> String
|
25841
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
|
25842
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.state #=> String
|
25843
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
|
25844
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
|
25845
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
|
25846
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
|
25847
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
|
25848
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_attachment.id #=> String
|
25849
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_attachment.arn #=> String
|
25850
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_attachment.name #=> String
|
25851
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].component_account #=> String
|
25852
|
+
# resp.network_insights_analyses[0].return_path_components[0].explanations[0].component_region #=> String
|
25853
|
+
# resp.network_insights_analyses[0].return_path_components[0].elastic_load_balancer_listener.id #=> String
|
25854
|
+
# resp.network_insights_analyses[0].return_path_components[0].elastic_load_balancer_listener.arn #=> String
|
25855
|
+
# resp.network_insights_analyses[0].return_path_components[0].elastic_load_balancer_listener.name #=> String
|
25548
25856
|
# resp.network_insights_analyses[0].explanations #=> Array
|
25549
25857
|
# resp.network_insights_analyses[0].explanations[0].acl.id #=> String
|
25550
25858
|
# resp.network_insights_analyses[0].explanations[0].acl.arn #=> String
|
@@ -25637,6 +25945,7 @@ module Aws::EC2
|
|
25637
25945
|
# resp.network_insights_analyses[0].explanations[0].route_table_route.origin #=> String
|
25638
25946
|
# resp.network_insights_analyses[0].explanations[0].route_table_route.transit_gateway_id #=> String
|
25639
25947
|
# resp.network_insights_analyses[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
|
25948
|
+
# resp.network_insights_analyses[0].explanations[0].route_table_route.state #=> String
|
25640
25949
|
# resp.network_insights_analyses[0].explanations[0].route_table.id #=> String
|
25641
25950
|
# resp.network_insights_analyses[0].explanations[0].route_table.arn #=> String
|
25642
25951
|
# resp.network_insights_analyses[0].explanations[0].route_table.name #=> String
|
@@ -25692,6 +26001,8 @@ module Aws::EC2
|
|
25692
26001
|
# resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.id #=> String
|
25693
26002
|
# resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.arn #=> String
|
25694
26003
|
# resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.name #=> String
|
26004
|
+
# resp.network_insights_analyses[0].explanations[0].component_account #=> String
|
26005
|
+
# resp.network_insights_analyses[0].explanations[0].component_region #=> String
|
25695
26006
|
# resp.network_insights_analyses[0].alternate_path_hints #=> Array
|
25696
26007
|
# resp.network_insights_analyses[0].alternate_path_hints[0].component_id #=> String
|
25697
26008
|
# resp.network_insights_analyses[0].alternate_path_hints[0].component_arn #=> String
|
@@ -25717,15 +26028,13 @@ module Aws::EC2
|
|
25717
26028
|
# @option params [Array<Types::Filter>] :filters
|
25718
26029
|
# The filters. The following are the possible values:
|
25719
26030
|
#
|
25720
|
-
# *
|
26031
|
+
# * destination - The ID of the resource.
|
25721
26032
|
#
|
25722
|
-
# *
|
26033
|
+
# * destination-port - The destination port.
|
25723
26034
|
#
|
25724
|
-
# *
|
26035
|
+
# * protocol - The protocol.
|
25725
26036
|
#
|
25726
|
-
# *
|
25727
|
-
#
|
25728
|
-
# * Source - The ID of the resource.
|
26037
|
+
# * source - The ID of the resource.
|
25729
26038
|
#
|
25730
26039
|
# @option params [Integer] :max_results
|
25731
26040
|
# The maximum number of results to return with a single call. To
|
@@ -29977,10 +30286,22 @@ module Aws::EC2
|
|
29977
30286
|
# to be returned for the subnet. You can also use `cidr` or
|
29978
30287
|
# `cidrBlock` as the filter names.
|
29979
30288
|
#
|
30289
|
+
# * `customer-owned-ipv4-pool` - The customer-owned IPv4 address pool
|
30290
|
+
# associated with the subnet.
|
30291
|
+
#
|
29980
30292
|
# * `default-for-az` - Indicates whether this is the default subnet for
|
29981
30293
|
# the Availability Zone (`true` \| `false`). You can also use
|
29982
30294
|
# `defaultForAz` as the filter name.
|
29983
30295
|
#
|
30296
|
+
# * `enable-dns64` - Indicates whether DNS queries made to the
|
30297
|
+
# Amazon-provided DNS Resolver in this subnet should return synthetic
|
30298
|
+
# IPv6 addresses for IPv4-only destinations.
|
30299
|
+
#
|
30300
|
+
# * `enable-lni-at-device-index` - Indicates the device position for
|
30301
|
+
# local network interfaces in this subnet. For example, `1` indicates
|
30302
|
+
# local network interfaces in this subnet are the secondary network
|
30303
|
+
# interface (eth1).
|
30304
|
+
#
|
29984
30305
|
# * `ipv6-cidr-block-association.ipv6-cidr-block` - An IPv6 CIDR block
|
29985
30306
|
# associated with the subnet.
|
29986
30307
|
#
|
@@ -29993,11 +30314,33 @@ module Aws::EC2
|
|
29993
30314
|
# * `ipv6-native` - Indicates whether this is an IPv6 only subnet
|
29994
30315
|
# (`true` \| `false`).
|
29995
30316
|
#
|
30317
|
+
# * `map-customer-owned-ip-on-launch` - Indicates whether a network
|
30318
|
+
# interface created in this subnet (including a network interface
|
30319
|
+
# created by RunInstances) receives a customer-owned IPv4 address.
|
30320
|
+
#
|
30321
|
+
# * `map-public-ip-on-launch` - Indicates whether instances launched in
|
30322
|
+
# this subnet receive a public IPv4 address.
|
30323
|
+
#
|
29996
30324
|
# * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
|
29997
30325
|
#
|
29998
30326
|
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
29999
30327
|
# subnet.
|
30000
30328
|
#
|
30329
|
+
# * `private-dns-name-options-on-launch.hostname-type` - The type of
|
30330
|
+
# hostname to assign to instances in the subnet at launch. For
|
30331
|
+
# IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS
|
30332
|
+
# name can be based on the instance IPv4 address (ip-name) or the
|
30333
|
+
# instance ID (resource-name). For IPv6 only subnets, an instance DNS
|
30334
|
+
# name must be based on the instance ID (resource-name).
|
30335
|
+
#
|
30336
|
+
# * `private-dns-name-options-on-launch.enable-resource-name-dns-a-record`
|
30337
|
+
# - Indicates whether to respond to DNS queries for instance hostnames
|
30338
|
+
# with DNS A records.
|
30339
|
+
#
|
30340
|
+
# * `private-dns-name-options-on-launch.enable-resource-name-dns-aaaa-record`
|
30341
|
+
# - Indicates whether to respond to DNS queries for instance hostnames
|
30342
|
+
# with DNS AAAA records.
|
30343
|
+
#
|
30001
30344
|
# * `state` - The state of the subnet (`pending` \| `available`).
|
30002
30345
|
#
|
30003
30346
|
# * `subnet-arn` - The Amazon Resource Name (ARN) of the subnet.
|
@@ -37354,6 +37697,7 @@ module Aws::EC2
|
|
37354
37697
|
# resp.analysis_findings[0].finding_components[0].route_table_route.origin #=> String
|
37355
37698
|
# resp.analysis_findings[0].finding_components[0].route_table_route.transit_gateway_id #=> String
|
37356
37699
|
# resp.analysis_findings[0].finding_components[0].route_table_route.vpc_peering_connection_id #=> String
|
37700
|
+
# resp.analysis_findings[0].finding_components[0].route_table_route.state #=> String
|
37357
37701
|
# resp.analysis_findings[0].finding_components[0].security_group_rule.cidr #=> String
|
37358
37702
|
# resp.analysis_findings[0].finding_components[0].security_group_rule.direction #=> String
|
37359
37703
|
# resp.analysis_findings[0].finding_components[0].security_group_rule.security_group_id #=> String
|
@@ -37385,6 +37729,159 @@ module Aws::EC2
|
|
37385
37729
|
# resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.attachment_id #=> String
|
37386
37730
|
# resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.resource_id #=> String
|
37387
37731
|
# resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.resource_type #=> String
|
37732
|
+
# resp.analysis_findings[0].finding_components[0].explanations #=> Array
|
37733
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].acl.id #=> String
|
37734
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].acl.arn #=> String
|
37735
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].acl.name #=> String
|
37736
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.cidr #=> String
|
37737
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.egress #=> Boolean
|
37738
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.port_range.from #=> Integer
|
37739
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.port_range.to #=> Integer
|
37740
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.protocol #=> String
|
37741
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.rule_action #=> String
|
37742
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.rule_number #=> Integer
|
37743
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].address #=> String
|
37744
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].addresses #=> Array
|
37745
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].addresses[0] #=> String
|
37746
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].attached_to.id #=> String
|
37747
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].attached_to.arn #=> String
|
37748
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].attached_to.name #=> String
|
37749
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].availability_zones #=> Array
|
37750
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].availability_zones[0] #=> String
|
37751
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].cidrs #=> Array
|
37752
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].cidrs[0] #=> String
|
37753
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].component.id #=> String
|
37754
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].component.arn #=> String
|
37755
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].component.name #=> String
|
37756
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].customer_gateway.id #=> String
|
37757
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].customer_gateway.arn #=> String
|
37758
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].customer_gateway.name #=> String
|
37759
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].destination.id #=> String
|
37760
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].destination.arn #=> String
|
37761
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].destination.name #=> String
|
37762
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].destination_vpc.id #=> String
|
37763
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].destination_vpc.arn #=> String
|
37764
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].destination_vpc.name #=> String
|
37765
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].direction #=> String
|
37766
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].explanation_code #=> String
|
37767
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].ingress_route_table.id #=> String
|
37768
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].ingress_route_table.arn #=> String
|
37769
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].ingress_route_table.name #=> String
|
37770
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].internet_gateway.id #=> String
|
37771
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].internet_gateway.arn #=> String
|
37772
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].internet_gateway.name #=> String
|
37773
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_arn #=> String
|
37774
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
|
37775
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].classic_load_balancer_listener.instance_port #=> Integer
|
37776
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_listener_port #=> Integer
|
37777
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.address #=> String
|
37778
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.availability_zone #=> String
|
37779
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.instance.id #=> String
|
37780
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.instance.arn #=> String
|
37781
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.instance.name #=> String
|
37782
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.port #=> Integer
|
37783
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_group.id #=> String
|
37784
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_group.arn #=> String
|
37785
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_group.name #=> String
|
37786
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_groups #=> Array
|
37787
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_groups[0].id #=> String
|
37788
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_groups[0].arn #=> String
|
37789
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_groups[0].name #=> String
|
37790
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_port #=> Integer
|
37791
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].elastic_load_balancer_listener.id #=> String
|
37792
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].elastic_load_balancer_listener.arn #=> String
|
37793
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].elastic_load_balancer_listener.name #=> String
|
37794
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].missing_component #=> String
|
37795
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].nat_gateway.id #=> String
|
37796
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].nat_gateway.arn #=> String
|
37797
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].nat_gateway.name #=> String
|
37798
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].network_interface.id #=> String
|
37799
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].network_interface.arn #=> String
|
37800
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].network_interface.name #=> String
|
37801
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].packet_field #=> String
|
37802
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpc_peering_connection.id #=> String
|
37803
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpc_peering_connection.arn #=> String
|
37804
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpc_peering_connection.name #=> String
|
37805
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].port #=> Integer
|
37806
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].port_ranges #=> Array
|
37807
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].port_ranges[0].from #=> Integer
|
37808
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].port_ranges[0].to #=> Integer
|
37809
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].prefix_list.id #=> String
|
37810
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].prefix_list.arn #=> String
|
37811
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].prefix_list.name #=> String
|
37812
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].protocols #=> Array
|
37813
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].protocols[0] #=> String
|
37814
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.destination_cidr #=> String
|
37815
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.destination_prefix_list_id #=> String
|
37816
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.egress_only_internet_gateway_id #=> String
|
37817
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.gateway_id #=> String
|
37818
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.instance_id #=> String
|
37819
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.nat_gateway_id #=> String
|
37820
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.network_interface_id #=> String
|
37821
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.origin #=> String
|
37822
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.transit_gateway_id #=> String
|
37823
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
|
37824
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.state #=> String
|
37825
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table.id #=> String
|
37826
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table.arn #=> String
|
37827
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].route_table.name #=> String
|
37828
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_group.id #=> String
|
37829
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_group.arn #=> String
|
37830
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_group.name #=> String
|
37831
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.cidr #=> String
|
37832
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.direction #=> String
|
37833
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.security_group_id #=> String
|
37834
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.port_range.from #=> Integer
|
37835
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.port_range.to #=> Integer
|
37836
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.prefix_list_id #=> String
|
37837
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.protocol #=> String
|
37838
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_groups #=> Array
|
37839
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_groups[0].id #=> String
|
37840
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_groups[0].arn #=> String
|
37841
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].security_groups[0].name #=> String
|
37842
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].source_vpc.id #=> String
|
37843
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].source_vpc.arn #=> String
|
37844
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].source_vpc.name #=> String
|
37845
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].state #=> String
|
37846
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].subnet.id #=> String
|
37847
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].subnet.arn #=> String
|
37848
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].subnet.name #=> String
|
37849
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].subnet_route_table.id #=> String
|
37850
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].subnet_route_table.arn #=> String
|
37851
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].subnet_route_table.name #=> String
|
37852
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpc.id #=> String
|
37853
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpc.arn #=> String
|
37854
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpc.name #=> String
|
37855
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpc_endpoint.id #=> String
|
37856
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpc_endpoint.arn #=> String
|
37857
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpc_endpoint.name #=> String
|
37858
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpn_connection.id #=> String
|
37859
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpn_connection.arn #=> String
|
37860
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpn_connection.name #=> String
|
37861
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpn_gateway.id #=> String
|
37862
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpn_gateway.arn #=> String
|
37863
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].vpn_gateway.name #=> String
|
37864
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway.id #=> String
|
37865
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway.arn #=> String
|
37866
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway.name #=> String
|
37867
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table.id #=> String
|
37868
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table.arn #=> String
|
37869
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table.name #=> String
|
37870
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
|
37871
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.state #=> String
|
37872
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
|
37873
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
|
37874
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
|
37875
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
|
37876
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
|
37877
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_attachment.id #=> String
|
37878
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_attachment.arn #=> String
|
37879
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_attachment.name #=> String
|
37880
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].component_account #=> String
|
37881
|
+
# resp.analysis_findings[0].finding_components[0].explanations[0].component_region #=> String
|
37882
|
+
# resp.analysis_findings[0].finding_components[0].elastic_load_balancer_listener.id #=> String
|
37883
|
+
# resp.analysis_findings[0].finding_components[0].elastic_load_balancer_listener.arn #=> String
|
37884
|
+
# resp.analysis_findings[0].finding_components[0].elastic_load_balancer_listener.name #=> String
|
37388
37885
|
# resp.next_token #=> String
|
37389
37886
|
#
|
37390
37887
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetNetworkInsightsAccessScopeAnalysisFindings AWS API Documentation
|
@@ -50190,6 +50687,7 @@ module Aws::EC2
|
|
50190
50687
|
# resp.network_insights_analysis.forward_path_components[0].route_table_route.origin #=> String
|
50191
50688
|
# resp.network_insights_analysis.forward_path_components[0].route_table_route.transit_gateway_id #=> String
|
50192
50689
|
# resp.network_insights_analysis.forward_path_components[0].route_table_route.vpc_peering_connection_id #=> String
|
50690
|
+
# resp.network_insights_analysis.forward_path_components[0].route_table_route.state #=> String
|
50193
50691
|
# resp.network_insights_analysis.forward_path_components[0].security_group_rule.cidr #=> String
|
50194
50692
|
# resp.network_insights_analysis.forward_path_components[0].security_group_rule.direction #=> String
|
50195
50693
|
# resp.network_insights_analysis.forward_path_components[0].security_group_rule.security_group_id #=> String
|
@@ -50221,6 +50719,159 @@ module Aws::EC2
|
|
50221
50719
|
# resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
|
50222
50720
|
# resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.resource_id #=> String
|
50223
50721
|
# resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.resource_type #=> String
|
50722
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations #=> Array
|
50723
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].acl.id #=> String
|
50724
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].acl.arn #=> String
|
50725
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].acl.name #=> String
|
50726
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.cidr #=> String
|
50727
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.egress #=> Boolean
|
50728
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.port_range.from #=> Integer
|
50729
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.port_range.to #=> Integer
|
50730
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.protocol #=> String
|
50731
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.rule_action #=> String
|
50732
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.rule_number #=> Integer
|
50733
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].address #=> String
|
50734
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].addresses #=> Array
|
50735
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].addresses[0] #=> String
|
50736
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].attached_to.id #=> String
|
50737
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].attached_to.arn #=> String
|
50738
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].attached_to.name #=> String
|
50739
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].availability_zones #=> Array
|
50740
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].availability_zones[0] #=> String
|
50741
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].cidrs #=> Array
|
50742
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].cidrs[0] #=> String
|
50743
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].component.id #=> String
|
50744
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].component.arn #=> String
|
50745
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].component.name #=> String
|
50746
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].customer_gateway.id #=> String
|
50747
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].customer_gateway.arn #=> String
|
50748
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].customer_gateway.name #=> String
|
50749
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].destination.id #=> String
|
50750
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].destination.arn #=> String
|
50751
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].destination.name #=> String
|
50752
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].destination_vpc.id #=> String
|
50753
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].destination_vpc.arn #=> String
|
50754
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].destination_vpc.name #=> String
|
50755
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].direction #=> String
|
50756
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].explanation_code #=> String
|
50757
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].ingress_route_table.id #=> String
|
50758
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].ingress_route_table.arn #=> String
|
50759
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].ingress_route_table.name #=> String
|
50760
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].internet_gateway.id #=> String
|
50761
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].internet_gateway.arn #=> String
|
50762
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].internet_gateway.name #=> String
|
50763
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_arn #=> String
|
50764
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
|
50765
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].classic_load_balancer_listener.instance_port #=> Integer
|
50766
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_listener_port #=> Integer
|
50767
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.address #=> String
|
50768
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.availability_zone #=> String
|
50769
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.instance.id #=> String
|
50770
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.instance.arn #=> String
|
50771
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.instance.name #=> String
|
50772
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.port #=> Integer
|
50773
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_group.id #=> String
|
50774
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_group.arn #=> String
|
50775
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_group.name #=> String
|
50776
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_groups #=> Array
|
50777
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_groups[0].id #=> String
|
50778
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_groups[0].arn #=> String
|
50779
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_groups[0].name #=> String
|
50780
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_port #=> Integer
|
50781
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].elastic_load_balancer_listener.id #=> String
|
50782
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].elastic_load_balancer_listener.arn #=> String
|
50783
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].elastic_load_balancer_listener.name #=> String
|
50784
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].missing_component #=> String
|
50785
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].nat_gateway.id #=> String
|
50786
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].nat_gateway.arn #=> String
|
50787
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].nat_gateway.name #=> String
|
50788
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].network_interface.id #=> String
|
50789
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].network_interface.arn #=> String
|
50790
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].network_interface.name #=> String
|
50791
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].packet_field #=> String
|
50792
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_peering_connection.id #=> String
|
50793
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_peering_connection.arn #=> String
|
50794
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_peering_connection.name #=> String
|
50795
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].port #=> Integer
|
50796
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].port_ranges #=> Array
|
50797
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].port_ranges[0].from #=> Integer
|
50798
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].port_ranges[0].to #=> Integer
|
50799
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].prefix_list.id #=> String
|
50800
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].prefix_list.arn #=> String
|
50801
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].prefix_list.name #=> String
|
50802
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].protocols #=> Array
|
50803
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].protocols[0] #=> String
|
50804
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.destination_cidr #=> String
|
50805
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.destination_prefix_list_id #=> String
|
50806
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.egress_only_internet_gateway_id #=> String
|
50807
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.gateway_id #=> String
|
50808
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.instance_id #=> String
|
50809
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.nat_gateway_id #=> String
|
50810
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.network_interface_id #=> String
|
50811
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.origin #=> String
|
50812
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.transit_gateway_id #=> String
|
50813
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
|
50814
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.state #=> String
|
50815
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table.id #=> String
|
50816
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table.arn #=> String
|
50817
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table.name #=> String
|
50818
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group.id #=> String
|
50819
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group.arn #=> String
|
50820
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group.name #=> String
|
50821
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.cidr #=> String
|
50822
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.direction #=> String
|
50823
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.security_group_id #=> String
|
50824
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.port_range.from #=> Integer
|
50825
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.port_range.to #=> Integer
|
50826
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.prefix_list_id #=> String
|
50827
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.protocol #=> String
|
50828
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_groups #=> Array
|
50829
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_groups[0].id #=> String
|
50830
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_groups[0].arn #=> String
|
50831
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].security_groups[0].name #=> String
|
50832
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].source_vpc.id #=> String
|
50833
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].source_vpc.arn #=> String
|
50834
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].source_vpc.name #=> String
|
50835
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].state #=> String
|
50836
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet.id #=> String
|
50837
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet.arn #=> String
|
50838
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet.name #=> String
|
50839
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet_route_table.id #=> String
|
50840
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet_route_table.arn #=> String
|
50841
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet_route_table.name #=> String
|
50842
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc.id #=> String
|
50843
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc.arn #=> String
|
50844
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc.name #=> String
|
50845
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_endpoint.id #=> String
|
50846
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_endpoint.arn #=> String
|
50847
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_endpoint.name #=> String
|
50848
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_connection.id #=> String
|
50849
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_connection.arn #=> String
|
50850
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_connection.name #=> String
|
50851
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_gateway.id #=> String
|
50852
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_gateway.arn #=> String
|
50853
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_gateway.name #=> String
|
50854
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway.id #=> String
|
50855
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway.arn #=> String
|
50856
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway.name #=> String
|
50857
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table.id #=> String
|
50858
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table.arn #=> String
|
50859
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table.name #=> String
|
50860
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
|
50861
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.state #=> String
|
50862
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
|
50863
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
|
50864
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
|
50865
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
|
50866
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
|
50867
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_attachment.id #=> String
|
50868
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_attachment.arn #=> String
|
50869
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_attachment.name #=> String
|
50870
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].component_account #=> String
|
50871
|
+
# resp.network_insights_analysis.forward_path_components[0].explanations[0].component_region #=> String
|
50872
|
+
# resp.network_insights_analysis.forward_path_components[0].elastic_load_balancer_listener.id #=> String
|
50873
|
+
# resp.network_insights_analysis.forward_path_components[0].elastic_load_balancer_listener.arn #=> String
|
50874
|
+
# resp.network_insights_analysis.forward_path_components[0].elastic_load_balancer_listener.name #=> String
|
50224
50875
|
# resp.network_insights_analysis.return_path_components #=> Array
|
50225
50876
|
# resp.network_insights_analysis.return_path_components[0].sequence_number #=> Integer
|
50226
50877
|
# resp.network_insights_analysis.return_path_components[0].acl_rule.cidr #=> String
|
@@ -50271,6 +50922,7 @@ module Aws::EC2
|
|
50271
50922
|
# resp.network_insights_analysis.return_path_components[0].route_table_route.origin #=> String
|
50272
50923
|
# resp.network_insights_analysis.return_path_components[0].route_table_route.transit_gateway_id #=> String
|
50273
50924
|
# resp.network_insights_analysis.return_path_components[0].route_table_route.vpc_peering_connection_id #=> String
|
50925
|
+
# resp.network_insights_analysis.return_path_components[0].route_table_route.state #=> String
|
50274
50926
|
# resp.network_insights_analysis.return_path_components[0].security_group_rule.cidr #=> String
|
50275
50927
|
# resp.network_insights_analysis.return_path_components[0].security_group_rule.direction #=> String
|
50276
50928
|
# resp.network_insights_analysis.return_path_components[0].security_group_rule.security_group_id #=> String
|
@@ -50302,6 +50954,159 @@ module Aws::EC2
|
|
50302
50954
|
# resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
|
50303
50955
|
# resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.resource_id #=> String
|
50304
50956
|
# resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.resource_type #=> String
|
50957
|
+
# resp.network_insights_analysis.return_path_components[0].explanations #=> Array
|
50958
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].acl.id #=> String
|
50959
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].acl.arn #=> String
|
50960
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].acl.name #=> String
|
50961
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.cidr #=> String
|
50962
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.egress #=> Boolean
|
50963
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.port_range.from #=> Integer
|
50964
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.port_range.to #=> Integer
|
50965
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.protocol #=> String
|
50966
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.rule_action #=> String
|
50967
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.rule_number #=> Integer
|
50968
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].address #=> String
|
50969
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].addresses #=> Array
|
50970
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].addresses[0] #=> String
|
50971
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].attached_to.id #=> String
|
50972
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].attached_to.arn #=> String
|
50973
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].attached_to.name #=> String
|
50974
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].availability_zones #=> Array
|
50975
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].availability_zones[0] #=> String
|
50976
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].cidrs #=> Array
|
50977
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].cidrs[0] #=> String
|
50978
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].component.id #=> String
|
50979
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].component.arn #=> String
|
50980
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].component.name #=> String
|
50981
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].customer_gateway.id #=> String
|
50982
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].customer_gateway.arn #=> String
|
50983
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].customer_gateway.name #=> String
|
50984
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].destination.id #=> String
|
50985
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].destination.arn #=> String
|
50986
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].destination.name #=> String
|
50987
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].destination_vpc.id #=> String
|
50988
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].destination_vpc.arn #=> String
|
50989
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].destination_vpc.name #=> String
|
50990
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].direction #=> String
|
50991
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].explanation_code #=> String
|
50992
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].ingress_route_table.id #=> String
|
50993
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].ingress_route_table.arn #=> String
|
50994
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].ingress_route_table.name #=> String
|
50995
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].internet_gateway.id #=> String
|
50996
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].internet_gateway.arn #=> String
|
50997
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].internet_gateway.name #=> String
|
50998
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_arn #=> String
|
50999
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
|
51000
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].classic_load_balancer_listener.instance_port #=> Integer
|
51001
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_listener_port #=> Integer
|
51002
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.address #=> String
|
51003
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.availability_zone #=> String
|
51004
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.instance.id #=> String
|
51005
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.instance.arn #=> String
|
51006
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.instance.name #=> String
|
51007
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.port #=> Integer
|
51008
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_group.id #=> String
|
51009
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_group.arn #=> String
|
51010
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_group.name #=> String
|
51011
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_groups #=> Array
|
51012
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_groups[0].id #=> String
|
51013
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_groups[0].arn #=> String
|
51014
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_groups[0].name #=> String
|
51015
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_port #=> Integer
|
51016
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].elastic_load_balancer_listener.id #=> String
|
51017
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].elastic_load_balancer_listener.arn #=> String
|
51018
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].elastic_load_balancer_listener.name #=> String
|
51019
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].missing_component #=> String
|
51020
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].nat_gateway.id #=> String
|
51021
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].nat_gateway.arn #=> String
|
51022
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].nat_gateway.name #=> String
|
51023
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].network_interface.id #=> String
|
51024
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].network_interface.arn #=> String
|
51025
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].network_interface.name #=> String
|
51026
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].packet_field #=> String
|
51027
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_peering_connection.id #=> String
|
51028
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_peering_connection.arn #=> String
|
51029
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_peering_connection.name #=> String
|
51030
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].port #=> Integer
|
51031
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].port_ranges #=> Array
|
51032
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].port_ranges[0].from #=> Integer
|
51033
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].port_ranges[0].to #=> Integer
|
51034
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].prefix_list.id #=> String
|
51035
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].prefix_list.arn #=> String
|
51036
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].prefix_list.name #=> String
|
51037
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].protocols #=> Array
|
51038
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].protocols[0] #=> String
|
51039
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.destination_cidr #=> String
|
51040
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.destination_prefix_list_id #=> String
|
51041
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.egress_only_internet_gateway_id #=> String
|
51042
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.gateway_id #=> String
|
51043
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.instance_id #=> String
|
51044
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.nat_gateway_id #=> String
|
51045
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.network_interface_id #=> String
|
51046
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.origin #=> String
|
51047
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.transit_gateway_id #=> String
|
51048
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
|
51049
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.state #=> String
|
51050
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table.id #=> String
|
51051
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table.arn #=> String
|
51052
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].route_table.name #=> String
|
51053
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_group.id #=> String
|
51054
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_group.arn #=> String
|
51055
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_group.name #=> String
|
51056
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.cidr #=> String
|
51057
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.direction #=> String
|
51058
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.security_group_id #=> String
|
51059
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.port_range.from #=> Integer
|
51060
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.port_range.to #=> Integer
|
51061
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.prefix_list_id #=> String
|
51062
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.protocol #=> String
|
51063
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_groups #=> Array
|
51064
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_groups[0].id #=> String
|
51065
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_groups[0].arn #=> String
|
51066
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].security_groups[0].name #=> String
|
51067
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].source_vpc.id #=> String
|
51068
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].source_vpc.arn #=> String
|
51069
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].source_vpc.name #=> String
|
51070
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].state #=> String
|
51071
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].subnet.id #=> String
|
51072
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].subnet.arn #=> String
|
51073
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].subnet.name #=> String
|
51074
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].subnet_route_table.id #=> String
|
51075
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].subnet_route_table.arn #=> String
|
51076
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].subnet_route_table.name #=> String
|
51077
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpc.id #=> String
|
51078
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpc.arn #=> String
|
51079
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpc.name #=> String
|
51080
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_endpoint.id #=> String
|
51081
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_endpoint.arn #=> String
|
51082
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_endpoint.name #=> String
|
51083
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_connection.id #=> String
|
51084
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_connection.arn #=> String
|
51085
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_connection.name #=> String
|
51086
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_gateway.id #=> String
|
51087
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_gateway.arn #=> String
|
51088
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_gateway.name #=> String
|
51089
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway.id #=> String
|
51090
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway.arn #=> String
|
51091
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway.name #=> String
|
51092
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table.id #=> String
|
51093
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table.arn #=> String
|
51094
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table.name #=> String
|
51095
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
|
51096
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.state #=> String
|
51097
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
|
51098
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
|
51099
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
|
51100
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
|
51101
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
|
51102
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_attachment.id #=> String
|
51103
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_attachment.arn #=> String
|
51104
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_attachment.name #=> String
|
51105
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].component_account #=> String
|
51106
|
+
# resp.network_insights_analysis.return_path_components[0].explanations[0].component_region #=> String
|
51107
|
+
# resp.network_insights_analysis.return_path_components[0].elastic_load_balancer_listener.id #=> String
|
51108
|
+
# resp.network_insights_analysis.return_path_components[0].elastic_load_balancer_listener.arn #=> String
|
51109
|
+
# resp.network_insights_analysis.return_path_components[0].elastic_load_balancer_listener.name #=> String
|
50305
51110
|
# resp.network_insights_analysis.explanations #=> Array
|
50306
51111
|
# resp.network_insights_analysis.explanations[0].acl.id #=> String
|
50307
51112
|
# resp.network_insights_analysis.explanations[0].acl.arn #=> String
|
@@ -50394,6 +51199,7 @@ module Aws::EC2
|
|
50394
51199
|
# resp.network_insights_analysis.explanations[0].route_table_route.origin #=> String
|
50395
51200
|
# resp.network_insights_analysis.explanations[0].route_table_route.transit_gateway_id #=> String
|
50396
51201
|
# resp.network_insights_analysis.explanations[0].route_table_route.vpc_peering_connection_id #=> String
|
51202
|
+
# resp.network_insights_analysis.explanations[0].route_table_route.state #=> String
|
50397
51203
|
# resp.network_insights_analysis.explanations[0].route_table.id #=> String
|
50398
51204
|
# resp.network_insights_analysis.explanations[0].route_table.arn #=> String
|
50399
51205
|
# resp.network_insights_analysis.explanations[0].route_table.name #=> String
|
@@ -50449,6 +51255,8 @@ module Aws::EC2
|
|
50449
51255
|
# resp.network_insights_analysis.explanations[0].transit_gateway_attachment.id #=> String
|
50450
51256
|
# resp.network_insights_analysis.explanations[0].transit_gateway_attachment.arn #=> String
|
50451
51257
|
# resp.network_insights_analysis.explanations[0].transit_gateway_attachment.name #=> String
|
51258
|
+
# resp.network_insights_analysis.explanations[0].component_account #=> String
|
51259
|
+
# resp.network_insights_analysis.explanations[0].component_region #=> String
|
50452
51260
|
# resp.network_insights_analysis.alternate_path_hints #=> Array
|
50453
51261
|
# resp.network_insights_analysis.alternate_path_hints[0].component_id #=> String
|
50454
51262
|
# resp.network_insights_analysis.alternate_path_hints[0].component_arn #=> String
|
@@ -51273,7 +52081,7 @@ module Aws::EC2
|
|
51273
52081
|
params: params,
|
51274
52082
|
config: config)
|
51275
52083
|
context[:gem_name] = 'aws-sdk-ec2'
|
51276
|
-
context[:gem_version] = '1.
|
52084
|
+
context[:gem_version] = '1.336.0'
|
51277
52085
|
Seahorse::Client::Request.new(handlers, context)
|
51278
52086
|
end
|
51279
52087
|
|