Amazon Elastic Compute Cloud
API Reference (API Version 2011-12-15)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

SecurityGroupItemType

The SecurityGroupItemType data type.

Ancestors

  • SecurityGroupSetType

Relevant Operations

  • DescribeSecurityGroups

Contents

The following table describes the elements contained in SecurityGroupItemType.

NameDescription

ownerId

AWS account ID of the owner of the security group.

Type: xsd:string

groupId

ID of the security group.

Type: xsd:string

groupName

Name of the security group.

Type: xsd:string

groupDescription

Description of the security group.

Type: xsd:string

vpcId

ID of the VPC the security group is in (for VPC security groups).

Type: xsd:string

ipPermissions

A list of inbound rules associated with the security group. Each permission is wrapped in an item element.

Type: IpPermissionType

ipPermissionsEgress

A list of outbound rules associated with the security group (for VPC security groups). Each permission is wrapped in an item element.

Type: IpPermissionType

tagSet

Tags assigned to the resource. Each tag's information is wrapped in an item element.

Type: ResourceTagSetItemType