Interface DBProxyEndpointReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DBProxyEndpointReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:52:05.445Z")
@Stability(Stable)
public interface DBProxyEndpointReference
extends software.amazon.jsii.JsiiSerializable
A reference to a DBProxyEndpoint resource.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.rds.*; DBProxyEndpointReference dBProxyEndpointReference = DBProxyEndpointReference.builder() .dbProxyEndpointArn("dbProxyEndpointArn") .dbProxyEndpointName("dbProxyEndpointName") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forDBProxyEndpointReference
static final class
An implementation forDBProxyEndpointReference
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the DBProxyEndpoint resource.The DBProxyEndpointName of the DBProxyEndpoint resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDbProxyEndpointArn
The ARN of the DBProxyEndpoint resource. -
getDbProxyEndpointName
The DBProxyEndpointName of the DBProxyEndpoint resource. -
builder
- Returns:
- a
DBProxyEndpointReference.Builder
ofDBProxyEndpointReference
-