We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
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:
- Allocated
Storage int - The allocated storage for the InfluxDB cluster.
- Bucket string
- The bucket for the InfluxDB cluster.
- Db
Instance Pulumi.Type Aws Native. Timestream. Influx Db Cluster Db Instance Type - The compute instance of the InfluxDB cluster.
- Db
Parameter stringGroup Identifier - The name of an existing InfluxDB parameter group.
- Db
Storage Pulumi.Type Aws Native. Timestream. Influx Db Cluster Db Storage Type - The storage type of the InfluxDB cluster.
- Deployment
Type Pulumi.Aws Native. Timestream. Influx Db Cluster Deployment Type - Deployment type of the InfluxDB cluster.
- Failover
Mode Pulumi.Aws Native. Timestream. Influx Db Cluster Failover Mode - Failover mode of the InfluxDB cluster.
- Log
Delivery Pulumi.Configuration Aws Native. Timestream. Inputs. Log Delivery Configuration Properties - Configuration for sending logs to customer account from the InfluxDB cluster.
- Name string
- The unique name that is associated with the InfluxDB cluster.
- Network
Type Pulumi.Aws Native. Timestream. Influx Db Cluster Network Type - 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.
- Publicly
Accessible bool - Attach a public IP to the customer ENI.
-
List<Pulumi.
Aws Native. Inputs. Tag> - An arbitrary set of tags (key-value pairs) for this DB cluster.
- Username string
- The username for the InfluxDB cluster.
- Vpc
Security List<string>Group Ids - A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
- Vpc
Subnet List<string>Ids - A list of EC2 subnet IDs for this InfluxDB cluster.
- Allocated
Storage int - The allocated storage for the InfluxDB cluster.
- Bucket string
- The bucket for the InfluxDB cluster.
- Db
Instance InfluxType Db Cluster Db Instance Type - The compute instance of the InfluxDB cluster.
- Db
Parameter stringGroup Identifier - The name of an existing InfluxDB parameter group.
- Db
Storage InfluxType Db Cluster Db Storage Type - The storage type of the InfluxDB cluster.
- Deployment
Type InfluxDb Cluster Deployment Type - Deployment type of the InfluxDB cluster.
- Failover
Mode InfluxDb Cluster Failover Mode - Failover mode of the InfluxDB cluster.
- Log
Delivery LogConfiguration Delivery Configuration Properties Args - Configuration for sending logs to customer account from the InfluxDB cluster.
- Name string
- The unique name that is associated with the InfluxDB cluster.
- Network
Type InfluxDb Cluster Network Type - 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.
- Publicly
Accessible bool - Attach a public IP to the customer ENI.
-
Tag
Args - An arbitrary set of tags (key-value pairs) for this DB cluster.
- Username string
- The username for the InfluxDB cluster.
- Vpc
Security []stringGroup Ids - A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
- Vpc
Subnet []stringIds - A list of EC2 subnet IDs for this InfluxDB cluster.
- allocated
Storage Integer - The allocated storage for the InfluxDB cluster.
- bucket String
- The bucket for the InfluxDB cluster.
- db
Instance InfluxType Db Cluster Db Instance Type - The compute instance of the InfluxDB cluster.
- db
Parameter StringGroup Identifier - The name of an existing InfluxDB parameter group.
- db
Storage InfluxType Db Cluster Db Storage Type - The storage type of the InfluxDB cluster.
- deployment
Type InfluxDb Cluster Deployment Type - Deployment type of the InfluxDB cluster.
- failover
Mode InfluxDb Cluster Failover Mode - Failover mode of the InfluxDB cluster.
- log
Delivery LogConfiguration Delivery Configuration Properties - Configuration for sending logs to customer account from the InfluxDB cluster.
- name String
- The unique name that is associated with the InfluxDB cluster.
- network
Type InfluxDb Cluster Network Type - 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.
- publicly
Accessible Boolean - Attach a public IP to the customer ENI.
- List<Tag>
- An arbitrary set of tags (key-value pairs) for this DB cluster.
- username String
- The username for the InfluxDB cluster.
- vpc
Security List<String>Group Ids - A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
- vpc
Subnet List<String>Ids - A list of EC2 subnet IDs for this InfluxDB cluster.
- allocated
Storage number - The allocated storage for the InfluxDB cluster.
- bucket string
- The bucket for the InfluxDB cluster.
- db
Instance InfluxType Db Cluster Db Instance Type - The compute instance of the InfluxDB cluster.
- db
Parameter stringGroup Identifier - The name of an existing InfluxDB parameter group.
- db
Storage InfluxType Db Cluster Db Storage Type - The storage type of the InfluxDB cluster.
- deployment
Type InfluxDb Cluster Deployment Type - Deployment type of the InfluxDB cluster.
- failover
Mode InfluxDb Cluster Failover Mode - Failover mode of the InfluxDB cluster.
- log
Delivery LogConfiguration Delivery Configuration Properties - Configuration for sending logs to customer account from the InfluxDB cluster.
- name string
- The unique name that is associated with the InfluxDB cluster.
- network
Type InfluxDb Cluster Network Type - 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.
- publicly
Accessible boolean - Attach a public IP to the customer ENI.
- Tag[]
- An arbitrary set of tags (key-value pairs) for this DB cluster.
- username string
- The username for the InfluxDB cluster.
- vpc
Security string[]Group Ids - A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
- vpc
Subnet string[]Ids - 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_ Influxtype Db Cluster Db Instance Type - The compute instance of the InfluxDB cluster.
- db_
parameter_ strgroup_ identifier - The name of an existing InfluxDB parameter group.
- db_
storage_ Influxtype Db Cluster Db Storage Type - The storage type of the InfluxDB cluster.
- deployment_
type InfluxDb Cluster Deployment Type - Deployment type of the InfluxDB cluster.
- failover_
mode InfluxDb Cluster Failover Mode - Failover mode of the InfluxDB cluster.
- log_
delivery_ Logconfiguration Delivery Configuration Properties Args - 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 InfluxDb Cluster Network Type - 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.
-
Sequence[Tag
Args] - An arbitrary set of tags (key-value pairs) for this DB cluster.
- username str
- The username for the InfluxDB cluster.
- vpc_
security_ Sequence[str]group_ ids - A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
- vpc_
subnet_ Sequence[str]ids - A list of EC2 subnet IDs for this InfluxDB cluster.
- allocated
Storage Number - The allocated storage for the InfluxDB cluster.
- bucket String
- The bucket for the InfluxDB cluster.
- db
Instance "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"Type - The compute instance of the InfluxDB cluster.
- db
Parameter StringGroup Identifier - The name of an existing InfluxDB parameter group.
- db
Storage "InfluxType IOIncluded T1" | "Influx IOIncluded T2" | "Influx IOIncluded T3" - The storage type of the InfluxDB cluster.
- deployment
Type "MULTI_NODE_READ_REPLICAS" - Deployment type of the InfluxDB cluster.
- failover
Mode "AUTOMATIC" | "NO_FAILOVER" - Failover mode of the InfluxDB cluster.
- log
Delivery Property MapConfiguration - Configuration for sending logs to customer account from the InfluxDB cluster.
- name String
- The unique name that is associated with the InfluxDB cluster.
- network
Type "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.
- publicly
Accessible Boolean - Attach a public IP to the customer ENI.
- List<Property Map>
- An arbitrary set of tags (key-value pairs) for this DB cluster.
- username String
- The username for the InfluxDB cluster.
- vpc
Security List<String>Group Ids - A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
- vpc
Subnet List<String>Ids - 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.
- Aws
Id string - The service generated unique identifier for InfluxDB cluster.
- Endpoint string
- The connection endpoint for the InfluxDB cluster.
- Engine
Type Pulumi.Aws Native. Timestream. Influx Db Cluster Engine Type - The engine type for the InfluxDB cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Influx
Auth stringParameters Secret Arn - The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
- Reader
Endpoint string - The reader endpoint for the InfluxDB cluster.
- Status
Pulumi.
Aws Native. Timestream. Influx Db Cluster Status - Status of the InfluxDB cluster.
- Arn string
- The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
- Aws
Id string - The service generated unique identifier for InfluxDB cluster.
- Endpoint string
- The connection endpoint for the InfluxDB cluster.
- Engine
Type InfluxDb Cluster Engine Type - The engine type for the InfluxDB cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Influx
Auth stringParameters Secret Arn - The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
- Reader
Endpoint string - The reader endpoint for the InfluxDB cluster.
- Status
Influx
Db Cluster Status - Status of the InfluxDB cluster.
- arn String
- The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
- aws
Id String - The service generated unique identifier for InfluxDB cluster.
- endpoint String
- The connection endpoint for the InfluxDB cluster.
- engine
Type InfluxDb Cluster Engine Type - The engine type for the InfluxDB cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- influx
Auth StringParameters Secret Arn - The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
- reader
Endpoint String - The reader endpoint for the InfluxDB cluster.
- status
Influx
Db Cluster Status - Status of the InfluxDB cluster.
- arn string
- The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
- aws
Id string - The service generated unique identifier for InfluxDB cluster.
- endpoint string
- The connection endpoint for the InfluxDB cluster.
- engine
Type InfluxDb Cluster Engine Type - The engine type for the InfluxDB cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- influx
Auth stringParameters Secret Arn - The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
- reader
Endpoint string - The reader endpoint for the InfluxDB cluster.
- status
Influx
Db Cluster Status - 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 InfluxDb Cluster Engine Type - The engine type for the InfluxDB cluster.
- id str
- The provider-assigned unique ID for this managed resource.
- influx_
auth_ strparameters_ secret_ arn - 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
Influx
Db Cluster Status - Status of the InfluxDB cluster.
- arn String
- The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
- aws
Id String - The service generated unique identifier for InfluxDB cluster.
- endpoint String
- The connection endpoint for the InfluxDB cluster.
- engine
Type "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.
- influx
Auth StringParameters Secret Arn - The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
- reader
Endpoint 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
- 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
- Influx
Db Cluster Db Instance Type Db Influx Medium db.influx.medium- Influx
Db Cluster Db Instance Type Db Influx Large db.influx.large- Influx
Db Cluster Db Instance Type Db Influx Xlarge db.influx.xlarge- Influx
Db Cluster Db Instance Type Db Influx2xlarge db.influx.2xlarge- Influx
Db Cluster Db Instance Type Db Influx4xlarge db.influx.4xlarge- Influx
Db Cluster Db Instance Type Db Influx8xlarge db.influx.8xlarge- Influx
Db Cluster Db Instance Type Db Influx12xlarge db.influx.12xlarge- Influx
Db Cluster Db Instance Type Db Influx16xlarge db.influx.16xlarge- Influx
Db Cluster Db Instance Type Db Influx24xlarge 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
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_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
- Influx
Io Included T1 InfluxIOIncludedT1- Influx
Io Included T2 InfluxIOIncludedT2- Influx
Io Included T3 InfluxIOIncludedT3
- Influx
Db Cluster Db Storage Type Influx Io Included T1 InfluxIOIncludedT1- Influx
Db Cluster Db Storage Type Influx Io Included T2 InfluxIOIncludedT2- Influx
Db Cluster Db Storage Type Influx Io Included T3 InfluxIOIncludedT3
- Influx
Io Included T1 InfluxIOIncludedT1- Influx
Io Included T2 InfluxIOIncludedT2- Influx
Io Included T3 InfluxIOIncludedT3
- Influx
Io Included T1 InfluxIOIncludedT1- Influx
Io Included T2 InfluxIOIncludedT2- Influx
Io Included T3 InfluxIOIncludedT3
- INFLUX_IO_INCLUDED_T1
InfluxIOIncludedT1- INFLUX_IO_INCLUDED_T2
InfluxIOIncludedT2- INFLUX_IO_INCLUDED_T3
InfluxIOIncludedT3
- "Influx
IOIncluded T1" InfluxIOIncludedT1- "Influx
IOIncluded T2" InfluxIOIncludedT2- "Influx
IOIncluded T3" InfluxIOIncludedT3
InfluxDbClusterDeploymentType, InfluxDbClusterDeploymentTypeArgs
- Multi
Node Read Replicas MULTI_NODE_READ_REPLICAS
- Influx
Db Cluster Deployment Type Multi Node Read Replicas MULTI_NODE_READ_REPLICAS
- Multi
Node Read Replicas MULTI_NODE_READ_REPLICAS
- Multi
Node Read Replicas MULTI_NODE_READ_REPLICAS
- MULTI_NODE_READ_REPLICAS
MULTI_NODE_READ_REPLICAS
- "MULTI_NODE_READ_REPLICAS"
MULTI_NODE_READ_REPLICAS
InfluxDbClusterEngineType, InfluxDbClusterEngineTypeArgs
- Influxdb
V2 INFLUXDB_V2- Influxdb
V3Core INFLUXDB_V3_CORE- Influxdb
V3Enterprise INFLUXDB_V3_ENTERPRISE
- Influx
Db Cluster Engine Type Influxdb V2 INFLUXDB_V2- Influx
Db Cluster Engine Type Influxdb V3Core INFLUXDB_V3_CORE- Influx
Db Cluster Engine Type Influxdb V3Enterprise INFLUXDB_V3_ENTERPRISE
- Influxdb
V2 INFLUXDB_V2- Influxdb
V3Core INFLUXDB_V3_CORE- Influxdb
V3Enterprise INFLUXDB_V3_ENTERPRISE
- Influxdb
V2 INFLUXDB_V2- Influxdb
V3Core INFLUXDB_V3_CORE- Influxdb
V3Enterprise 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- No
Failover NO_FAILOVER
- Influx
Db Cluster Failover Mode Automatic AUTOMATIC- Influx
Db Cluster Failover Mode No Failover NO_FAILOVER
- Automatic
AUTOMATIC- No
Failover NO_FAILOVER
- Automatic
AUTOMATIC- No
Failover NO_FAILOVER
- AUTOMATIC
AUTOMATIC- NO_FAILOVER
NO_FAILOVER
- "AUTOMATIC"
AUTOMATIC- "NO_FAILOVER"
NO_FAILOVER
InfluxDbClusterNetworkType, InfluxDbClusterNetworkTypeArgs
- Ipv4
IPV4- Dual
DUAL
- Influx
Db Cluster Network Type Ipv4 IPV4- Influx
Db Cluster Network Type Dual DUAL
- Ipv4
IPV4- Dual
DUAL
- Ipv4
IPV4- Dual
DUAL
- IPV4
IPV4- DUAL
DUAL
- "IPV4"
IPV4- "DUAL"
DUAL
InfluxDbClusterStatus, InfluxDbClusterStatusArgs
- 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
- Influx
Db Cluster Status Creating CREATING- Influx
Db Cluster Status Updating UPDATING- Influx
Db Cluster Status Updating Instance Type UPDATING_INSTANCE_TYPE- Influx
Db Cluster Status Maintenance MAINTENANCE- Influx
Db Cluster Status Deleting DELETING- Influx
Db Cluster Status Available AVAILABLE- Influx
Db Cluster Status Rebooting REBOOTING- Influx
Db Cluster Status Reboot Failed REBOOT_FAILED- Influx
Db Cluster Status Partially Available PARTIALLY_AVAILABLE- Influx
Db Cluster Status Failed FAILED- Influx
Db Cluster Status 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
- 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.
Aws Native. Timestream. Inputs. Log Delivery Configuration Properties S3Configuration Properties - S3 configuration for sending logs to customer account from the InfluxDB instance.
- S3Configuration
Log
Delivery Configuration Properties S3Configuration Properties - S3 configuration for sending logs to customer account from the InfluxDB instance.
- s3Configuration
Log
Delivery Configuration Properties S3Configuration Properties - S3 configuration for sending logs to customer account from the InfluxDB instance.
- s3Configuration
Log
Delivery Configuration Properties S3Configuration Properties - S3 configuration for sending logs to customer account from the InfluxDB instance.
- s3_
configuration LogDelivery Configuration Properties S3Configuration Properties - 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.- Bucket
Name string - The bucket name for logs to be sent from the InfluxDB instance
- Enabled bool
- Specifies whether logging to customer specified bucket is enabled.
- Bucket
Name string - The bucket name for logs to be sent from the InfluxDB instance
- Enabled bool
- Specifies whether logging to customer specified bucket is enabled.
- bucket
Name 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 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.
- bucket
Name 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.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
