interface DBProxyEndpointReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RDS.DBProxyEndpointReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#DBProxyEndpointReference |
![]() | software.amazon.awscdk.services.rds.DBProxyEndpointReference |
![]() | aws_cdk.aws_rds.DBProxyEndpointReference |
![]() | aws-cdk-lib » aws_rds » DBProxyEndpointReference |
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 { aws_rds as rds } from 'aws-cdk-lib';
const dBProxyEndpointReference: rds.DBProxyEndpointReference = {
dbProxyEndpointArn: 'dbProxyEndpointArn',
dbProxyEndpointName: 'dbProxyEndpointName',
};
Properties
Name | Type | Description |
---|---|---|
db | string | The ARN of the DBProxyEndpoint resource. |
db | string | The DBProxyEndpointName of the DBProxyEndpoint resource. |
dbProxyEndpointArn
Type:
string
The ARN of the DBProxyEndpoint resource.
dbProxyEndpointName
Type:
string
The DBProxyEndpointName of the DBProxyEndpoint resource.