Class DatabaseProxyAttributes
Properties that describe an existing DB Proxy.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DatabaseProxyAttributes : Object, IDatabaseProxyAttributes
Syntax (vb)
Public Class DatabaseProxyAttributes
Inherits Object
Implements IDatabaseProxyAttributes
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.AWS.EC2;
using Amazon.CDK.AWS.RDS;
SecurityGroup securityGroup;
var databaseProxyAttributes = new DatabaseProxyAttributes {
DbProxyArn = "dbProxyArn",
DbProxyName = "dbProxyName",
Endpoint = "endpoint",
SecurityGroups = new [] { securityGroup }
};
Synopsis
Constructors
Database |
Properties
Db |
DB Proxy ARN. |
Db |
DB Proxy Name. |
Endpoint | Endpoint. |
Security |
The security groups of the instance. |
Constructors
DatabaseProxyAttributes()
public DatabaseProxyAttributes()
Properties
DbProxyArn
DB Proxy ARN.
public string DbProxyArn { get; set; }
Property Value
System.
DbProxyName
DB Proxy Name.
public string DbProxyName { get; set; }
Property Value
System.
Endpoint
Endpoint.
public string Endpoint { get; set; }
Property Value
System.
SecurityGroups
The security groups of the instance.
public ISecurityGroup[] SecurityGroups { get; set; }
Property Value