Skip to content

Delete Network Insights Analysis

ec2_delete_network_insights_analysis R Documentation

Deletes the specified network insights analysis

Description

Deletes the specified network insights analysis.

Usage

ec2_delete_network_insights_analysis(DryRun, NetworkInsightsAnalysisId)

Arguments

DryRun

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.

NetworkInsightsAnalysisId

[required] The ID of the network insights analysis.

Value

A list with the following syntax:

list(
  NetworkInsightsAnalysisId = "string"
)

Request syntax

svc$delete_network_insights_analysis(
  DryRun = TRUE|FALSE,
  NetworkInsightsAnalysisId = "string"
)