AWS::Timestream::InfluxDBClusterThe AWS::Timestream::InfluxDBCluster resource creates an InfluxDB cluster.
import { CfnInfluxDBCluster } from 'aws-cdk-lib/aws-timestream';Or use the module namespace:
import * as timestream from 'aws-cdk-lib/aws-timestream';
// timestream.CfnInfluxDBClusterConfiguration passed to the constructor as CfnInfluxDBClusterProps.
allocatedStorageOptionalnumberThe allocated storage for the InfluxDB cluster.
bucketOptionalstringThe bucket for the InfluxDB cluster.
dbInstanceTypeOptionalstringThe compute instance of the InfluxDB cluster.
dbParameterGroupIdentifierOptionalstringThe name of an existing InfluxDB parameter group.
dbStorageTypeOptionalstringThe storage type of the InfluxDB cluster.
deploymentTypeOptionalstringDeployment type of the InfluxDB cluster.
failoverModeOptionalstringFailover mode of the InfluxDB cluster.
logDeliveryConfigurationOptionalIResolvable | LogDeliveryConfigurationPropertyConfiguration for sending logs to customer account from the InfluxDB cluster.
nameOptionalstringThe unique name that is associated with the InfluxDB cluster.
networkTypeOptionalstringNetwork type of the InfluxDB cluster.
organizationOptionalstringThe organization for the InfluxDB cluster.
passwordOptionalstringThe password for the InfluxDB cluster.
portOptionalnumberThe port number on which InfluxDB accepts connections.
publiclyAccessibleOptionalboolean | IResolvableAttach a public IP to the customer ENI.
Default: - false
tagsOptionalCfnTag[]An arbitrary set of tags (key-value pairs) for this DB cluster.
usernameOptionalstringThe username for the InfluxDB cluster.
vpcSecurityGroupIdsOptionalstring[]A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
vpcSubnetIdsOptionalstring[]A list of EC2 subnet IDs for this InfluxDB cluster.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-timestreamAWS::Timestream::InfluxDBCluster