AwsEc2SecurityGroupDetails
Details about an Amazon EC2 security group.
Contents
- GroupId
-
The ID of the security group.
Type: String
Pattern:
.*\S.*
Required: No
- GroupName
-
The name of the security group.
Type: String
Pattern:
.*\S.*
Required: No
- IpPermissions
-
The inbound rules associated with the security group.
Type: Array of AwsEc2SecurityGroupIpPermission objects
Required: No
- IpPermissionsEgress
-
[VPC only] The outbound rules associated with the security group.
Type: Array of AwsEc2SecurityGroupIpPermission objects
Required: No
- OwnerId
-
The AWS account ID of the owner of the security group.
Type: String
Pattern:
.*\S.*
Required: No
- VpcId
-
[VPC only] The ID of the VPC for the security group.
Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: