interface ICustomDBEngineVersionRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RDS.ICustomDBEngineVersionRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#ICustomDBEngineVersionRef |
Java | software.amazon.awscdk.services.rds.ICustomDBEngineVersionRef |
Python | aws_cdk.aws_rds.ICustomDBEngineVersionRef |
TypeScript | aws-cdk-lib » aws_rds » ICustomDBEngineVersionRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a CustomDBEngineVersion.
Properties
| Name | Type | Description |
|---|---|---|
| custom | Custom | A reference to a CustomDBEngineVersion resource. |
| node | Node | The tree node. |
customDbEngineVersionRef
Type:
Custom
A reference to a CustomDBEngineVersion resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript