EC2 SecurityGroup
Elastic Compute Cloud (EC2) Virtual Private Cloud (VPC) SecurityGroup
Resource Type
AWS.EC2.SecurityGroup
Resource ID Format
For EC2 Security Groups, the resource ID is the ARN.
arn:aws:ec2:us-west-2:123456789012:security-group/sg-1
Background
This resource represents a snapshot of an AWS EC2 VPC SecurityGroup.
Fields
Field
Type
Description
Description
String
The description of the security group.
IpPermissions
List
Inbound IP permissions
IpPermissionsEgress
List
Outbound (egress) IP permissions
OwnerId
String
The Amazon Web Services account ID of the owner of the network interface.
VpcId
String
The ID of the VPC.
Example
Last updated