InfluxDBInstanceReference
- class aws_cdk.interfaces.aws_timestream.InfluxDBInstanceReference(*, influx_db_instance_arn, influx_db_instance_id)
Bases:
objectA 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.interfaces import aws_timestream as interfaces_timestream influx_dBInstance_reference = interfaces_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.