interface DatabaseProxyEndpointAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RDS.DatabaseProxyEndpointAttributes |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#DatabaseProxyEndpointAttributes |
![]() | software.amazon.awscdk.services.rds.DatabaseProxyEndpointAttributes |
![]() | aws_cdk.aws_rds.DatabaseProxyEndpointAttributes |
![]() | aws-cdk-lib » aws_rds » DatabaseProxyEndpointAttributes |
Properties that describe an existing DB Proxy Endpoint.
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 databaseProxyEndpointAttributes: rds.DatabaseProxyEndpointAttributes = {
dbProxyEndpointArn: 'dbProxyEndpointArn',
dbProxyEndpointName: 'dbProxyEndpointName',
endpoint: 'endpoint',
};
Properties
Name | Type | Description |
---|---|---|
db | string | DB Proxy Endpoint ARN. |
db | string | DB Proxy Endpoint Name. |
endpoint | string | The endpoint that you can use to connect to the DB proxy. |
dbProxyEndpointArn
Type:
string
DB Proxy Endpoint ARN.
dbProxyEndpointName
Type:
string
DB Proxy Endpoint Name.
endpoint
Type:
string
The endpoint that you can use to connect to the DB proxy.