interface DatabaseReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.DatabaseReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#DatabaseReference |
![]() | software.amazon.awscdk.services.glue.DatabaseReference |
![]() | aws_cdk.aws_glue.DatabaseReference |
![]() | aws-cdk-lib » aws_glue » DatabaseReference |
A reference to a Database resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_glue as glue } from 'aws-cdk-lib';
const databaseReference: glue.DatabaseReference = {
databaseName: 'databaseName',
};
Properties
Name | Type | Description |
---|---|---|
database | string | The DatabaseName of the Database resource. |
databaseName
Type:
string
The DatabaseName of the Database resource.