--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_network_insights_access_scope_analysis Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::EC2::NetworkInsightsAccessScopeAnalysis --- # awscc_ec2_network_insights_access_scope_analysis (Resource) Resource schema for AWS::EC2::NetworkInsightsAccessScopeAnalysis ## Schema ### Required - `network_insights_access_scope_id` (String) ### Optional - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `analyzed_eni_count` (Number) - `end_date` (String) - `findings_found` (String) - `id` (String) Uniquely identifies the resource. - `network_insights_access_scope_analysis_arn` (String) - `network_insights_access_scope_analysis_id` (String) - `start_date` (String) - `status` (String) - `status_message` (String) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_network_insights_access_scope_analysis.example ```