AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Instantiates RevokeSecurityGroupIngressRequest with the parameterized properties

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public RevokeSecurityGroupIngressRequest(
         String groupName,
         List<IpPermission> ipPermissions
)

Parameters

groupName
Type: System.String

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

ipPermissions
Type: System.Collections.Generic.List<Amazon.EC2.Model.IpPermission>

The sets of IP permissions. You can't specify a source security group and a CIDR IP address range in the same set of permissions.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5