Amazon Elastic Compute Cloud
API Reference (API Version 2013-02-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

SecurityGroupItemType

The SecurityGroupItemType data type.

Ancestors

  • SecurityGroupSetType

Relevant Operations

  • DescribeSecurityGroups

Contents

ownerId

The AWS account ID of the owner of the security group.

Type: String

groupId

The ID of the security group.

Type: String

groupName

The name of the security group.

Type: String

groupDescription

A description of the security group.

Type: String

vpcId

[EC2-VPC] The ID of the VPC for the security group.

Type: String

ipPermissions

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

Type: IpPermissionType

ipPermissionsEgress

[EC2-VPC] A list of outbound rules associated with the security group. Each permission is wrapped in an item element.

Type: IpPermissionType

tagSet

Any tags assigned to the resource, each one wrapped in an item element.

Type: ResourceTagSetItemType