paws.compute (version 0.1.0)

ec2_describe_stale_security_groups: [EC2-VPC only] Describes the stale security group rules for security groups in a specified VPC

Description

[EC2-VPC only] Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in a peer VPC, or a security group in a peer VPC for which the VPC peering connection has been deleted.

Usage

ec2_describe_stale_security_groups(DryRun, MaxResults, NextToken, VpcId)

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.

MaxResults

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

NextToken

The token for the next set of items to return. (You received this token from a prior call.)

VpcId

[required] The ID of the VPC.

Request syntax

svc$describe_stale_security_groups(
  DryRun = TRUE|FALSE,
  MaxResults = 123,
  NextToken = "string",
  VpcId = "string"
)