Interface IDBProxyReference
A reference to a DBProxy resource.
Namespace: Amazon.CDK.Interfaces.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDBProxyReference
Syntax (vb)
Public Interface IDBProxyReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.RDS;
var dBProxyReference = new DBProxyReference {
DbProxyArn = "dbProxyArn",
DbProxyName = "dbProxyName"
};
Synopsis
Properties
| DbProxyArn | The ARN of the DBProxy resource. |
| DbProxyName | The DBProxyName of the DBProxy resource. |
Properties
DbProxyArn
The ARN of the DBProxy resource.
string DbProxyArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
DbProxyName
The DBProxyName of the DBProxy resource.
string DbProxyName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated