interface DatabaseReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Timestream.DatabaseReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awstimestream#DatabaseReference |
![]() | software.amazon.awscdk.services.timestream.DatabaseReference |
![]() | aws_cdk.aws_timestream.DatabaseReference |
![]() | aws-cdk-lib » aws_timestream » 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_timestream as timestream } from 'aws-cdk-lib';
const databaseReference: timestream.DatabaseReference = {
databaseArn: 'databaseArn',
databaseName: 'databaseName',
};
Properties
Name | Type | Description |
---|---|---|
database | string | The ARN of the Database resource. |
database | string | The DatabaseName of the Database resource. |
databaseArn
Type:
string
The ARN of the Database resource.
databaseName
Type:
string
The DatabaseName of the Database resource.