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.

Contains the details for an Amazon RDS DB security group.

This data type is used as a response element in the DescribeDBSecurityGroups action.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.DBSecurityGroup

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

Syntax

C#
public class DBSecurityGroup

The DBSecurityGroup type exposes the following members

Constructors

NameDescription
Public Method DBSecurityGroup()

Properties

NameTypeDescription
Public Property DBSecurityGroupArn System.String

Gets and sets the property DBSecurityGroupArn.

The Amazon Resource Name (ARN) for the DB security group.

Public Property DBSecurityGroupDescription System.String

Gets and sets the property DBSecurityGroupDescription.

Provides the description of the DB security group.

Public Property DBSecurityGroupName System.String

Gets and sets the property DBSecurityGroupName.

Specifies the name of the DB security group.

Public Property EC2SecurityGroups System.Collections.Generic.List<Amazon.RDS.Model.EC2SecurityGroup>

Gets and sets the property EC2SecurityGroups.

Contains a list of EC2SecurityGroup elements.

Public Property IPRanges System.Collections.Generic.List<Amazon.RDS.Model.IPRange>

Gets and sets the property IPRanges.

Contains a list of IPRange elements.

Public Property OwnerId System.String

Gets and sets the property OwnerId.

Provides the Amazon Web Services ID of the owner of a specific DB security group.

Public Property VpcId System.String

Gets and sets the property VpcId.

Provides the VpcId of the DB security group.

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