GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::EC2::DescribeSecurityGroups(3) User Contributed Perl Documentation Paws::EC2::DescribeSecurityGroups(3)

Paws::EC2::DescribeSecurityGroups - Arguments for method DescribeSecurityGroups on Paws::EC2

This class represents the parameters used for calling the method DescribeSecurityGroups on the Amazon Elastic Compute Cloud service. Use the attributes of this class as arguments to method DescribeSecurityGroups.

You shouln't make instances of this class. Each attribute should be used as a named argument in the call to DescribeSecurityGroups.

As an example:

  $service_obj->DescribeSecurityGroups(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

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".

One or more filters.
  • "description" - The description of the security group.
  • "egress.ip-permission.prefix-list-id" - The ID (prefix) of the AWS service to which the security group allows access.
  • "group-id" - The ID of the security group.
  • "group-name" - The name of the security group.
  • "ip-permission.cidr" - A CIDR range that has been granted permission.
  • "ip-permission.from-port" - The start of port range for the TCP and UDP protocols, or an ICMP type number.
  • "ip-permission.group-id" - The ID of a security group that has been granted permission.
  • "ip-permission.group-name" - The name of a security group that has been granted permission.
  • "ip-permission.protocol" - The IP protocol for the permission ("tcp" | "udp" | "icmp" or a protocol number).
  • "ip-permission.to-port" - The end of port range for the TCP and UDP protocols, or an ICMP code.
  • "ip-permission.user-id" - The ID of an AWS account that has been granted permission.
  • "owner-id" - The AWS account ID of the owner of the security group.
  • "tag-key" - The key of a tag assigned to the security group.
  • "tag-value" - The value of a tag assigned to the security group.
  • "vpc-id" - The ID of the VPC specified when the security group was created.

One or more security group IDs. Required for security groups in a nondefault VPC.

Default: Describes all your security groups.

[EC2-Classic and default VPC only] One or more security group names. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, use the "group-name" filter to describe security groups by name.

Default: Describes all your security groups.

This class forms part of Paws, documenting arguments for method DescribeSecurityGroups in Paws::EC2

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues

2015-08-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.