AWS SDK Version 2 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.

.NET Framework 4.5
 
Contains the result of a successful invocation of the following actions:

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.dll
Version: (assembly version)

Syntax

C#
public class DBSecurityGroup : Object

The DBSecurityGroup type exposes the following members

Constructors

NameDescription
Public Method DBSecurityGroup()

Properties

NameTypeDescription
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 AWS 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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1