Show / Hide Table of Contents

Interface IDatabaseProxyEndpointAttributes

Properties that describe an existing DB Proxy Endpoint.

Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDatabaseProxyEndpointAttributes
Syntax (vb)
Public Interface IDatabaseProxyEndpointAttributes
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.RDS;

            var databaseProxyEndpointAttributes = new DatabaseProxyEndpointAttributes {
                DbProxyEndpointArn = "dbProxyEndpointArn",
                DbProxyEndpointName = "dbProxyEndpointName",
                Endpoint = "endpoint"
            };

Synopsis

Properties

DbProxyEndpointArn

DB Proxy Endpoint ARN.

DbProxyEndpointName

DB Proxy Endpoint Name.

Endpoint

The endpoint that you can use to connect to the DB proxy.

Properties

DbProxyEndpointArn

DB Proxy Endpoint ARN.

string DbProxyEndpointArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

DbProxyEndpointName

DB Proxy Endpoint Name.

string DbProxyEndpointName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Endpoint

The endpoint that you can use to connect to the DB proxy.

string Endpoint { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX