1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. timestream
  5. InfluxDbCluster

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi

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

    Create InfluxDbCluster Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new InfluxDbCluster(name: string, args?: InfluxDbClusterArgs, opts?: CustomResourceOptions);
    @overload
    def InfluxDbCluster(resource_name: str,
                        args: Optional[InfluxDbClusterArgs] = None,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def InfluxDbCluster(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        allocated_storage: Optional[int] = None,
                        bucket: Optional[str] = None,
                        db_instance_type: Optional[InfluxDbClusterDbInstanceType] = None,
                        db_parameter_group_identifier: Optional[str] = None,
                        db_storage_type: Optional[InfluxDbClusterDbStorageType] = None,
                        deployment_type: Optional[InfluxDbClusterDeploymentType] = None,
                        failover_mode: Optional[InfluxDbClusterFailoverMode] = None,
                        log_delivery_configuration: Optional[LogDeliveryConfigurationPropertiesArgs] = None,
                        name: Optional[str] = None,
                        network_type: Optional[InfluxDbClusterNetworkType] = None,
                        organization: Optional[str] = None,
                        password: Optional[str] = None,
                        port: Optional[int] = None,
                        publicly_accessible: Optional[bool] = None,
                        tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                        username: Optional[str] = None,
                        vpc_security_group_ids: Optional[Sequence[str]] = None,
                        vpc_subnet_ids: Optional[Sequence[str]] = None)
    func NewInfluxDbCluster(ctx *Context, name string, args *InfluxDbClusterArgs, opts ...ResourceOption) (*InfluxDbCluster, error)
    public InfluxDbCluster(string name, InfluxDbClusterArgs? args = null, CustomResourceOptions? opts = null)
    public InfluxDbCluster(String name, InfluxDbClusterArgs args)
    public InfluxDbCluster(String name, InfluxDbClusterArgs args, CustomResourceOptions options)
    
    type: aws-native:timestream:InfluxDbCluster
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args InfluxDbClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args InfluxDbClusterArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args InfluxDbClusterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args InfluxDbClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args InfluxDbClusterArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    InfluxDbCluster Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The InfluxDbCluster resource accepts the following input properties:

    AllocatedStorage int
    The allocated storage for the InfluxDB cluster.
    Bucket string
    The bucket for the InfluxDB cluster.
    DbInstanceType Pulumi.AwsNative.Timestream.InfluxDbClusterDbInstanceType
    The compute instance of the InfluxDB cluster.
    DbParameterGroupIdentifier string
    The name of an existing InfluxDB parameter group.
    DbStorageType Pulumi.AwsNative.Timestream.InfluxDbClusterDbStorageType
    The storage type of the InfluxDB cluster.
    DeploymentType Pulumi.AwsNative.Timestream.InfluxDbClusterDeploymentType
    Deployment type of the InfluxDB cluster.
    FailoverMode Pulumi.AwsNative.Timestream.InfluxDbClusterFailoverMode
    Failover mode of the InfluxDB cluster.
    LogDeliveryConfiguration Pulumi.AwsNative.Timestream.Inputs.LogDeliveryConfigurationProperties
    Configuration for sending logs to customer account from the InfluxDB cluster.
    Name string
    The unique name that is associated with the InfluxDB cluster.
    NetworkType Pulumi.AwsNative.Timestream.InfluxDbClusterNetworkType
    Network type of the InfluxDB cluster.
    Organization string
    The organization for the InfluxDB cluster.
    Password string
    The password for the InfluxDB cluster.
    Port int
    The port number on which InfluxDB accepts connections.
    PubliclyAccessible bool
    Attach a public IP to the customer ENI.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An arbitrary set of tags (key-value pairs) for this DB cluster.
    Username string
    The username for the InfluxDB cluster.
    VpcSecurityGroupIds List<string>
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
    VpcSubnetIds List<string>
    A list of EC2 subnet IDs for this InfluxDB cluster.
    AllocatedStorage int
    The allocated storage for the InfluxDB cluster.
    Bucket string
    The bucket for the InfluxDB cluster.
    DbInstanceType InfluxDbClusterDbInstanceType
    The compute instance of the InfluxDB cluster.
    DbParameterGroupIdentifier string
    The name of an existing InfluxDB parameter group.
    DbStorageType InfluxDbClusterDbStorageType
    The storage type of the InfluxDB cluster.
    DeploymentType InfluxDbClusterDeploymentType
    Deployment type of the InfluxDB cluster.
    FailoverMode InfluxDbClusterFailoverMode
    Failover mode of the InfluxDB cluster.
    LogDeliveryConfiguration LogDeliveryConfigurationPropertiesArgs
    Configuration for sending logs to customer account from the InfluxDB cluster.
    Name string
    The unique name that is associated with the InfluxDB cluster.
    NetworkType InfluxDbClusterNetworkType
    Network type of the InfluxDB cluster.
    Organization string
    The organization for the InfluxDB cluster.
    Password string
    The password for the InfluxDB cluster.
    Port int
    The port number on which InfluxDB accepts connections.
    PubliclyAccessible bool
    Attach a public IP to the customer ENI.
    Tags TagArgs
    An arbitrary set of tags (key-value pairs) for this DB cluster.
    Username string
    The username for the InfluxDB cluster.
    VpcSecurityGroupIds []string
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
    VpcSubnetIds []string
    A list of EC2 subnet IDs for this InfluxDB cluster.
    allocatedStorage Integer
    The allocated storage for the InfluxDB cluster.
    bucket String
    The bucket for the InfluxDB cluster.
    dbInstanceType InfluxDbClusterDbInstanceType
    The compute instance of the InfluxDB cluster.
    dbParameterGroupIdentifier String
    The name of an existing InfluxDB parameter group.
    dbStorageType InfluxDbClusterDbStorageType
    The storage type of the InfluxDB cluster.
    deploymentType InfluxDbClusterDeploymentType
    Deployment type of the InfluxDB cluster.
    failoverMode InfluxDbClusterFailoverMode
    Failover mode of the InfluxDB cluster.
    logDeliveryConfiguration LogDeliveryConfigurationProperties
    Configuration for sending logs to customer account from the InfluxDB cluster.
    name String
    The unique name that is associated with the InfluxDB cluster.
    networkType InfluxDbClusterNetworkType
    Network type of the InfluxDB cluster.
    organization String
    The organization for the InfluxDB cluster.
    password String
    The password for the InfluxDB cluster.
    port Integer
    The port number on which InfluxDB accepts connections.
    publiclyAccessible Boolean
    Attach a public IP to the customer ENI.
    tags List<Tag>
    An arbitrary set of tags (key-value pairs) for this DB cluster.
    username String
    The username for the InfluxDB cluster.
    vpcSecurityGroupIds List<String>
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
    vpcSubnetIds List<String>
    A list of EC2 subnet IDs for this InfluxDB cluster.
    allocatedStorage number
    The allocated storage for the InfluxDB cluster.
    bucket string
    The bucket for the InfluxDB cluster.
    dbInstanceType InfluxDbClusterDbInstanceType
    The compute instance of the InfluxDB cluster.
    dbParameterGroupIdentifier string
    The name of an existing InfluxDB parameter group.
    dbStorageType InfluxDbClusterDbStorageType
    The storage type of the InfluxDB cluster.
    deploymentType InfluxDbClusterDeploymentType
    Deployment type of the InfluxDB cluster.
    failoverMode InfluxDbClusterFailoverMode
    Failover mode of the InfluxDB cluster.
    logDeliveryConfiguration LogDeliveryConfigurationProperties
    Configuration for sending logs to customer account from the InfluxDB cluster.
    name string
    The unique name that is associated with the InfluxDB cluster.
    networkType InfluxDbClusterNetworkType
    Network type of the InfluxDB cluster.
    organization string
    The organization for the InfluxDB cluster.
    password string
    The password for the InfluxDB cluster.
    port number
    The port number on which InfluxDB accepts connections.
    publiclyAccessible boolean
    Attach a public IP to the customer ENI.
    tags Tag[]
    An arbitrary set of tags (key-value pairs) for this DB cluster.
    username string
    The username for the InfluxDB cluster.
    vpcSecurityGroupIds string[]
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
    vpcSubnetIds string[]
    A list of EC2 subnet IDs for this InfluxDB cluster.
    allocated_storage int
    The allocated storage for the InfluxDB cluster.
    bucket str
    The bucket for the InfluxDB cluster.
    db_instance_type InfluxDbClusterDbInstanceType
    The compute instance of the InfluxDB cluster.
    db_parameter_group_identifier str
    The name of an existing InfluxDB parameter group.
    db_storage_type InfluxDbClusterDbStorageType
    The storage type of the InfluxDB cluster.
    deployment_type InfluxDbClusterDeploymentType
    Deployment type of the InfluxDB cluster.
    failover_mode InfluxDbClusterFailoverMode
    Failover mode of the InfluxDB cluster.
    log_delivery_configuration LogDeliveryConfigurationPropertiesArgs
    Configuration for sending logs to customer account from the InfluxDB cluster.
    name str
    The unique name that is associated with the InfluxDB cluster.
    network_type InfluxDbClusterNetworkType
    Network type of the InfluxDB cluster.
    organization str
    The organization for the InfluxDB cluster.
    password str
    The password for the InfluxDB cluster.
    port int
    The port number on which InfluxDB accepts connections.
    publicly_accessible bool
    Attach a public IP to the customer ENI.
    tags Sequence[TagArgs]
    An arbitrary set of tags (key-value pairs) for this DB cluster.
    username str
    The username for the InfluxDB cluster.
    vpc_security_group_ids Sequence[str]
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
    vpc_subnet_ids Sequence[str]
    A list of EC2 subnet IDs for this InfluxDB cluster.
    allocatedStorage Number
    The allocated storage for the InfluxDB cluster.
    bucket String
    The bucket for the InfluxDB cluster.
    dbInstanceType "db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge" | "db.influx.24xlarge"
    The compute instance of the InfluxDB cluster.
    dbParameterGroupIdentifier String
    The name of an existing InfluxDB parameter group.
    dbStorageType "InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3"
    The storage type of the InfluxDB cluster.
    deploymentType "MULTI_NODE_READ_REPLICAS"
    Deployment type of the InfluxDB cluster.
    failoverMode "AUTOMATIC" | "NO_FAILOVER"
    Failover mode of the InfluxDB cluster.
    logDeliveryConfiguration Property Map
    Configuration for sending logs to customer account from the InfluxDB cluster.
    name String
    The unique name that is associated with the InfluxDB cluster.
    networkType "IPV4" | "DUAL"
    Network type of the InfluxDB cluster.
    organization String
    The organization for the InfluxDB cluster.
    password String
    The password for the InfluxDB cluster.
    port Number
    The port number on which InfluxDB accepts connections.
    publiclyAccessible Boolean
    Attach a public IP to the customer ENI.
    tags List<Property Map>
    An arbitrary set of tags (key-value pairs) for this DB cluster.
    username String
    The username for the InfluxDB cluster.
    vpcSecurityGroupIds List<String>
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
    vpcSubnetIds List<String>
    A list of EC2 subnet IDs for this InfluxDB cluster.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the InfluxDbCluster resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
    AwsId string
    The service generated unique identifier for InfluxDB cluster.
    Endpoint string
    The connection endpoint for the InfluxDB cluster.
    EngineType Pulumi.AwsNative.Timestream.InfluxDbClusterEngineType
    The engine type for the InfluxDB cluster.
    Id string
    The provider-assigned unique ID for this managed resource.
    InfluxAuthParametersSecretArn string
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
    ReaderEndpoint string
    The reader endpoint for the InfluxDB cluster.
    Status Pulumi.AwsNative.Timestream.InfluxDbClusterStatus
    Status of the InfluxDB cluster.
    Arn string
    The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
    AwsId string
    The service generated unique identifier for InfluxDB cluster.
    Endpoint string
    The connection endpoint for the InfluxDB cluster.
    EngineType InfluxDbClusterEngineType
    The engine type for the InfluxDB cluster.
    Id string
    The provider-assigned unique ID for this managed resource.
    InfluxAuthParametersSecretArn string
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
    ReaderEndpoint string
    The reader endpoint for the InfluxDB cluster.
    Status InfluxDbClusterStatus
    Status of the InfluxDB cluster.
    arn String
    The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
    awsId String
    The service generated unique identifier for InfluxDB cluster.
    endpoint String
    The connection endpoint for the InfluxDB cluster.
    engineType InfluxDbClusterEngineType
    The engine type for the InfluxDB cluster.
    id String
    The provider-assigned unique ID for this managed resource.
    influxAuthParametersSecretArn String
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
    readerEndpoint String
    The reader endpoint for the InfluxDB cluster.
    status InfluxDbClusterStatus
    Status of the InfluxDB cluster.
    arn string
    The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
    awsId string
    The service generated unique identifier for InfluxDB cluster.
    endpoint string
    The connection endpoint for the InfluxDB cluster.
    engineType InfluxDbClusterEngineType
    The engine type for the InfluxDB cluster.
    id string
    The provider-assigned unique ID for this managed resource.
    influxAuthParametersSecretArn string
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
    readerEndpoint string
    The reader endpoint for the InfluxDB cluster.
    status InfluxDbClusterStatus
    Status of the InfluxDB cluster.
    arn str
    The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
    aws_id str
    The service generated unique identifier for InfluxDB cluster.
    endpoint str
    The connection endpoint for the InfluxDB cluster.
    engine_type InfluxDbClusterEngineType
    The engine type for the InfluxDB cluster.
    id str
    The provider-assigned unique ID for this managed resource.
    influx_auth_parameters_secret_arn str
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
    reader_endpoint str
    The reader endpoint for the InfluxDB cluster.
    status InfluxDbClusterStatus
    Status of the InfluxDB cluster.
    arn String
    The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
    awsId String
    The service generated unique identifier for InfluxDB cluster.
    endpoint String
    The connection endpoint for the InfluxDB cluster.
    engineType "INFLUXDB_V2" | "INFLUXDB_V3_CORE" | "INFLUXDB_V3_ENTERPRISE"
    The engine type for the InfluxDB cluster.
    id String
    The provider-assigned unique ID for this managed resource.
    influxAuthParametersSecretArn String
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
    readerEndpoint String
    The reader endpoint for the InfluxDB cluster.
    status "CREATING" | "UPDATING" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "DELETING" | "AVAILABLE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE" | "FAILED" | "DELETED"
    Status of the InfluxDB cluster.

    Supporting Types

    InfluxDbClusterDbInstanceType, InfluxDbClusterDbInstanceTypeArgs

    DbInfluxMedium
    db.influx.medium
    DbInfluxLarge
    db.influx.large
    DbInfluxXlarge
    db.influx.xlarge
    DbInflux2xlarge
    db.influx.2xlarge
    DbInflux4xlarge
    db.influx.4xlarge
    DbInflux8xlarge
    db.influx.8xlarge
    DbInflux12xlarge
    db.influx.12xlarge
    DbInflux16xlarge
    db.influx.16xlarge
    DbInflux24xlarge
    db.influx.24xlarge
    InfluxDbClusterDbInstanceTypeDbInfluxMedium
    db.influx.medium
    InfluxDbClusterDbInstanceTypeDbInfluxLarge
    db.influx.large
    InfluxDbClusterDbInstanceTypeDbInfluxXlarge
    db.influx.xlarge
    InfluxDbClusterDbInstanceTypeDbInflux2xlarge
    db.influx.2xlarge
    InfluxDbClusterDbInstanceTypeDbInflux4xlarge
    db.influx.4xlarge
    InfluxDbClusterDbInstanceTypeDbInflux8xlarge
    db.influx.8xlarge
    InfluxDbClusterDbInstanceTypeDbInflux12xlarge
    db.influx.12xlarge
    InfluxDbClusterDbInstanceTypeDbInflux16xlarge
    db.influx.16xlarge
    InfluxDbClusterDbInstanceTypeDbInflux24xlarge
    db.influx.24xlarge
    DbInfluxMedium
    db.influx.medium
    DbInfluxLarge
    db.influx.large
    DbInfluxXlarge
    db.influx.xlarge
    DbInflux2xlarge
    db.influx.2xlarge
    DbInflux4xlarge
    db.influx.4xlarge
    DbInflux8xlarge
    db.influx.8xlarge
    DbInflux12xlarge
    db.influx.12xlarge
    DbInflux16xlarge
    db.influx.16xlarge
    DbInflux24xlarge
    db.influx.24xlarge
    DbInfluxMedium
    db.influx.medium
    DbInfluxLarge
    db.influx.large
    DbInfluxXlarge
    db.influx.xlarge
    DbInflux2xlarge
    db.influx.2xlarge
    DbInflux4xlarge
    db.influx.4xlarge
    DbInflux8xlarge
    db.influx.8xlarge
    DbInflux12xlarge
    db.influx.12xlarge
    DbInflux16xlarge
    db.influx.16xlarge
    DbInflux24xlarge
    db.influx.24xlarge
    DB_INFLUX_MEDIUM
    db.influx.medium
    DB_INFLUX_LARGE
    db.influx.large
    DB_INFLUX_XLARGE
    db.influx.xlarge
    DB_INFLUX2XLARGE
    db.influx.2xlarge
    DB_INFLUX4XLARGE
    db.influx.4xlarge
    DB_INFLUX8XLARGE
    db.influx.8xlarge
    DB_INFLUX12XLARGE
    db.influx.12xlarge
    DB_INFLUX16XLARGE
    db.influx.16xlarge
    DB_INFLUX24XLARGE
    db.influx.24xlarge
    "db.influx.medium"
    db.influx.medium
    "db.influx.large"
    db.influx.large
    "db.influx.xlarge"
    db.influx.xlarge
    "db.influx.2xlarge"
    db.influx.2xlarge
    "db.influx.4xlarge"
    db.influx.4xlarge
    "db.influx.8xlarge"
    db.influx.8xlarge
    "db.influx.12xlarge"
    db.influx.12xlarge
    "db.influx.16xlarge"
    db.influx.16xlarge
    "db.influx.24xlarge"
    db.influx.24xlarge

    InfluxDbClusterDbStorageType, InfluxDbClusterDbStorageTypeArgs

    InfluxIoIncludedT1
    InfluxIOIncludedT1
    InfluxIoIncludedT2
    InfluxIOIncludedT2
    InfluxIoIncludedT3
    InfluxIOIncludedT3
    InfluxDbClusterDbStorageTypeInfluxIoIncludedT1
    InfluxIOIncludedT1
    InfluxDbClusterDbStorageTypeInfluxIoIncludedT2
    InfluxIOIncludedT2
    InfluxDbClusterDbStorageTypeInfluxIoIncludedT3
    InfluxIOIncludedT3
    InfluxIoIncludedT1
    InfluxIOIncludedT1
    InfluxIoIncludedT2
    InfluxIOIncludedT2
    InfluxIoIncludedT3
    InfluxIOIncludedT3
    InfluxIoIncludedT1
    InfluxIOIncludedT1
    InfluxIoIncludedT2
    InfluxIOIncludedT2
    InfluxIoIncludedT3
    InfluxIOIncludedT3
    INFLUX_IO_INCLUDED_T1
    InfluxIOIncludedT1
    INFLUX_IO_INCLUDED_T2
    InfluxIOIncludedT2
    INFLUX_IO_INCLUDED_T3
    InfluxIOIncludedT3
    "InfluxIOIncludedT1"
    InfluxIOIncludedT1
    "InfluxIOIncludedT2"
    InfluxIOIncludedT2
    "InfluxIOIncludedT3"
    InfluxIOIncludedT3

    InfluxDbClusterDeploymentType, InfluxDbClusterDeploymentTypeArgs

    MultiNodeReadReplicas
    MULTI_NODE_READ_REPLICAS
    InfluxDbClusterDeploymentTypeMultiNodeReadReplicas
    MULTI_NODE_READ_REPLICAS
    MultiNodeReadReplicas
    MULTI_NODE_READ_REPLICAS
    MultiNodeReadReplicas
    MULTI_NODE_READ_REPLICAS
    MULTI_NODE_READ_REPLICAS
    MULTI_NODE_READ_REPLICAS
    "MULTI_NODE_READ_REPLICAS"
    MULTI_NODE_READ_REPLICAS

    InfluxDbClusterEngineType, InfluxDbClusterEngineTypeArgs

    InfluxdbV2
    INFLUXDB_V2
    InfluxdbV3Core
    INFLUXDB_V3_CORE
    InfluxdbV3Enterprise
    INFLUXDB_V3_ENTERPRISE
    InfluxDbClusterEngineTypeInfluxdbV2
    INFLUXDB_V2
    InfluxDbClusterEngineTypeInfluxdbV3Core
    INFLUXDB_V3_CORE
    InfluxDbClusterEngineTypeInfluxdbV3Enterprise
    INFLUXDB_V3_ENTERPRISE
    InfluxdbV2
    INFLUXDB_V2
    InfluxdbV3Core
    INFLUXDB_V3_CORE
    InfluxdbV3Enterprise
    INFLUXDB_V3_ENTERPRISE
    InfluxdbV2
    INFLUXDB_V2
    InfluxdbV3Core
    INFLUXDB_V3_CORE
    InfluxdbV3Enterprise
    INFLUXDB_V3_ENTERPRISE
    INFLUXDB_V2
    INFLUXDB_V2
    INFLUXDB_V3_CORE
    INFLUXDB_V3_CORE
    INFLUXDB_V3_ENTERPRISE
    INFLUXDB_V3_ENTERPRISE
    "INFLUXDB_V2"
    INFLUXDB_V2
    "INFLUXDB_V3_CORE"
    INFLUXDB_V3_CORE
    "INFLUXDB_V3_ENTERPRISE"
    INFLUXDB_V3_ENTERPRISE

    InfluxDbClusterFailoverMode, InfluxDbClusterFailoverModeArgs

    Automatic
    AUTOMATIC
    NoFailover
    NO_FAILOVER
    InfluxDbClusterFailoverModeAutomatic
    AUTOMATIC
    InfluxDbClusterFailoverModeNoFailover
    NO_FAILOVER
    Automatic
    AUTOMATIC
    NoFailover
    NO_FAILOVER
    Automatic
    AUTOMATIC
    NoFailover
    NO_FAILOVER
    AUTOMATIC
    AUTOMATIC
    NO_FAILOVER
    NO_FAILOVER
    "AUTOMATIC"
    AUTOMATIC
    "NO_FAILOVER"
    NO_FAILOVER

    InfluxDbClusterNetworkType, InfluxDbClusterNetworkTypeArgs

    Ipv4
    IPV4
    Dual
    DUAL
    InfluxDbClusterNetworkTypeIpv4
    IPV4
    InfluxDbClusterNetworkTypeDual
    DUAL
    Ipv4
    IPV4
    Dual
    DUAL
    Ipv4
    IPV4
    Dual
    DUAL
    IPV4
    IPV4
    DUAL
    DUAL
    "IPV4"
    IPV4
    "DUAL"
    DUAL

    InfluxDbClusterStatus, InfluxDbClusterStatusArgs

    Creating
    CREATING
    Updating
    UPDATING
    UpdatingInstanceType
    UPDATING_INSTANCE_TYPE
    Maintenance
    MAINTENANCE
    Deleting
    DELETING
    Available
    AVAILABLE
    Rebooting
    REBOOTING
    RebootFailed
    REBOOT_FAILED
    PartiallyAvailable
    PARTIALLY_AVAILABLE
    Failed
    FAILED
    Deleted
    DELETED
    InfluxDbClusterStatusCreating
    CREATING
    InfluxDbClusterStatusUpdating
    UPDATING
    InfluxDbClusterStatusUpdatingInstanceType
    UPDATING_INSTANCE_TYPE
    InfluxDbClusterStatusMaintenance
    MAINTENANCE
    InfluxDbClusterStatusDeleting
    DELETING
    InfluxDbClusterStatusAvailable
    AVAILABLE
    InfluxDbClusterStatusRebooting
    REBOOTING
    InfluxDbClusterStatusRebootFailed
    REBOOT_FAILED
    InfluxDbClusterStatusPartiallyAvailable
    PARTIALLY_AVAILABLE
    InfluxDbClusterStatusFailed
    FAILED
    InfluxDbClusterStatusDeleted
    DELETED
    Creating
    CREATING
    Updating
    UPDATING
    UpdatingInstanceType
    UPDATING_INSTANCE_TYPE
    Maintenance
    MAINTENANCE
    Deleting
    DELETING
    Available
    AVAILABLE
    Rebooting
    REBOOTING
    RebootFailed
    REBOOT_FAILED
    PartiallyAvailable
    PARTIALLY_AVAILABLE
    Failed
    FAILED
    Deleted
    DELETED
    Creating
    CREATING
    Updating
    UPDATING
    UpdatingInstanceType
    UPDATING_INSTANCE_TYPE
    Maintenance
    MAINTENANCE
    Deleting
    DELETING
    Available
    AVAILABLE
    Rebooting
    REBOOTING
    RebootFailed
    REBOOT_FAILED
    PartiallyAvailable
    PARTIALLY_AVAILABLE
    Failed
    FAILED
    Deleted
    DELETED
    CREATING
    CREATING
    UPDATING
    UPDATING
    UPDATING_INSTANCE_TYPE
    UPDATING_INSTANCE_TYPE
    MAINTENANCE
    MAINTENANCE
    DELETING
    DELETING
    AVAILABLE
    AVAILABLE
    REBOOTING
    REBOOTING
    REBOOT_FAILED
    REBOOT_FAILED
    PARTIALLY_AVAILABLE
    PARTIALLY_AVAILABLE
    FAILED
    FAILED
    DELETED
    DELETED
    "CREATING"
    CREATING
    "UPDATING"
    UPDATING
    "UPDATING_INSTANCE_TYPE"
    UPDATING_INSTANCE_TYPE
    "MAINTENANCE"
    MAINTENANCE
    "DELETING"
    DELETING
    "AVAILABLE"
    AVAILABLE
    "REBOOTING"
    REBOOTING
    "REBOOT_FAILED"
    REBOOT_FAILED
    "PARTIALLY_AVAILABLE"
    PARTIALLY_AVAILABLE
    "FAILED"
    FAILED
    "DELETED"
    DELETED

    LogDeliveryConfigurationProperties, LogDeliveryConfigurationPropertiesArgs

    Configuration for sending logs to customer account from the InfluxDB instance.
    S3Configuration Pulumi.AwsNative.Timestream.Inputs.LogDeliveryConfigurationPropertiesS3ConfigurationProperties
    S3 configuration for sending logs to customer account from the InfluxDB instance.
    S3Configuration LogDeliveryConfigurationPropertiesS3ConfigurationProperties
    S3 configuration for sending logs to customer account from the InfluxDB instance.
    s3Configuration LogDeliveryConfigurationPropertiesS3ConfigurationProperties
    S3 configuration for sending logs to customer account from the InfluxDB instance.
    s3Configuration LogDeliveryConfigurationPropertiesS3ConfigurationProperties
    S3 configuration for sending logs to customer account from the InfluxDB instance.
    s3_configuration LogDeliveryConfigurationPropertiesS3ConfigurationProperties
    S3 configuration for sending logs to customer account from the InfluxDB instance.
    s3Configuration Property Map
    S3 configuration for sending logs to customer account from the InfluxDB instance.

    LogDeliveryConfigurationPropertiesS3ConfigurationProperties, LogDeliveryConfigurationPropertiesS3ConfigurationPropertiesArgs

    S3 configuration for sending logs to customer account from the InfluxDB instance.
    BucketName string
    The bucket name for logs to be sent from the InfluxDB instance
    Enabled bool
    Specifies whether logging to customer specified bucket is enabled.
    BucketName string
    The bucket name for logs to be sent from the InfluxDB instance
    Enabled bool
    Specifies whether logging to customer specified bucket is enabled.
    bucketName String
    The bucket name for logs to be sent from the InfluxDB instance
    enabled Boolean
    Specifies whether logging to customer specified bucket is enabled.
    bucketName string
    The bucket name for logs to be sent from the InfluxDB instance
    enabled boolean
    Specifies whether logging to customer specified bucket is enabled.
    bucket_name str
    The bucket name for logs to be sent from the InfluxDB instance
    enabled bool
    Specifies whether logging to customer specified bucket is enabled.
    bucketName String
    The bucket name for logs to be sent from the InfluxDB instance
    enabled Boolean
    Specifies whether logging to customer specified bucket is enabled.

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.58.0
    published on Monday, Mar 23, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.