InfluxDBClusterReference
- class aws_cdk.interfaces.aws_timestream.InfluxDBClusterReference(*, influx_db_cluster_arn, influx_db_cluster_id)
Bases:
objectA reference to a InfluxDBCluster resource.
- Parameters:
influx_db_cluster_arn (
str) – The ARN of the InfluxDBCluster resource.influx_db_cluster_id (
str) – The Id of the InfluxDBCluster 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_dBCluster_reference = interfaces_timestream.InfluxDBClusterReference( influx_db_cluster_arn="influxDbClusterArn", influx_db_cluster_id="influxDbClusterId" )
Attributes
- influx_db_cluster_arn
The ARN of the InfluxDBCluster resource.
- influx_db_cluster_id
The Id of the InfluxDBCluster resource.