network_insights_access_scope_analysis
Gets an individual network_insights_access_scope_analysis
resource
Overview
Name | network_insights_access_scope_analysis |
Type | Resource |
Description | network_insights_access_scope_analysis |
Id | awscc.ec2.network_insights_access_scope_analysis |
Fields
Name | Datatype | Description |
---|---|---|
network_insights_access_scope_analysis_id | string | |
network_insights_access_scope_analysis_arn | string | |
network_insights_access_scope_id | string | |
status | string | |
status_message | string | |
start_date | string | |
end_date | string | |
findings_found | string | |
analyzed_eni_count | integer | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
network_insights_access_scope_analysis_id,
network_insights_access_scope_analysis_arn,
network_insights_access_scope_id,
status,
status_message,
start_date,
end_date,
findings_found,
analyzed_eni_count,
tags
FROM awscc.ec2.network_insights_access_scope_analysis
WHERE data__Identifier = '<NetworkInsightsAccessScopeAnalysisId>';
Permissions
To operate on the network_insights_access_scope_analysis
resource, the following permissions are required:
Read
ec2:DescribeNetworkInsightsAccessScopeAnalyses
Update
ec2:DescribeNetworkInsightsAccessScopeAnalyses,
ec2:CreateTags,
ec2:DeleteTags
Delete
ec2:DeleteNetworkInsightsAccessScopeAnalysis,
ec2:DeleteTags