InfluxDBInstanceReference
- class aws_cdk.aws_timestream.InfluxDBInstanceReference(*, influx_db_instance_arn, influx_db_instance_id)
Bases:
object
A reference to a InfluxDBInstance resource.
- Parameters:
influx_db_instance_arn (
str
) – The ARN of the InfluxDBInstance resource.influx_db_instance_id (
str
) – The Id of the InfluxDBInstance resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_timestream as timestream influx_dBInstance_reference = timestream.InfluxDBInstanceReference( influx_db_instance_arn="influxDbInstanceArn", influx_db_instance_id="influxDbInstanceId" )
Attributes
- influx_db_instance_arn
The ARN of the InfluxDBInstance resource.
- influx_db_instance_id
The Id of the InfluxDBInstance resource.