Show / Hide Table of Contents

Interface IDatabaseProxyEndpoint

A DB proxy endpoint.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDatabaseProxyEndpoint : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IDatabaseProxyEndpoint Inherits IResource, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

DbProxyEndpointArn

DB Proxy Endpoint ARN.

DbProxyEndpointName

DB Proxy Endpoint Name.

Endpoint

Endpoint.

Properties

DbProxyEndpointArn

DB Proxy Endpoint ARN.

string DbProxyEndpointArn { get; }
Property Value

string

Remarks

Attribute: true

DbProxyEndpointName

DB Proxy Endpoint Name.

string DbProxyEndpointName { get; }
Property Value

string

Remarks

Attribute: true

Endpoint

Endpoint.

string Endpoint { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX