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 3.5
 
Describes an Amazon RDS instance.

Inheritance Hierarchy

System.Object
  Amazon.OpsWorks.Model.RdsDbInstance

Namespace: Amazon.OpsWorks.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class RdsDbInstance : Object

The RdsDbInstance type exposes the following members

Constructors

NameDescription
Public Method RdsDbInstance()

Properties

NameTypeDescription
Public Property Address System.String Gets and sets the property Address.

The instance's address.

Public Property DbInstanceIdentifier System.String Gets and sets the property DbInstanceIdentifier.

The DB instance identifier.

Public Property DbPassword System.String Gets and sets the property DbPassword.

AWS OpsWorks returns *****FILTERED***** instead of the actual value.

Public Property DbUser System.String Gets and sets the property DbUser.

The master user name.

Public Property Engine System.String Gets and sets the property Engine.

The instance's database engine.

Public Property MissingOnRds System.Boolean Gets and sets the property MissingOnRds.

Set to true if AWS OpsWorks was unable to discover the Amazon RDS instance. AWS OpsWorks attempts to discover the instance only once. If this value is set to true, you must deregister the instance and then register it again.

Public Property RdsDbInstanceArn System.String Gets and sets the property RdsDbInstanceArn.

The instance's ARN.

Public Property Region System.String Gets and sets the property Region.

The instance's AWS region.

Public Property StackId System.String Gets and sets the property StackId.

The ID of the stack that the instance is registered with.

Version Information

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

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