--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_network_insights_access_scope Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::EC2::NetworkInsightsAccessScope --- # awscc_ec2_network_insights_access_scope (Data Source) Data Source schema for AWS::EC2::NetworkInsightsAccessScope ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `created_date` (String) - `exclude_paths` (Attributes List) (see [below for nested schema](#nestedatt--exclude_paths)) - `match_paths` (Attributes List) (see [below for nested schema](#nestedatt--match_paths)) - `network_insights_access_scope_arn` (String) - `network_insights_access_scope_id` (String) - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) - `updated_date` (String) ### Nested Schema for `exclude_paths` Read-Only: - `destination` (Attributes) (see [below for nested schema](#nestedatt--exclude_paths--destination)) - `source` (Attributes) (see [below for nested schema](#nestedatt--exclude_paths--source)) - `through_resources` (Attributes List) (see [below for nested schema](#nestedatt--exclude_paths--through_resources)) ### Nested Schema for `exclude_paths.destination` Read-Only: - `packet_header_statement` (Attributes) (see [below for nested schema](#nestedatt--exclude_paths--destination--packet_header_statement)) - `resource_statement` (Attributes) (see [below for nested schema](#nestedatt--exclude_paths--destination--resource_statement)) ### Nested Schema for `exclude_paths.destination.packet_header_statement` Read-Only: - `destination_addresses` (List of String) - `destination_ports` (List of String) - `destination_prefix_lists` (List of String) - `protocols` (List of String) - `source_addresses` (List of String) - `source_ports` (List of String) - `source_prefix_lists` (List of String) ### Nested Schema for `exclude_paths.destination.resource_statement` Read-Only: - `resource_types` (List of String) - `resources` (List of String) ### Nested Schema for `exclude_paths.source` Read-Only: - `packet_header_statement` (Attributes) (see [below for nested schema](#nestedatt--exclude_paths--source--packet_header_statement)) - `resource_statement` (Attributes) (see [below for nested schema](#nestedatt--exclude_paths--source--resource_statement)) ### Nested Schema for `exclude_paths.source.packet_header_statement` Read-Only: - `destination_addresses` (List of String) - `destination_ports` (List of String) - `destination_prefix_lists` (List of String) - `protocols` (List of String) - `source_addresses` (List of String) - `source_ports` (List of String) - `source_prefix_lists` (List of String) ### Nested Schema for `exclude_paths.source.resource_statement` Read-Only: - `resource_types` (List of String) - `resources` (List of String) ### Nested Schema for `exclude_paths.through_resources` Read-Only: - `resource_statement` (Attributes) (see [below for nested schema](#nestedatt--exclude_paths--through_resources--resource_statement)) ### Nested Schema for `exclude_paths.through_resources.resource_statement` Read-Only: - `resource_types` (List of String) - `resources` (List of String) ### Nested Schema for `match_paths` Read-Only: - `destination` (Attributes) (see [below for nested schema](#nestedatt--match_paths--destination)) - `source` (Attributes) (see [below for nested schema](#nestedatt--match_paths--source)) - `through_resources` (Attributes List) (see [below for nested schema](#nestedatt--match_paths--through_resources)) ### Nested Schema for `match_paths.destination` Read-Only: - `packet_header_statement` (Attributes) (see [below for nested schema](#nestedatt--match_paths--destination--packet_header_statement)) - `resource_statement` (Attributes) (see [below for nested schema](#nestedatt--match_paths--destination--resource_statement)) ### Nested Schema for `match_paths.destination.packet_header_statement` Read-Only: - `destination_addresses` (List of String) - `destination_ports` (List of String) - `destination_prefix_lists` (List of String) - `protocols` (List of String) - `source_addresses` (List of String) - `source_ports` (List of String) - `source_prefix_lists` (List of String) ### Nested Schema for `match_paths.destination.resource_statement` Read-Only: - `resource_types` (List of String) - `resources` (List of String) ### Nested Schema for `match_paths.source` Read-Only: - `packet_header_statement` (Attributes) (see [below for nested schema](#nestedatt--match_paths--source--packet_header_statement)) - `resource_statement` (Attributes) (see [below for nested schema](#nestedatt--match_paths--source--resource_statement)) ### Nested Schema for `match_paths.source.packet_header_statement` Read-Only: - `destination_addresses` (List of String) - `destination_ports` (List of String) - `destination_prefix_lists` (List of String) - `protocols` (List of String) - `source_addresses` (List of String) - `source_ports` (List of String) - `source_prefix_lists` (List of String) ### Nested Schema for `match_paths.source.resource_statement` Read-Only: - `resource_types` (List of String) - `resources` (List of String) ### Nested Schema for `match_paths.through_resources` Read-Only: - `resource_statement` (Attributes) (see [below for nested schema](#nestedatt--match_paths--through_resources--resource_statement)) ### Nested Schema for `match_paths.through_resources.resource_statement` Read-Only: - `resource_types` (List of String) - `resources` (List of String) ### Nested Schema for `tags` Read-Only: - `key` (String) - `value` (String)