---
type: resource-type
title: InfluxDBCluster
description: aws resource type AWS::Timestream::InfluxDBCluster
name: InfluxDBCluster
lexicon: aws
resource_type: AWS::Timestream::InfluxDBCluster
---
`AWS::Timestream::InfluxDBCluster`, a resource type of the aws lexicon.

## Properties

- `AllocatedStorage` (`number`, optional): The allocated storage for the InfluxDB cluster.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
- `Bucket` (`string`, optional): The bucket for the InfluxDB cluster.
- `DbInstanceType` (`"db.influx.12xlarge" | "db.influx.16xlarge" | "db.influx.24xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.large" | "db.influx.medium" | "db.influx.xlarge"`, optional): The compute instance of the InfluxDB cluster.
- `DbParameterGroupIdentifier` (`string`, optional): The name of an existing InfluxDB parameter group.
- `DbStorageType` (`"InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3"`, optional): The storage type of the InfluxDB cluster.
- `DeploymentType` (`"MULTI_NODE_READ_REPLICAS"`, optional): Deployment type of the InfluxDB cluster.
- `Endpoint` (`string`, optional): The connection endpoint for the InfluxDB cluster.
- `EngineType` (`"INFLUXDB_V2" | "INFLUXDB_V3_CORE" | "INFLUXDB_V3_ENTERPRISE"`, optional): The engine type for the InfluxDB cluster.
- `FailoverMode` (`"AUTOMATIC" | "NO_FAILOVER"`, optional): Failover mode of the InfluxDB cluster.
- `Id` (`string`, optional): The service generated unique identifier for InfluxDB cluster.
- `InfluxAuthParametersSecretArn` (`string`, optional): The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
- `LogDeliveryConfiguration` (`Record<string, unknown>`, optional): Configuration for sending logs to customer account from the InfluxDB cluster.
- `Name` (`string`, optional): The unique name that is associated with the InfluxDB cluster.
- `NetworkType` (`"DUAL" | "IPV4"`, optional): Network type of the InfluxDB cluster.
- `Organization` (`string`, optional): The organization for the InfluxDB cluster.
- `Password` (`string`, optional): The password for the InfluxDB cluster.
- `Port` (`number`, optional): The port number on which InfluxDB accepts connections.
- `PubliclyAccessible` (`boolean`, optional): Attach a public IP to the customer ENI.
- `ReaderEndpoint` (`string`, optional): The reader endpoint for the InfluxDB cluster.
- `Status` (`"AVAILABLE" | "CREATING" | "DELETED" | "DELETING" | "FAILED" | "MAINTENANCE" | "PARTIALLY_AVAILABLE" | "REBOOTING" | "REBOOT_FAILED" | "UPDATING" | "UPDATING_INSTANCE_TYPE"`, optional): Status of the InfluxDB cluster.
- `Tags` (`InfluxDBCluster_Tag[]`, optional): An arbitrary set of tags (key-value pairs) for this DB cluster.
- `Username` (`string`, optional): The username for the InfluxDB cluster.
- `VpcSecurityGroupIds` (`string[]`, optional): A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
- `VpcSubnetIds` (`string[]`, optional): A list of EC2 subnet IDs for this InfluxDB cluster.

## Attributes

- `Arn`
- `Endpoint`
- `EngineType`
- `Id`
- `InfluxAuthParametersSecretArn`
- `ReaderEndpoint`
- `Status`
