AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Timestream::InfluxDBCluster

CfnInfluxDBCluster

The AWS::Timestream::InfluxDBCluster resource creates an InfluxDB cluster.

Import

import { CfnInfluxDBCluster } from 'aws-cdk-lib/aws-timestream';

Or use the module namespace:

import * as timestream from 'aws-cdk-lib/aws-timestream';
// timestream.CfnInfluxDBCluster

Properties

Configuration passed to the constructor as CfnInfluxDBClusterProps.

allocatedStorageOptional
number

The allocated storage for the InfluxDB cluster.

bucketOptional
string

The bucket for the InfluxDB cluster.

dbInstanceTypeOptional
string

The compute instance of the InfluxDB cluster.

dbParameterGroupIdentifierOptional
string

The name of an existing InfluxDB parameter group.

dbStorageTypeOptional
string

The storage type of the InfluxDB cluster.

deploymentTypeOptional
string

Deployment type of the InfluxDB cluster.

failoverModeOptional
string

Failover mode of the InfluxDB cluster.

logDeliveryConfigurationOptional
IResolvable | LogDeliveryConfigurationProperty

Configuration for sending logs to customer account from the InfluxDB cluster.

nameOptional
string

The unique name that is associated with the InfluxDB cluster.

networkTypeOptional
string

Network type of the InfluxDB cluster.

organizationOptional
string

The organization for the InfluxDB cluster.

passwordOptional
string

The password for the InfluxDB cluster.

portOptional
number

The port number on which InfluxDB accepts connections.

publiclyAccessibleOptional
boolean | IResolvable

Attach a public IP to the customer ENI.

Default: - false

tagsOptional
CfnTag[]

An arbitrary set of tags (key-value pairs) for this DB cluster.

usernameOptional
string

The username for the InfluxDB cluster.

vpcSecurityGroupIdsOptional
string[]

A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.

vpcSubnetIdsOptional
string[]

A list of EC2 subnet IDs for this InfluxDB cluster.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-timestream
CFN TypeAWS::Timestream::InfluxDBCluster
Properties18

External Links