2025/05/12 - Amazon Elastic Compute Cloud - 10 updated api methods
Changes EC2 - Adding support for AvailabilityZoneId
{'AvailabilityZoneId': 'string'}
Allocates a Dedicated Host to your account. At a minimum, specify the supported instance type or instance family, the Availability Zone in which to allocate the host, and the number of hosts to allocate.
See also: AWS API Documentation
Request Syntax
client.allocate_hosts( InstanceFamily='string', TagSpecifications=[ { 'ResourceType': 'capacity-reservation'|'client-vpn-endpoint'|'customer-gateway'|'carrier-gateway'|'coip-pool'|'declarative-policies-report'|'dedicated-host'|'dhcp-options'|'egress-only-internet-gateway'|'elastic-ip'|'elastic-gpu'|'export-image-task'|'export-instance-task'|'fleet'|'fpga-image'|'host-reservation'|'image'|'import-image-task'|'import-snapshot-task'|'instance'|'instance-event-window'|'internet-gateway'|'ipam'|'ipam-pool'|'ipam-scope'|'ipv4pool-ec2'|'ipv6pool-ec2'|'key-pair'|'launch-template'|'local-gateway'|'local-gateway-route-table'|'local-gateway-virtual-interface'|'local-gateway-virtual-interface-group'|'local-gateway-route-table-vpc-association'|'local-gateway-route-table-virtual-interface-group-association'|'natgateway'|'network-acl'|'network-interface'|'network-insights-analysis'|'network-insights-path'|'network-insights-access-scope'|'network-insights-access-scope-analysis'|'outpost-lag'|'placement-group'|'prefix-list'|'replace-root-volume-task'|'reserved-instances'|'route-table'|'security-group'|'security-group-rule'|'service-link-virtual-interface'|'snapshot'|'spot-fleet-request'|'spot-instances-request'|'subnet'|'subnet-cidr-reservation'|'traffic-mirror-filter'|'traffic-mirror-session'|'traffic-mirror-target'|'transit-gateway'|'transit-gateway-attachment'|'transit-gateway-connect-peer'|'transit-gateway-multicast-domain'|'transit-gateway-policy-table'|'transit-gateway-route-table'|'transit-gateway-route-table-announcement'|'volume'|'vpc'|'vpc-endpoint'|'vpc-endpoint-connection'|'vpc-endpoint-service'|'vpc-endpoint-service-permission'|'vpc-peering-connection'|'vpn-connection'|'vpn-gateway'|'vpc-flow-log'|'capacity-reservation-fleet'|'traffic-mirror-filter-rule'|'vpc-endpoint-connection-device-type'|'verified-access-instance'|'verified-access-group'|'verified-access-endpoint'|'verified-access-policy'|'verified-access-trust-provider'|'vpn-connection-device-type'|'vpc-block-public-access-exclusion'|'route-server'|'route-server-endpoint'|'route-server-peer'|'ipam-resource-discovery'|'ipam-resource-discovery-association'|'instance-connect-endpoint'|'verified-access-endpoint-target'|'ipam-external-resource-verification-token', 'Tags': [ { 'Key': 'string', 'Value': 'string' }, ] }, ], HostRecovery='on'|'off', OutpostArn='string', HostMaintenance='on'|'off', AssetIds=[ 'string', ], AvailabilityZoneId='string', AutoPlacement='on'|'off', ClientToken='string', InstanceType='string', Quantity=123, AvailabilityZone='string' )
string
Specifies the instance family to be supported by the Dedicated Hosts. If you specify an instance family, the Dedicated Hosts support multiple instance types within that instance family.
If you want the Dedicated Hosts to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.
list
The tags to apply to the Dedicated Host during creation.
(dict) --
The tags to apply to a resource when the resource is being created. When you specify a tag, you must specify the resource type to tag, otherwise the request will fail.
ResourceType (string) --
The type of resource to tag on creation.
Tags (list) --
The tags to apply to the resource.
(dict) --
Describes a tag.
Key (string) --
The key of the tag.
Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:.
Value (string) --
The value of the tag.
Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.
string
Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default. For more information, see Host recovery in the Amazon EC2 User Guide.
Default: off
string
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host. If you specify OutpostArn, you can optionally specify AssetIds.
If you are allocating the Dedicated Host in a Region, omit this parameter.
string
Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.
list
The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts. Targeting specific hardware assets on an Outpost can help to minimize latency between your workloads. This parameter is supported only if you specify OutpostArn. If you are allocating the Dedicated Hosts in a Region, omit this parameter.
If you specify this parameter, you can omit Quantity. In this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset.
If you specify both AssetIds and Quantity, then the value for Quantity must be equal to the number of asset IDs specified.
(string) --
string
The ID of the Availability Zone.
string
Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. For more information, see Understanding auto-placement and affinity in the Amazon EC2 User Guide.
Default: off
string
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
string
Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only.
If you want the Dedicated Hosts to support multiple instance types in a specific instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.
integer
The number of Dedicated Hosts to allocate to your account with these parameters. If you are allocating the Dedicated Hosts on an Outpost, and you specify AssetIds, you can omit this parameter. In this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset. If you specify both AssetIds and Quantity, then the value that you specify for Quantity must be equal to the number of asset IDs specified.
string
The Availability Zone in which to allocate the Dedicated Host.
dict
Response Syntax
{ 'HostIds': [ 'string', ] }
Response Structure
(dict) --
Contains the output of AllocateHosts.
HostIds (list) --
The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.
(string) --
{'CapacityReservationBillingRequests': {'CapacityReservationInfo': {'AvailabilityZoneId': 'string'}}}
Describes a request to assign the billing of the unused capacity of a Capacity Reservation. For more information, see Billing assignment for shared Amazon EC2 Capacity Reservations.
See also: AWS API Documentation
Request Syntax
client.describe_capacity_reservation_billing_requests( CapacityReservationIds=[ 'string', ], Role='odcr-owner'|'unused-reservation-billing-owner', NextToken='string', MaxResults=123, Filters=[ { 'Name': 'string', 'Values': [ 'string', ] }, ], DryRun=True|False )
list
The ID of the Capacity Reservation.
(string) --
string
[REQUIRED]
Specify one of the following:
odcr-owner - If you are the Capacity Reservation owner, specify this value to view requests that you have initiated. Not supported with the requested-by filter.
unused-reservation-billing-owner - If you are the consumer account, specify this value to view requests that have been sent to you. Not supported with the unused-reservation-billing-owner filter.
string
The token to use to retrieve the next page of results.
integer
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
list
One or more filters.
status - The state of the request ( pending | accepted | rejected | cancelled | revoked | expired).
requested-by - The account ID of the Capacity Reservation owner that initiated the request. Not supported if you specify requested-by for Role.
unused-reservation-billing-owner - The ID of the consumer account to which the request was sent. Not supported if you specify unused-reservation-billing-owner for Role.
(dict) --
A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.
If you specify multiple filters, the filters are joined with an AND, and the request returns only results that match all of the specified filters.
For more information, see List and filter using the CLI and API in the Amazon EC2 User Guide.
Name (string) --
The name of the filter. Filter names are case-sensitive.
Values (list) --
The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.
(string) --
boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
dict
Response Syntax
{ 'NextToken': 'string', 'CapacityReservationBillingRequests': [ { 'CapacityReservationId': 'string', 'RequestedBy': 'string', 'UnusedReservationBillingOwnerId': 'string', 'LastUpdateTime': datetime(2015, 1, 1), 'Status': 'pending'|'accepted'|'rejected'|'cancelled'|'revoked'|'expired', 'StatusMessage': 'string', 'CapacityReservationInfo': { 'InstanceType': 'string', 'AvailabilityZone': 'string', 'Tenancy': 'default'|'dedicated', 'AvailabilityZoneId': 'string' } }, ] }
Response Structure
(dict) --
NextToken (string) --
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
CapacityReservationBillingRequests (list) --
Information about the request.
(dict) --
Information about a request to assign billing of the unused capacity of a Capacity Reservation.
CapacityReservationId (string) --
The ID of the Capacity Reservation.
RequestedBy (string) --
The ID of the Amazon Web Services account that initiated the request.
UnusedReservationBillingOwnerId (string) --
The ID of the Amazon Web Services account to which the request was sent.
LastUpdateTime (datetime) --
The date and time, in UTC time format, at which the request was initiated.
Status (string) --
The status of the request. For more information, see View billing assignment requests for a shared Amazon EC2 Capacity Reservation.
StatusMessage (string) --
Information about the status.
CapacityReservationInfo (dict) --
Information about the Capacity Reservation.
InstanceType (string) --
The instance type for the Capacity Reservation.
AvailabilityZone (string) --
The Availability Zone for the Capacity Reservation.
Tenancy (string) --
The tenancy of the Capacity Reservation.
AvailabilityZoneId (string) --
The ID of the Availability Zone.
{'NetworkInsightsAnalyses': {'Explanations': {'AvailabilityZoneIds': ['string'], 'LoadBalancerTarget': {'AvailabilityZoneId': 'string'}}, 'ForwardPathComponents': {'Explanations': {'AvailabilityZoneIds': ['string'], 'LoadBalancerTarget': {'AvailabilityZoneId': 'string'}}}, 'ReturnPathComponents': {'Explanations': {'AvailabilityZoneIds': ['string'], 'LoadBalancerTarget': {'AvailabilityZoneId': 'string'}}}}}
Describes one or more of your network insights analyses.
See also: AWS API Documentation
Request Syntax
client.describe_network_insights_analyses( NetworkInsightsAnalysisIds=[ 'string', ], NetworkInsightsPathId='string', AnalysisStartTime=datetime(2015, 1, 1), AnalysisEndTime=datetime(2015, 1, 1), Filters=[ { 'Name': 'string', 'Values': [ 'string', ] }, ], MaxResults=123, DryRun=True|False, NextToken='string' )
list
The ID of the network insights analyses. You must specify either analysis IDs or a path ID.
(string) --
string
The ID of the path. You must specify either a path ID or analysis IDs.
datetime
The time when the network insights analyses started.
datetime
The time when the network insights analyses ended.
list
The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
(dict) --
A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.
If you specify multiple filters, the filters are joined with an AND, and the request returns only results that match all of the specified filters.
For more information, see List and filter using the CLI and API in the Amazon EC2 User Guide.
Name (string) --
The name of the filter. Filter names are case-sensitive.
Values (list) --
The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.
(string) --
integer
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
string
The token for the next page of results.
dict
Response Syntax
{ 'NetworkInsightsAnalyses': [ { 'NetworkInsightsAnalysisId': 'string', 'NetworkInsightsAnalysisArn': 'string', 'NetworkInsightsPathId': 'string', 'AdditionalAccounts': [ 'string', ], 'FilterInArns': [ 'string', ], 'FilterOutArns': [ 'string', ], 'StartDate': datetime(2015, 1, 1), 'Status': 'running'|'succeeded'|'failed', 'StatusMessage': 'string', 'WarningMessage': 'string', 'NetworkPathFound': True|False, 'ForwardPathComponents': [ { 'SequenceNumber': 123, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'OutboundHeader': { 'DestinationAddresses': [ 'string', ], 'DestinationPortRanges': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'SourceAddresses': [ 'string', ], 'SourcePortRanges': [ { 'From': 123, 'To': 123 }, ] }, 'InboundHeader': { 'DestinationAddresses': [ 'string', ], 'DestinationPortRanges': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'SourceAddresses': [ 'string', ], 'SourcePortRanges': [ { 'From': 123, 'To': 123 }, ] }, 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AdditionalDetails': [ { 'AdditionalDetailType': 'string', 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpointService': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'RuleOptions': [ { 'Keyword': 'string', 'Settings': [ 'string', ] }, ], 'RuleGroupTypePairs': [ { 'RuleGroupArn': 'string', 'RuleGroupType': 'string' }, ], 'RuleGroupRuleOptionsPairs': [ { 'RuleGroupArn': 'string', 'RuleOptions': [ { 'Keyword': 'string', 'Settings': [ 'string', ] }, ] }, ], 'ServiceName': 'string', 'LoadBalancers': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ] }, ], 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'Explanations': [ { 'Acl': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'Address': 'string', 'Addresses': [ 'string', ], 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AvailabilityZones': [ 'string', ], 'AvailabilityZoneIds': [ 'string', ], 'Cidrs': [ 'string', ], 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'CustomerGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Destination': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Direction': 'string', 'ExplanationCode': 'string', 'IngressRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'InternetGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerArn': 'string', 'ClassicLoadBalancerListener': { 'LoadBalancerPort': 123, 'InstancePort': 123 }, 'LoadBalancerListenerPort': 123, 'LoadBalancerTarget': { 'Address': 'string', 'AvailabilityZone': 'string', 'AvailabilityZoneId': 'string', 'Instance': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123 }, 'LoadBalancerTargetGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerTargetGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'LoadBalancerTargetPort': 123, 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'MissingComponent': 'string', 'NatGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'NetworkInterface': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'PacketField': 'string', 'VpcPeeringConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123, 'PortRanges': [ { 'From': 123, 'To': 123 }, ], 'PrefixList': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Protocols': [ 'string', ], 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'RouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SecurityGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'State': 'string', 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SubnetRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpoint': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'TransitGatewayAttachment': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'ComponentAccount': 'string', 'ComponentRegion': 'string', 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' } }, ], 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' }, 'ServiceName': 'string' }, ], 'ReturnPathComponents': [ { 'SequenceNumber': 123, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'OutboundHeader': { 'DestinationAddresses': [ 'string', ], 'DestinationPortRanges': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'SourceAddresses': [ 'string', ], 'SourcePortRanges': [ { 'From': 123, 'To': 123 }, ] }, 'InboundHeader': { 'DestinationAddresses': [ 'string', ], 'DestinationPortRanges': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'SourceAddresses': [ 'string', ], 'SourcePortRanges': [ { 'From': 123, 'To': 123 }, ] }, 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AdditionalDetails': [ { 'AdditionalDetailType': 'string', 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpointService': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'RuleOptions': [ { 'Keyword': 'string', 'Settings': [ 'string', ] }, ], 'RuleGroupTypePairs': [ { 'RuleGroupArn': 'string', 'RuleGroupType': 'string' }, ], 'RuleGroupRuleOptionsPairs': [ { 'RuleGroupArn': 'string', 'RuleOptions': [ { 'Keyword': 'string', 'Settings': [ 'string', ] }, ] }, ], 'ServiceName': 'string', 'LoadBalancers': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ] }, ], 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'Explanations': [ { 'Acl': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'Address': 'string', 'Addresses': [ 'string', ], 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AvailabilityZones': [ 'string', ], 'AvailabilityZoneIds': [ 'string', ], 'Cidrs': [ 'string', ], 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'CustomerGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Destination': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Direction': 'string', 'ExplanationCode': 'string', 'IngressRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'InternetGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerArn': 'string', 'ClassicLoadBalancerListener': { 'LoadBalancerPort': 123, 'InstancePort': 123 }, 'LoadBalancerListenerPort': 123, 'LoadBalancerTarget': { 'Address': 'string', 'AvailabilityZone': 'string', 'AvailabilityZoneId': 'string', 'Instance': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123 }, 'LoadBalancerTargetGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerTargetGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'LoadBalancerTargetPort': 123, 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'MissingComponent': 'string', 'NatGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'NetworkInterface': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'PacketField': 'string', 'VpcPeeringConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123, 'PortRanges': [ { 'From': 123, 'To': 123 }, ], 'PrefixList': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Protocols': [ 'string', ], 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'RouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SecurityGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'State': 'string', 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SubnetRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpoint': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'TransitGatewayAttachment': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'ComponentAccount': 'string', 'ComponentRegion': 'string', 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' } }, ], 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' }, 'ServiceName': 'string' }, ], 'Explanations': [ { 'Acl': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'Address': 'string', 'Addresses': [ 'string', ], 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AvailabilityZones': [ 'string', ], 'AvailabilityZoneIds': [ 'string', ], 'Cidrs': [ 'string', ], 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'CustomerGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Destination': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Direction': 'string', 'ExplanationCode': 'string', 'IngressRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'InternetGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerArn': 'string', 'ClassicLoadBalancerListener': { 'LoadBalancerPort': 123, 'InstancePort': 123 }, 'LoadBalancerListenerPort': 123, 'LoadBalancerTarget': { 'Address': 'string', 'AvailabilityZone': 'string', 'AvailabilityZoneId': 'string', 'Instance': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123 }, 'LoadBalancerTargetGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerTargetGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'LoadBalancerTargetPort': 123, 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'MissingComponent': 'string', 'NatGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'NetworkInterface': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'PacketField': 'string', 'VpcPeeringConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123, 'PortRanges': [ { 'From': 123, 'To': 123 }, ], 'PrefixList': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Protocols': [ 'string', ], 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'RouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SecurityGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'State': 'string', 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SubnetRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpoint': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'TransitGatewayAttachment': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'ComponentAccount': 'string', 'ComponentRegion': 'string', 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' } }, ], 'AlternatePathHints': [ { 'ComponentId': 'string', 'ComponentArn': 'string' }, ], 'SuggestedAccounts': [ 'string', ], 'Tags': [ { 'Key': 'string', 'Value': 'string' }, ] }, ], 'NextToken': 'string' } **Response Structure** :: # This section is too large to render. # Please see the AWS API Documentation linked below. `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInsightsAnalyses>`_
{'ReservedInstances': {'AvailabilityZoneId': 'string'}}
{'ReservedInstancesModifications': {'ModificationResults': {'TargetConfiguration': {'AvailabilityZoneId': 'string'}}}}
{'AvailabilityZoneId': 'string'}Response
{'ReservedInstancesOfferings': {'AvailabilityZoneId': 'string'}}
{'VolumeStatuses': {'AvailabilityZoneId': 'string'}}
Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.
The DescribeVolumeStatus operation provides the following information about the specified volumes:
Status: Reflects the current status of the volume. The possible values are ok, impaired , warning, or insufficient-data. If all checks pass, the overall status of the volume is ok. If the check fails, the overall status is impaired. If the status is insufficient-data, then the checks might still be taking place on your volume at the time. We recommend that you retry the request. For more information about volume status, see Monitor the status of your volumes in the Amazon EBS User Guide.
Events: Reflect the cause of a volume status and might require you to take action. For example, if your volume returns an impaired status, then the volume event might be potential-data-inconsistency. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and might have inconsistent data.
Actions: Reflect the actions you might have to take in response to an event. For example, if the status of the volume is impaired and the volume event shows potential-data-inconsistency, then the action shows enable-volume-io. This means that you may want to enable the I/O operations for the volume by calling the EnableVolumeIO action and then check the volume for data consistency.
Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the error state (for example, when a volume is incapable of accepting I/O.)
See also: AWS API Documentation
Request Syntax
client.describe_volume_status( MaxResults=123, NextToken='string', VolumeIds=[ 'string', ], DryRun=True|False, Filters=[ { 'Name': 'string', 'Values': [ 'string', ] }, ] )
integer
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
string
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
list
The IDs of the volumes.
Default: Describes all your volumes.
(string) --
boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
list
The filters.
action.code - The action code for the event (for example, enable-volume-io).
action.description - A description of the action.
action.event-id - The event ID associated with the action.
availability-zone - The Availability Zone of the instance.
event.description - A description of the event.
event.event-id - The event ID.
event.event-type - The event type (for io-enabled: passed | failed; for io-performance: io-performance:degraded | io-performance:severely-degraded | io-performance:stalled).
event.not-after - The latest end time for the event.
event.not-before - The earliest start time for the event.
volume-status.details-name - The cause for volume-status.status ( io-enabled | io-performance).
volume-status.details-status - The status of volume-status.details-name (for io-enabled: passed | failed; for io-performance: normal | degraded | severely-degraded | stalled).
volume-status.status - The status of the volume ( ok | impaired | warning | insufficient-data).
(dict) --
A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.
If you specify multiple filters, the filters are joined with an AND, and the request returns only results that match all of the specified filters.
For more information, see List and filter using the CLI and API in the Amazon EC2 User Guide.
Name (string) --
The name of the filter. Filter names are case-sensitive.
Values (list) --
The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.
(string) --
dict
Response Syntax
{ 'NextToken': 'string', 'VolumeStatuses': [ { 'Actions': [ { 'Code': 'string', 'Description': 'string', 'EventId': 'string', 'EventType': 'string' }, ], 'AvailabilityZone': 'string', 'OutpostArn': 'string', 'Events': [ { 'Description': 'string', 'EventId': 'string', 'EventType': 'string', 'NotAfter': datetime(2015, 1, 1), 'NotBefore': datetime(2015, 1, 1), 'InstanceId': 'string' }, ], 'VolumeId': 'string', 'VolumeStatus': { 'Details': [ { 'Name': 'io-enabled'|'io-performance', 'Status': 'string' }, ], 'Status': 'ok'|'impaired'|'insufficient-data' }, 'AttachmentStatuses': [ { 'IoPerformance': 'string', 'InstanceId': 'string' }, ], 'AvailabilityZoneId': 'string' }, ] }
Response Structure
(dict) --
NextToken (string) --
The token to include in another request to get the next page of items. This value is null when there are no more items to return.
VolumeStatuses (list) --
Information about the status of the volumes.
(dict) --
Describes the volume status.
Actions (list) --
The details of the operation.
(dict) --
Describes a volume status operation code.
Code (string) --
The code identifying the operation, for example, enable-volume-io.
Description (string) --
A description of the operation.
EventId (string) --
The ID of the event associated with this operation.
EventType (string) --
The event type associated with this operation.
AvailabilityZone (string) --
The Availability Zone of the volume.
OutpostArn (string) --
The Amazon Resource Name (ARN) of the Outpost.
Events (list) --
A list of events associated with the volume.
(dict) --
Describes a volume status event.
Description (string) --
A description of the event.
EventId (string) --
The ID of this event.
EventType (string) --
The type of this event.
NotAfter (datetime) --
The latest end time of the event.
NotBefore (datetime) --
The earliest start time of the event.
InstanceId (string) --
The ID of the instance associated with the event.
VolumeId (string) --
The volume ID.
VolumeStatus (dict) --
The volume status.
Details (list) --
The details of the volume status.
(dict) --
Describes a volume status.
Name (string) --
The name of the volume status.
Status (string) --
The intended status of the volume status.
Status (string) --
The status of the volume.
AttachmentStatuses (list) --
Information about the instances to which the volume is attached.
(dict) --
Information about the instances to which the volume is attached.
IoPerformance (string) --
The maximum IOPS supported by the attached instance.
InstanceId (string) --
The ID of the attached instance.
AvailabilityZoneId (string) --
The ID of the Availability Zone.
{'AnalysisFindings': {'FindingComponents': {'Explanations': {'AvailabilityZoneIds': ['string'], 'LoadBalancerTarget': {'AvailabilityZoneId': 'string'}}}}}
Gets the findings for the specified Network Access Scope analysis.
See also: AWS API Documentation
Request Syntax
client.get_network_insights_access_scope_analysis_findings( NetworkInsightsAccessScopeAnalysisId='string', MaxResults=123, NextToken='string', DryRun=True|False )
string
[REQUIRED]
The ID of the Network Access Scope analysis.
integer
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
string
The token for the next page of results.
boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
dict
Response Syntax
{ 'NetworkInsightsAccessScopeAnalysisId': 'string', 'AnalysisStatus': 'running'|'succeeded'|'failed', 'AnalysisFindings': [ { 'NetworkInsightsAccessScopeAnalysisId': 'string', 'NetworkInsightsAccessScopeId': 'string', 'FindingId': 'string', 'FindingComponents': [ { 'SequenceNumber': 123, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'OutboundHeader': { 'DestinationAddresses': [ 'string', ], 'DestinationPortRanges': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'SourceAddresses': [ 'string', ], 'SourcePortRanges': [ { 'From': 123, 'To': 123 }, ] }, 'InboundHeader': { 'DestinationAddresses': [ 'string', ], 'DestinationPortRanges': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'SourceAddresses': [ 'string', ], 'SourcePortRanges': [ { 'From': 123, 'To': 123 }, ] }, 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AdditionalDetails': [ { 'AdditionalDetailType': 'string', 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpointService': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'RuleOptions': [ { 'Keyword': 'string', 'Settings': [ 'string', ] }, ], 'RuleGroupTypePairs': [ { 'RuleGroupArn': 'string', 'RuleGroupType': 'string' }, ], 'RuleGroupRuleOptionsPairs': [ { 'RuleGroupArn': 'string', 'RuleOptions': [ { 'Keyword': 'string', 'Settings': [ 'string', ] }, ] }, ], 'ServiceName': 'string', 'LoadBalancers': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ] }, ], 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'Explanations': [ { 'Acl': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'Address': 'string', 'Addresses': [ 'string', ], 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AvailabilityZones': [ 'string', ], 'AvailabilityZoneIds': [ 'string', ], 'Cidrs': [ 'string', ], 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'CustomerGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Destination': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Direction': 'string', 'ExplanationCode': 'string', 'IngressRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'InternetGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerArn': 'string', 'ClassicLoadBalancerListener': { 'LoadBalancerPort': 123, 'InstancePort': 123 }, 'LoadBalancerListenerPort': 123, 'LoadBalancerTarget': { 'Address': 'string', 'AvailabilityZone': 'string', 'AvailabilityZoneId': 'string', 'Instance': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123 }, 'LoadBalancerTargetGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerTargetGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'LoadBalancerTargetPort': 123, 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'MissingComponent': 'string', 'NatGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'NetworkInterface': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'PacketField': 'string', 'VpcPeeringConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123, 'PortRanges': [ { 'From': 123, 'To': 123 }, ], 'PrefixList': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Protocols': [ 'string', ], 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'RouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SecurityGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'State': 'string', 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SubnetRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpoint': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'TransitGatewayAttachment': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'ComponentAccount': 'string', 'ComponentRegion': 'string', 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' } }, ], 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' }, 'ServiceName': 'string' }, ] }, ], 'NextToken': 'string' }
Response Structure
(dict) --
NetworkInsightsAccessScopeAnalysisId (string) --
The ID of the Network Access Scope analysis.
AnalysisStatus (string) --
The status of Network Access Scope Analysis.
AnalysisFindings (list) --
The findings associated with Network Access Scope Analysis.
(dict) --
Describes a finding for a Network Access Scope.
NetworkInsightsAccessScopeAnalysisId (string) --
The ID of the Network Access Scope analysis.
NetworkInsightsAccessScopeId (string) --
The ID of the Network Access Scope.
FindingId (string) --
The ID of the finding.
FindingComponents (list) --
The finding components.
(dict) --
Describes a path component.
SequenceNumber (integer) --
The sequence number.
AclRule (dict) --
The network ACL rule.
Cidr (string) --
The IPv4 address range, in CIDR notation.
Egress (boolean) --
Indicates whether the rule is an outbound rule.
PortRange (dict) --
The range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
Protocol (string) --
The protocol.
RuleAction (string) --
Indicates whether to allow or deny traffic that matches the rule.
RuleNumber (integer) --
The rule number.
AttachedTo (dict) --
The resource to which the path component is attached.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
Component (dict) --
The component.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
DestinationVpc (dict) --
The destination VPC.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
OutboundHeader (dict) --
The outbound header.
DestinationAddresses (list) --
The destination addresses.
(string) --
DestinationPortRanges (list) --
The destination port ranges.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
Protocol (string) --
The protocol.
SourceAddresses (list) --
The source addresses.
(string) --
SourcePortRanges (list) --
The source port ranges.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
InboundHeader (dict) --
The inbound header.
DestinationAddresses (list) --
The destination addresses.
(string) --
DestinationPortRanges (list) --
The destination port ranges.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
Protocol (string) --
The protocol.
SourceAddresses (list) --
The source addresses.
(string) --
SourcePortRanges (list) --
The source port ranges.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
RouteTableRoute (dict) --
The route table route.
DestinationCidr (string) --
The destination IPv4 address, in CIDR notation.
DestinationPrefixListId (string) --
The prefix of the Amazon Web Services service.
EgressOnlyInternetGatewayId (string) --
The ID of an egress-only internet gateway.
GatewayId (string) --
The ID of the gateway, such as an internet gateway or virtual private gateway.
InstanceId (string) --
The ID of the instance, such as a NAT instance.
NatGatewayId (string) --
The ID of a NAT gateway.
NetworkInterfaceId (string) --
The ID of a network interface.
Origin (string) --
Describes how the route was created. The following are the possible values:
CreateRouteTable - The route was automatically created when the route table was created.
CreateRoute - The route was manually added to the route table.
EnableVgwRoutePropagation - The route was propagated by route propagation.
TransitGatewayId (string) --
The ID of a transit gateway.
VpcPeeringConnectionId (string) --
The ID of a VPC peering connection.
State (string) --
The state. The following are the possible values:
active
blackhole
CarrierGatewayId (string) --
The ID of a carrier gateway.
CoreNetworkArn (string) --
The Amazon Resource Name (ARN) of a core network.
LocalGatewayId (string) --
The ID of a local gateway.
SecurityGroupRule (dict) --
The security group rule.
Cidr (string) --
The IPv4 address range, in CIDR notation.
Direction (string) --
The direction. The following are the possible values:
egress
ingress
SecurityGroupId (string) --
The security group ID.
PortRange (dict) --
The port range.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
PrefixListId (string) --
The prefix list ID.
Protocol (string) --
The protocol name.
SourceVpc (dict) --
The source VPC.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
Subnet (dict) --
The subnet.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
Vpc (dict) --
The component VPC.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
AdditionalDetails (list) --
The additional details.
(dict) --
Describes an additional detail for a path analysis. For more information, see Reachability Analyzer additional detail codes.
AdditionalDetailType (string) --
The additional detail code.
Component (dict) --
The path component.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
VpcEndpointService (dict) --
The VPC endpoint service.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
RuleOptions (list) --
The rule options.
(dict) --
Describes additional settings for a stateful rule.
Keyword (string) --
The Suricata keyword.
Settings (list) --
The settings for the keyword.
(string) --
RuleGroupTypePairs (list) --
The rule group type.
(dict) --
Describes the type of a stateful rule group.
RuleGroupArn (string) --
The ARN of the rule group.
RuleGroupType (string) --
The rule group type. The possible values are Domain List and Suricata.
RuleGroupRuleOptionsPairs (list) --
The rule options.
(dict) --
Describes the rule options for a stateful rule group.
RuleGroupArn (string) --
The ARN of the rule group.
RuleOptions (list) --
The rule options.
(dict) --
Describes additional settings for a stateful rule.
Keyword (string) --
The Suricata keyword.
Settings (list) --
The settings for the keyword.
(string) --
ServiceName (string) --
The name of the VPC endpoint service.
LoadBalancers (list) --
The load balancers.
(dict) --
Describes a path component.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
TransitGateway (dict) --
The transit gateway.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
TransitGatewayRouteTableRoute (dict) --
The route in a transit gateway route table.
DestinationCidr (string) --
The CIDR block used for destination matches.
State (string) --
The state of the route.
RouteOrigin (string) --
The route origin. The following are the possible values:
static
propagated
PrefixListId (string) --
The ID of the prefix list.
AttachmentId (string) --
The ID of the route attachment.
ResourceId (string) --
The ID of the resource for the route attachment.
ResourceType (string) --
The resource type for the route attachment.
Explanations (list) --
The explanation codes.
(dict) --
Describes an explanation code for an unreachable path. For more information, see Reachability Analyzer explanation codes.
Acl (dict) --
The network ACL.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
AclRule (dict) --
The network ACL rule.
Cidr (string) --
The IPv4 address range, in CIDR notation.
Egress (boolean) --
Indicates whether the rule is an outbound rule.
PortRange (dict) --
The range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
Protocol (string) --
The protocol.
RuleAction (string) --
Indicates whether to allow or deny traffic that matches the rule.
RuleNumber (integer) --
The rule number.
Address (string) --
The IPv4 address, in CIDR notation.
Addresses (list) --
The IPv4 addresses, in CIDR notation.
(string) --
AttachedTo (dict) --
The resource to which the component is attached.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
AvailabilityZones (list) --
The Availability Zones.
(string) --
AvailabilityZoneIds (list) --
The IDs of the Availability Zones.
(string) --
Cidrs (list) --
The CIDR ranges.
(string) --
Component (dict) --
The component.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
CustomerGateway (dict) --
The customer gateway.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
Destination (dict) --
The destination.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
DestinationVpc (dict) --
The destination VPC.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
Direction (string) --
The direction. The following are the possible values:
egress
ingress
ExplanationCode (string) --
The explanation code.
IngressRouteTable (dict) --
The route table.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
InternetGateway (dict) --
The internet gateway.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
LoadBalancerArn (string) --
The Amazon Resource Name (ARN) of the load balancer.
ClassicLoadBalancerListener (dict) --
The listener for a Classic Load Balancer.
LoadBalancerPort (integer) --
The port on which the load balancer is listening.
InstancePort (integer) --
[Classic Load Balancers] The back-end port for the listener.
LoadBalancerListenerPort (integer) --
The listener port of the load balancer.
LoadBalancerTarget (dict) --
The target.
Address (string) --
The IP address.
AvailabilityZone (string) --
The Availability Zone.
AvailabilityZoneId (string) --
The ID of the Availability Zone.
Instance (dict) --
Information about the instance.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
Port (integer) --
The port on which the target is listening.
LoadBalancerTargetGroup (dict) --
The target group.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
LoadBalancerTargetGroups (list) --
The target groups.
(dict) --
Describes a path component.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
LoadBalancerTargetPort (integer) --
The target port.
ElasticLoadBalancerListener (dict) --
The load balancer listener.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
MissingComponent (string) --
The missing component.
NatGateway (dict) --
The NAT gateway.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
NetworkInterface (dict) --
The network interface.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
PacketField (string) --
The packet field.
VpcPeeringConnection (dict) --
The VPC peering connection.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
Port (integer) --
The port.
PortRanges (list) --
The port ranges.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
PrefixList (dict) --
The prefix list.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
Protocols (list) --
The protocols.
(string) --
RouteTableRoute (dict) --
The route table route.
DestinationCidr (string) --
The destination IPv4 address, in CIDR notation.
DestinationPrefixListId (string) --
The prefix of the Amazon Web Services service.
EgressOnlyInternetGatewayId (string) --
The ID of an egress-only internet gateway.
GatewayId (string) --
The ID of the gateway, such as an internet gateway or virtual private gateway.
InstanceId (string) --
The ID of the instance, such as a NAT instance.
NatGatewayId (string) --
The ID of a NAT gateway.
NetworkInterfaceId (string) --
The ID of a network interface.
Origin (string) --
Describes how the route was created. The following are the possible values:
CreateRouteTable - The route was automatically created when the route table was created.
CreateRoute - The route was manually added to the route table.
EnableVgwRoutePropagation - The route was propagated by route propagation.
TransitGatewayId (string) --
The ID of a transit gateway.
VpcPeeringConnectionId (string) --
The ID of a VPC peering connection.
State (string) --
The state. The following are the possible values:
active
blackhole
CarrierGatewayId (string) --
The ID of a carrier gateway.
CoreNetworkArn (string) --
The Amazon Resource Name (ARN) of a core network.
LocalGatewayId (string) --
The ID of a local gateway.
RouteTable (dict) --
The route table.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
SecurityGroup (dict) --
The security group.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
SecurityGroupRule (dict) --
The security group rule.
Cidr (string) --
The IPv4 address range, in CIDR notation.
Direction (string) --
The direction. The following are the possible values:
egress
ingress
SecurityGroupId (string) --
The security group ID.
PortRange (dict) --
The port range.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
PrefixListId (string) --
The prefix list ID.
Protocol (string) --
The protocol name.
SecurityGroups (list) --
The security groups.
(dict) --
Describes a path component.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
SourceVpc (dict) --
The source VPC.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
State (string) --
The state.
Subnet (dict) --
The subnet.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
SubnetRouteTable (dict) --
The route table for the subnet.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
Vpc (dict) --
The component VPC.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
VpcEndpoint (dict) --
The VPC endpoint.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
VpnConnection (dict) --
The VPN connection.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
VpnGateway (dict) --
The VPN gateway.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
TransitGateway (dict) --
The transit gateway.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
TransitGatewayRouteTable (dict) --
The transit gateway route table.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
TransitGatewayRouteTableRoute (dict) --
The transit gateway route table route.
DestinationCidr (string) --
The CIDR block used for destination matches.
State (string) --
The state of the route.
RouteOrigin (string) --
The route origin. The following are the possible values:
static
propagated
PrefixListId (string) --
The ID of the prefix list.
AttachmentId (string) --
The ID of the route attachment.
ResourceId (string) --
The ID of the resource for the route attachment.
ResourceType (string) --
The resource type for the route attachment.
TransitGatewayAttachment (dict) --
The transit gateway attachment.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
ComponentAccount (string) --
The Amazon Web Services account for the component.
ComponentRegion (string) --
The Region for the component.
FirewallStatelessRule (dict) --
The Network Firewall stateless rule.
RuleGroupArn (string) --
The ARN of the stateless rule group.
Sources (list) --
The source IP addresses, in CIDR notation.
(string) --
Destinations (list) --
The destination IP addresses, in CIDR notation.
(string) --
SourcePorts (list) --
The source ports.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
DestinationPorts (list) --
The destination ports.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
Protocols (list) --
The protocols.
(integer) --
RuleAction (string) --
The rule action. The possible values are pass, drop, and forward_to_site.
Priority (integer) --
The rule priority.
FirewallStatefulRule (dict) --
The Network Firewall stateful rule.
RuleGroupArn (string) --
The ARN of the stateful rule group.
Sources (list) --
The source IP addresses, in CIDR notation.
(string) --
Destinations (list) --
The destination IP addresses, in CIDR notation.
(string) --
SourcePorts (list) --
The source ports.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
DestinationPorts (list) --
The destination ports.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
Protocol (string) --
The protocol.
RuleAction (string) --
The rule action. The possible values are pass, drop, and alert.
Direction (string) --
The direction. The possible values are FORWARD and ANY.
ElasticLoadBalancerListener (dict) --
The load balancer listener.
Id (string) --
The ID of the component.
Arn (string) --
The Amazon Resource Name (ARN) of the component.
Name (string) --
The name of the analysis component.
FirewallStatelessRule (dict) --
The Network Firewall stateless rule.
RuleGroupArn (string) --
The ARN of the stateless rule group.
Sources (list) --
The source IP addresses, in CIDR notation.
(string) --
Destinations (list) --
The destination IP addresses, in CIDR notation.
(string) --
SourcePorts (list) --
The source ports.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
DestinationPorts (list) --
The destination ports.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
Protocols (list) --
The protocols.
(integer) --
RuleAction (string) --
The rule action. The possible values are pass, drop, and forward_to_site.
Priority (integer) --
The rule priority.
FirewallStatefulRule (dict) --
The Network Firewall stateful rule.
RuleGroupArn (string) --
The ARN of the stateful rule group.
Sources (list) --
The source IP addresses, in CIDR notation.
(string) --
Destinations (list) --
The destination IP addresses, in CIDR notation.
(string) --
SourcePorts (list) --
The source ports.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
DestinationPorts (list) --
The destination ports.
(dict) --
Describes a range of ports.
From (integer) --
The first port in the range.
To (integer) --
The last port in the range.
Protocol (string) --
The protocol.
RuleAction (string) --
The rule action. The possible values are pass, drop, and alert.
Direction (string) --
The direction. The possible values are FORWARD and ANY.
ServiceName (string) --
The name of the VPC endpoint service.
NextToken (string) --
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
{'TargetConfigurations': {'AvailabilityZoneId': 'string'}}
{'NetworkInsightsAnalysis': {'Explanations': {'AvailabilityZoneIds': ['string'], 'LoadBalancerTarget': {'AvailabilityZoneId': 'string'}}, 'ForwardPathComponents': {'Explanations': {'AvailabilityZoneIds': ['string'], 'LoadBalancerTarget': {'AvailabilityZoneId': 'string'}}}, 'ReturnPathComponents': {'Explanations': {'AvailabilityZoneIds': ['string'], 'LoadBalancerTarget': {'AvailabilityZoneId': 'string'}}}}}
Starts analyzing the specified path. If the path is reachable, the operation returns the shortest feasible path.
See also: AWS API Documentation
Request Syntax
client.start_network_insights_analysis( NetworkInsightsPathId='string', AdditionalAccounts=[ 'string', ], FilterInArns=[ 'string', ], FilterOutArns=[ 'string', ], DryRun=True|False, TagSpecifications=[ { 'ResourceType': 'capacity-reservation'|'client-vpn-endpoint'|'customer-gateway'|'carrier-gateway'|'coip-pool'|'declarative-policies-report'|'dedicated-host'|'dhcp-options'|'egress-only-internet-gateway'|'elastic-ip'|'elastic-gpu'|'export-image-task'|'export-instance-task'|'fleet'|'fpga-image'|'host-reservation'|'image'|'import-image-task'|'import-snapshot-task'|'instance'|'instance-event-window'|'internet-gateway'|'ipam'|'ipam-pool'|'ipam-scope'|'ipv4pool-ec2'|'ipv6pool-ec2'|'key-pair'|'launch-template'|'local-gateway'|'local-gateway-route-table'|'local-gateway-virtual-interface'|'local-gateway-virtual-interface-group'|'local-gateway-route-table-vpc-association'|'local-gateway-route-table-virtual-interface-group-association'|'natgateway'|'network-acl'|'network-interface'|'network-insights-analysis'|'network-insights-path'|'network-insights-access-scope'|'network-insights-access-scope-analysis'|'outpost-lag'|'placement-group'|'prefix-list'|'replace-root-volume-task'|'reserved-instances'|'route-table'|'security-group'|'security-group-rule'|'service-link-virtual-interface'|'snapshot'|'spot-fleet-request'|'spot-instances-request'|'subnet'|'subnet-cidr-reservation'|'traffic-mirror-filter'|'traffic-mirror-session'|'traffic-mirror-target'|'transit-gateway'|'transit-gateway-attachment'|'transit-gateway-connect-peer'|'transit-gateway-multicast-domain'|'transit-gateway-policy-table'|'transit-gateway-route-table'|'transit-gateway-route-table-announcement'|'volume'|'vpc'|'vpc-endpoint'|'vpc-endpoint-connection'|'vpc-endpoint-service'|'vpc-endpoint-service-permission'|'vpc-peering-connection'|'vpn-connection'|'vpn-gateway'|'vpc-flow-log'|'capacity-reservation-fleet'|'traffic-mirror-filter-rule'|'vpc-endpoint-connection-device-type'|'verified-access-instance'|'verified-access-group'|'verified-access-endpoint'|'verified-access-policy'|'verified-access-trust-provider'|'vpn-connection-device-type'|'vpc-block-public-access-exclusion'|'route-server'|'route-server-endpoint'|'route-server-peer'|'ipam-resource-discovery'|'ipam-resource-discovery-association'|'instance-connect-endpoint'|'verified-access-endpoint-target'|'ipam-external-resource-verification-token', 'Tags': [ { 'Key': 'string', 'Value': 'string' }, ] }, ], ClientToken='string' )
string
[REQUIRED]
The ID of the path.
list
The member accounts that contain resources that the path can traverse.
(string) --
list
The Amazon Resource Names (ARN) of the resources that the path must traverse.
(string) --
list
The Amazon Resource Names (ARN) of the resources that the path will ignore.
(string) --
boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
list
The tags to apply.
(dict) --
The tags to apply to a resource when the resource is being created. When you specify a tag, you must specify the resource type to tag, otherwise the request will fail.
ResourceType (string) --
The type of resource to tag on creation.
Tags (list) --
The tags to apply to the resource.
(dict) --
Describes a tag.
Key (string) --
The key of the tag.
Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:.
Value (string) --
The value of the tag.
Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.
string
[REQUIRED]
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
This field is autopopulated if not provided.
dict
Response Syntax
{ 'NetworkInsightsAnalysis': { 'NetworkInsightsAnalysisId': 'string', 'NetworkInsightsAnalysisArn': 'string', 'NetworkInsightsPathId': 'string', 'AdditionalAccounts': [ 'string', ], 'FilterInArns': [ 'string', ], 'FilterOutArns': [ 'string', ], 'StartDate': datetime(2015, 1, 1), 'Status': 'running'|'succeeded'|'failed', 'StatusMessage': 'string', 'WarningMessage': 'string', 'NetworkPathFound': True|False, 'ForwardPathComponents': [ { 'SequenceNumber': 123, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'OutboundHeader': { 'DestinationAddresses': [ 'string', ], 'DestinationPortRanges': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'SourceAddresses': [ 'string', ], 'SourcePortRanges': [ { 'From': 123, 'To': 123 }, ] }, 'InboundHeader': { 'DestinationAddresses': [ 'string', ], 'DestinationPortRanges': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'SourceAddresses': [ 'string', ], 'SourcePortRanges': [ { 'From': 123, 'To': 123 }, ] }, 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AdditionalDetails': [ { 'AdditionalDetailType': 'string', 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpointService': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'RuleOptions': [ { 'Keyword': 'string', 'Settings': [ 'string', ] }, ], 'RuleGroupTypePairs': [ { 'RuleGroupArn': 'string', 'RuleGroupType': 'string' }, ], 'RuleGroupRuleOptionsPairs': [ { 'RuleGroupArn': 'string', 'RuleOptions': [ { 'Keyword': 'string', 'Settings': [ 'string', ] }, ] }, ], 'ServiceName': 'string', 'LoadBalancers': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ] }, ], 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'Explanations': [ { 'Acl': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'Address': 'string', 'Addresses': [ 'string', ], 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AvailabilityZones': [ 'string', ], 'AvailabilityZoneIds': [ 'string', ], 'Cidrs': [ 'string', ], 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'CustomerGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Destination': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Direction': 'string', 'ExplanationCode': 'string', 'IngressRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'InternetGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerArn': 'string', 'ClassicLoadBalancerListener': { 'LoadBalancerPort': 123, 'InstancePort': 123 }, 'LoadBalancerListenerPort': 123, 'LoadBalancerTarget': { 'Address': 'string', 'AvailabilityZone': 'string', 'AvailabilityZoneId': 'string', 'Instance': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123 }, 'LoadBalancerTargetGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerTargetGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'LoadBalancerTargetPort': 123, 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'MissingComponent': 'string', 'NatGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'NetworkInterface': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'PacketField': 'string', 'VpcPeeringConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123, 'PortRanges': [ { 'From': 123, 'To': 123 }, ], 'PrefixList': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Protocols': [ 'string', ], 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'RouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SecurityGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'State': 'string', 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SubnetRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpoint': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'TransitGatewayAttachment': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'ComponentAccount': 'string', 'ComponentRegion': 'string', 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' } }, ], 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' }, 'ServiceName': 'string' }, ], 'ReturnPathComponents': [ { 'SequenceNumber': 123, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'OutboundHeader': { 'DestinationAddresses': [ 'string', ], 'DestinationPortRanges': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'SourceAddresses': [ 'string', ], 'SourcePortRanges': [ { 'From': 123, 'To': 123 }, ] }, 'InboundHeader': { 'DestinationAddresses': [ 'string', ], 'DestinationPortRanges': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'SourceAddresses': [ 'string', ], 'SourcePortRanges': [ { 'From': 123, 'To': 123 }, ] }, 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AdditionalDetails': [ { 'AdditionalDetailType': 'string', 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpointService': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'RuleOptions': [ { 'Keyword': 'string', 'Settings': [ 'string', ] }, ], 'RuleGroupTypePairs': [ { 'RuleGroupArn': 'string', 'RuleGroupType': 'string' }, ], 'RuleGroupRuleOptionsPairs': [ { 'RuleGroupArn': 'string', 'RuleOptions': [ { 'Keyword': 'string', 'Settings': [ 'string', ] }, ] }, ], 'ServiceName': 'string', 'LoadBalancers': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ] }, ], 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'Explanations': [ { 'Acl': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'Address': 'string', 'Addresses': [ 'string', ], 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AvailabilityZones': [ 'string', ], 'AvailabilityZoneIds': [ 'string', ], 'Cidrs': [ 'string', ], 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'CustomerGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Destination': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Direction': 'string', 'ExplanationCode': 'string', 'IngressRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'InternetGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerArn': 'string', 'ClassicLoadBalancerListener': { 'LoadBalancerPort': 123, 'InstancePort': 123 }, 'LoadBalancerListenerPort': 123, 'LoadBalancerTarget': { 'Address': 'string', 'AvailabilityZone': 'string', 'AvailabilityZoneId': 'string', 'Instance': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123 }, 'LoadBalancerTargetGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerTargetGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'LoadBalancerTargetPort': 123, 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'MissingComponent': 'string', 'NatGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'NetworkInterface': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'PacketField': 'string', 'VpcPeeringConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123, 'PortRanges': [ { 'From': 123, 'To': 123 }, ], 'PrefixList': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Protocols': [ 'string', ], 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'RouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SecurityGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'State': 'string', 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SubnetRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpoint': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'TransitGatewayAttachment': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'ComponentAccount': 'string', 'ComponentRegion': 'string', 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' } }, ], 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' }, 'ServiceName': 'string' }, ], 'Explanations': [ { 'Acl': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AclRule': { 'Cidr': 'string', 'Egress': True|False, 'PortRange': { 'From': 123, 'To': 123 }, 'Protocol': 'string', 'RuleAction': 'string', 'RuleNumber': 123 }, 'Address': 'string', 'Addresses': [ 'string', ], 'AttachedTo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'AvailabilityZones': [ 'string', ], 'AvailabilityZoneIds': [ 'string', ], 'Cidrs': [ 'string', ], 'Component': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'CustomerGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Destination': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'DestinationVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Direction': 'string', 'ExplanationCode': 'string', 'IngressRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'InternetGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerArn': 'string', 'ClassicLoadBalancerListener': { 'LoadBalancerPort': 123, 'InstancePort': 123 }, 'LoadBalancerListenerPort': 123, 'LoadBalancerTarget': { 'Address': 'string', 'AvailabilityZone': 'string', 'AvailabilityZoneId': 'string', 'Instance': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123 }, 'LoadBalancerTargetGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LoadBalancerTargetGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'LoadBalancerTargetPort': 123, 'ElasticLoadBalancerListener': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'MissingComponent': 'string', 'NatGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'NetworkInterface': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'PacketField': 'string', 'VpcPeeringConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Port': 123, 'PortRanges': [ { 'From': 123, 'To': 123 }, ], 'PrefixList': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Protocols': [ 'string', ], 'RouteTableRoute': { 'DestinationCidr': 'string', 'DestinationPrefixListId': 'string', 'EgressOnlyInternetGatewayId': 'string', 'GatewayId': 'string', 'InstanceId': 'string', 'NatGatewayId': 'string', 'NetworkInterfaceId': 'string', 'Origin': 'string', 'TransitGatewayId': 'string', 'VpcPeeringConnectionId': 'string', 'State': 'string', 'CarrierGatewayId': 'string', 'CoreNetworkArn': 'string', 'LocalGatewayId': 'string' }, 'RouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SecurityGroupRule': { 'Cidr': 'string', 'Direction': 'string', 'SecurityGroupId': 'string', 'PortRange': { 'From': 123, 'To': 123 }, 'PrefixListId': 'string', 'Protocol': 'string' }, 'SecurityGroups': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'SourceVpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'State': 'string', 'Subnet': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'SubnetRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'Vpc': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpcEndpoint': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnConnection': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'VpnGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGateway': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTable': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'TransitGatewayRouteTableRoute': { 'DestinationCidr': 'string', 'State': 'string', 'RouteOrigin': 'string', 'PrefixListId': 'string', 'AttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'string' }, 'TransitGatewayAttachment': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'ComponentAccount': 'string', 'ComponentRegion': 'string', 'FirewallStatelessRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocols': [ 123, ], 'RuleAction': 'string', 'Priority': 123 }, 'FirewallStatefulRule': { 'RuleGroupArn': 'string', 'Sources': [ 'string', ], 'Destinations': [ 'string', ], 'SourcePorts': [ { 'From': 123, 'To': 123 }, ], 'DestinationPorts': [ { 'From': 123, 'To': 123 }, ], 'Protocol': 'string', 'RuleAction': 'string', 'Direction': 'string' } }, ], 'AlternatePathHints': [ { 'ComponentId': 'string', 'ComponentArn': 'string' }, ], 'SuggestedAccounts': [ 'string', ], 'Tags': [ { 'Key': 'string', 'Value': 'string' }, ] } } **Response Structure** :: # This section is too large to render. # Please see the AWS API Documentation linked below. `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartNetworkInsightsAnalysis>`_