interface InfluxDBInstanceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Timestream.InfluxDBInstanceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awstimestream#InfluxDBInstanceReference |
![]() | software.amazon.awscdk.services.timestream.InfluxDBInstanceReference |
![]() | aws_cdk.aws_timestream.InfluxDBInstanceReference |
![]() | aws-cdk-lib » aws_timestream » InfluxDBInstanceReference |
A reference to a InfluxDBInstance 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 influxDBInstanceReference: timestream.InfluxDBInstanceReference = {
influxDbInstanceArn: 'influxDbInstanceArn',
influxDbInstanceId: 'influxDbInstanceId',
};
Properties
Name | Type | Description |
---|---|---|
influx | string | The ARN of the InfluxDBInstance resource. |
influx | string | The Id of the InfluxDBInstance resource. |
influxDbInstanceArn
Type:
string
The ARN of the InfluxDBInstance resource.
influxDbInstanceId
Type:
string
The Id of the InfluxDBInstance resource.