We recommend new projects start with resources from the AWS provider.
aws-native.timestream.InfluxDbInstance
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::Timestream::InfluxDBInstance resource creates an InfluxDB instance.
Create InfluxDbInstance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new InfluxDbInstance(name: string, args?: InfluxDbInstanceArgs, opts?: CustomResourceOptions);@overload
def InfluxDbInstance(resource_name: str,
                     args: Optional[InfluxDbInstanceArgs] = None,
                     opts: Optional[ResourceOptions] = None)
@overload
def InfluxDbInstance(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     allocated_storage: Optional[int] = None,
                     bucket: Optional[str] = None,
                     db_instance_type: Optional[InfluxDbInstanceDbInstanceType] = None,
                     db_parameter_group_identifier: Optional[str] = None,
                     db_storage_type: Optional[InfluxDbInstanceDbStorageType] = None,
                     deployment_type: Optional[InfluxDbInstanceDeploymentType] = None,
                     log_delivery_configuration: Optional[LogDeliveryConfigurationPropertiesArgs] = None,
                     name: Optional[str] = None,
                     network_type: Optional[InfluxDbInstanceNetworkType] = 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 NewInfluxDbInstance(ctx *Context, name string, args *InfluxDbInstanceArgs, opts ...ResourceOption) (*InfluxDbInstance, error)public InfluxDbInstance(string name, InfluxDbInstanceArgs? args = null, CustomResourceOptions? opts = null)
public InfluxDbInstance(String name, InfluxDbInstanceArgs args)
public InfluxDbInstance(String name, InfluxDbInstanceArgs args, CustomResourceOptions options)
type: aws-native:timestream:InfluxDbInstance
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 InfluxDbInstanceArgs
- 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 InfluxDbInstanceArgs
- 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 InfluxDbInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InfluxDbInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InfluxDbInstanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
InfluxDbInstance 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 InfluxDbInstance resource accepts the following input properties:
- AllocatedStorage int
- The allocated storage for the InfluxDB instance.
- Bucket string
- The bucket for the InfluxDB instance.
- DbInstance Pulumi.Type Aws Native. Timestream. Influx Db Instance Db Instance Type 
- The compute instance of the InfluxDB instance.
- DbParameter stringGroup Identifier 
- The name of an existing InfluxDB parameter group.
- DbStorage Pulumi.Type Aws Native. Timestream. Influx Db Instance Db Storage Type 
- The storage type of the InfluxDB instance.
- DeploymentType Pulumi.Aws Native. Timestream. Influx Db Instance Deployment Type 
- Deployment type of the InfluxDB Instance.
- LogDelivery Pulumi.Configuration Aws Native. Timestream. Inputs. Log Delivery Configuration Properties 
- Configuration for sending logs to customer account from the InfluxDB instance.
- Name string
- The unique name that is associated with the InfluxDB instance.
- NetworkType Pulumi.Aws Native. Timestream. Influx Db Instance Network Type 
- Network type of the InfluxDB Instance.
- Organization string
- The organization for the InfluxDB instance.
- Password string
- The password for the InfluxDB instance.
- Port int
- The port number on which InfluxDB accepts connections.
- PubliclyAccessible 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 instance.
- Username string
- The username for the InfluxDB instance.
- VpcSecurity List<string>Group Ids 
- A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
- VpcSubnet List<string>Ids 
- A list of EC2 subnet IDs for this InfluxDB instance.
- AllocatedStorage int
- The allocated storage for the InfluxDB instance.
- Bucket string
- The bucket for the InfluxDB instance.
- DbInstance InfluxType Db Instance Db Instance Type 
- The compute instance of the InfluxDB instance.
- DbParameter stringGroup Identifier 
- The name of an existing InfluxDB parameter group.
- DbStorage InfluxType Db Instance Db Storage Type 
- The storage type of the InfluxDB instance.
- DeploymentType InfluxDb Instance Deployment Type 
- Deployment type of the InfluxDB Instance.
- LogDelivery LogConfiguration Delivery Configuration Properties Args 
- Configuration for sending logs to customer account from the InfluxDB instance.
- Name string
- The unique name that is associated with the InfluxDB instance.
- NetworkType InfluxDb Instance Network Type 
- Network type of the InfluxDB Instance.
- Organization string
- The organization for the InfluxDB instance.
- Password string
- The password for the InfluxDB instance.
- Port int
- The port number on which InfluxDB accepts connections.
- PubliclyAccessible bool
- Attach a public IP to the customer ENI.
- 
TagArgs 
- An arbitrary set of tags (key-value pairs) for this DB instance.
- Username string
- The username for the InfluxDB instance.
- VpcSecurity []stringGroup Ids 
- A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
- VpcSubnet []stringIds 
- A list of EC2 subnet IDs for this InfluxDB instance.
- allocatedStorage Integer
- The allocated storage for the InfluxDB instance.
- bucket String
- The bucket for the InfluxDB instance.
- dbInstance InfluxType Db Instance Db Instance Type 
- The compute instance of the InfluxDB instance.
- dbParameter StringGroup Identifier 
- The name of an existing InfluxDB parameter group.
- dbStorage InfluxType Db Instance Db Storage Type 
- The storage type of the InfluxDB instance.
- deploymentType InfluxDb Instance Deployment Type 
- Deployment type of the InfluxDB Instance.
- logDelivery LogConfiguration Delivery Configuration Properties 
- Configuration for sending logs to customer account from the InfluxDB instance.
- name String
- The unique name that is associated with the InfluxDB instance.
- networkType InfluxDb Instance Network Type 
- Network type of the InfluxDB Instance.
- organization String
- The organization for the InfluxDB instance.
- password String
- The password for the InfluxDB instance.
- port Integer
- The port number on which InfluxDB accepts connections.
- publiclyAccessible Boolean
- Attach a public IP to the customer ENI.
- List<Tag>
- An arbitrary set of tags (key-value pairs) for this DB instance.
- username String
- The username for the InfluxDB instance.
- vpcSecurity List<String>Group Ids 
- A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
- vpcSubnet List<String>Ids 
- A list of EC2 subnet IDs for this InfluxDB instance.
- allocatedStorage number
- The allocated storage for the InfluxDB instance.
- bucket string
- The bucket for the InfluxDB instance.
- dbInstance InfluxType Db Instance Db Instance Type 
- The compute instance of the InfluxDB instance.
- dbParameter stringGroup Identifier 
- The name of an existing InfluxDB parameter group.
- dbStorage InfluxType Db Instance Db Storage Type 
- The storage type of the InfluxDB instance.
- deploymentType InfluxDb Instance Deployment Type 
- Deployment type of the InfluxDB Instance.
- logDelivery LogConfiguration Delivery Configuration Properties 
- Configuration for sending logs to customer account from the InfluxDB instance.
- name string
- The unique name that is associated with the InfluxDB instance.
- networkType InfluxDb Instance Network Type 
- Network type of the InfluxDB Instance.
- organization string
- The organization for the InfluxDB instance.
- password string
- The password for the InfluxDB instance.
- port number
- The port number on which InfluxDB accepts connections.
- publiclyAccessible boolean
- Attach a public IP to the customer ENI.
- Tag[]
- An arbitrary set of tags (key-value pairs) for this DB instance.
- username string
- The username for the InfluxDB instance.
- vpcSecurity string[]Group Ids 
- A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
- vpcSubnet string[]Ids 
- A list of EC2 subnet IDs for this InfluxDB instance.
- allocated_storage int
- The allocated storage for the InfluxDB instance.
- bucket str
- The bucket for the InfluxDB instance.
- db_instance_ Influxtype Db Instance Db Instance Type 
- The compute instance of the InfluxDB instance.
- db_parameter_ strgroup_ identifier 
- The name of an existing InfluxDB parameter group.
- db_storage_ Influxtype Db Instance Db Storage Type 
- The storage type of the InfluxDB instance.
- deployment_type InfluxDb Instance Deployment Type 
- Deployment type of the InfluxDB Instance.
- log_delivery_ Logconfiguration Delivery Configuration Properties Args 
- Configuration for sending logs to customer account from the InfluxDB instance.
- name str
- The unique name that is associated with the InfluxDB instance.
- network_type InfluxDb Instance Network Type 
- Network type of the InfluxDB Instance.
- organization str
- The organization for the InfluxDB instance.
- password str
- The password for the InfluxDB instance.
- port int
- The port number on which InfluxDB accepts connections.
- publicly_accessible bool
- Attach a public IP to the customer ENI.
- 
Sequence[TagArgs] 
- An arbitrary set of tags (key-value pairs) for this DB instance.
- username str
- The username for the InfluxDB instance.
- vpc_security_ Sequence[str]group_ ids 
- A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
- vpc_subnet_ Sequence[str]ids 
- A list of EC2 subnet IDs for this InfluxDB instance.
- allocatedStorage Number
- The allocated storage for the InfluxDB instance.
- bucket String
- The bucket for the InfluxDB instance.
- dbInstance "db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge"Type 
- The compute instance of the InfluxDB instance.
- dbParameter StringGroup Identifier 
- The name of an existing InfluxDB parameter group.
- dbStorage "InfluxType IOIncluded T1" | "Influx IOIncluded T2" | "Influx IOIncluded T3" 
- The storage type of the InfluxDB instance.
- deploymentType "SINGLE_AZ" | "WITH_MULTIAZ_STANDBY"
- Deployment type of the InfluxDB Instance.
- logDelivery Property MapConfiguration 
- Configuration for sending logs to customer account from the InfluxDB instance.
- name String
- The unique name that is associated with the InfluxDB instance.
- networkType "IPV4" | "DUAL"
- Network type of the InfluxDB Instance.
- organization String
- The organization for the InfluxDB instance.
- password String
- The password for the InfluxDB instance.
- port Number
- The port number on which InfluxDB accepts connections.
- publiclyAccessible Boolean
- Attach a public IP to the customer ENI.
- List<Property Map>
- An arbitrary set of tags (key-value pairs) for this DB instance.
- username String
- The username for the InfluxDB instance.
- vpcSecurity List<String>Group Ids 
- A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
- vpcSubnet List<String>Ids 
- A list of EC2 subnet IDs for this InfluxDB instance.
Outputs
All input properties are implicitly available as output properties. Additionally, the InfluxDbInstance resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) that is associated with the InfluxDB instance.
- AvailabilityZone string
- The Availability Zone (AZ) where the InfluxDB instance is created.
- AwsId string
- The service generated unique identifier for InfluxDB instance.
- Endpoint string
- The connection endpoint for the InfluxDB instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- InfluxAuth stringParameters Secret Arn 
- The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- SecondaryAvailability stringZone 
- The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
- Status
Pulumi.Aws Native. Timestream. Influx Db Instance Status 
- Status of the InfluxDB Instance.
- Arn string
- The Amazon Resource Name (ARN) that is associated with the InfluxDB instance.
- AvailabilityZone string
- The Availability Zone (AZ) where the InfluxDB instance is created.
- AwsId string
- The service generated unique identifier for InfluxDB instance.
- Endpoint string
- The connection endpoint for the InfluxDB instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- InfluxAuth stringParameters Secret Arn 
- The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- SecondaryAvailability stringZone 
- The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
- Status
InfluxDb Instance Status 
- Status of the InfluxDB Instance.
- arn String
- The Amazon Resource Name (ARN) that is associated with the InfluxDB instance.
- availabilityZone String
- The Availability Zone (AZ) where the InfluxDB instance is created.
- awsId String
- The service generated unique identifier for InfluxDB instance.
- endpoint String
- The connection endpoint for the InfluxDB instance.
- id String
- The provider-assigned unique ID for this managed resource.
- influxAuth StringParameters Secret Arn 
- The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- secondaryAvailability StringZone 
- The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
- status
InfluxDb Instance Status 
- Status of the InfluxDB Instance.
- arn string
- The Amazon Resource Name (ARN) that is associated with the InfluxDB instance.
- availabilityZone string
- The Availability Zone (AZ) where the InfluxDB instance is created.
- awsId string
- The service generated unique identifier for InfluxDB instance.
- endpoint string
- The connection endpoint for the InfluxDB instance.
- id string
- The provider-assigned unique ID for this managed resource.
- influxAuth stringParameters Secret Arn 
- The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- secondaryAvailability stringZone 
- The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
- status
InfluxDb Instance Status 
- Status of the InfluxDB Instance.
- arn str
- The Amazon Resource Name (ARN) that is associated with the InfluxDB instance.
- availability_zone str
- The Availability Zone (AZ) where the InfluxDB instance is created.
- aws_id str
- The service generated unique identifier for InfluxDB instance.
- endpoint str
- The connection endpoint for the InfluxDB instance.
- 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 instance.
- secondary_availability_ strzone 
- The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
- status
InfluxDb Instance Status 
- Status of the InfluxDB Instance.
- arn String
- The Amazon Resource Name (ARN) that is associated with the InfluxDB instance.
- availabilityZone String
- The Availability Zone (AZ) where the InfluxDB instance is created.
- awsId String
- The service generated unique identifier for InfluxDB instance.
- endpoint String
- The connection endpoint for the InfluxDB instance.
- id String
- The provider-assigned unique ID for this managed resource.
- influxAuth StringParameters Secret Arn 
- The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- secondaryAvailability StringZone 
- The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
- status "CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "DELETED" | "FAILED"
- Status of the InfluxDB Instance.
Supporting Types
InfluxDbInstanceDbInstanceType, InfluxDbInstanceDbInstanceTypeArgs            
- DbInflux Medium 
- db.influx.medium
- DbInflux Large 
- db.influx.large
- DbInflux Xlarge 
- db.influx.xlarge
- DbInflux2xlarge 
- db.influx.2xlarge
- DbInflux4xlarge 
- db.influx.4xlarge
- DbInflux8xlarge 
- db.influx.8xlarge
- DbInflux12xlarge 
- db.influx.12xlarge
- DbInflux16xlarge 
- db.influx.16xlarge
- InfluxDb Instance Db Instance Type Db Influx Medium 
- db.influx.medium
- InfluxDb Instance Db Instance Type Db Influx Large 
- db.influx.large
- InfluxDb Instance Db Instance Type Db Influx Xlarge 
- db.influx.xlarge
- InfluxDb Instance Db Instance Type Db Influx2xlarge 
- db.influx.2xlarge
- InfluxDb Instance Db Instance Type Db Influx4xlarge 
- db.influx.4xlarge
- InfluxDb Instance Db Instance Type Db Influx8xlarge 
- db.influx.8xlarge
- InfluxDb Instance Db Instance Type Db Influx12xlarge 
- db.influx.12xlarge
- InfluxDb Instance Db Instance Type Db Influx16xlarge 
- db.influx.16xlarge
- DbInflux Medium 
- db.influx.medium
- DbInflux Large 
- db.influx.large
- DbInflux Xlarge 
- db.influx.xlarge
- DbInflux2xlarge 
- db.influx.2xlarge
- DbInflux4xlarge 
- db.influx.4xlarge
- DbInflux8xlarge 
- db.influx.8xlarge
- DbInflux12xlarge 
- db.influx.12xlarge
- DbInflux16xlarge 
- db.influx.16xlarge
- DbInflux Medium 
- db.influx.medium
- DbInflux Large 
- db.influx.large
- DbInflux Xlarge 
- db.influx.xlarge
- DbInflux2xlarge 
- db.influx.2xlarge
- DbInflux4xlarge 
- db.influx.4xlarge
- DbInflux8xlarge 
- db.influx.8xlarge
- DbInflux12xlarge 
- db.influx.12xlarge
- DbInflux16xlarge 
- db.influx.16xlarge
- 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.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
InfluxDbInstanceDbStorageType, InfluxDbInstanceDbStorageTypeArgs            
- InfluxIo Included T1 
- InfluxIOIncludedT1
- InfluxIo Included T2 
- InfluxIOIncludedT2
- InfluxIo Included T3 
- InfluxIOIncludedT3
- InfluxDb Instance Db Storage Type Influx Io Included T1 
- InfluxIOIncludedT1
- InfluxDb Instance Db Storage Type Influx Io Included T2 
- InfluxIOIncludedT2
- InfluxDb Instance Db Storage Type Influx Io Included T3 
- InfluxIOIncludedT3
- InfluxIo Included T1 
- InfluxIOIncludedT1
- InfluxIo Included T2 
- InfluxIOIncludedT2
- InfluxIo Included T3 
- InfluxIOIncludedT3
- InfluxIo Included T1 
- InfluxIOIncludedT1
- InfluxIo Included T2 
- InfluxIOIncludedT2
- InfluxIo Included T3 
- InfluxIOIncludedT3
- INFLUX_IO_INCLUDED_T1
- InfluxIOIncludedT1
- INFLUX_IO_INCLUDED_T2
- InfluxIOIncludedT2
- INFLUX_IO_INCLUDED_T3
- InfluxIOIncludedT3
- "InfluxIOIncluded T1" 
- InfluxIOIncludedT1
- "InfluxIOIncluded T2" 
- InfluxIOIncludedT2
- "InfluxIOIncluded T3" 
- InfluxIOIncludedT3
InfluxDbInstanceDeploymentType, InfluxDbInstanceDeploymentTypeArgs          
- SingleAz 
- SINGLE_AZ
- WithMultiaz Standby 
- WITH_MULTIAZ_STANDBY
- InfluxDb Instance Deployment Type Single Az 
- SINGLE_AZ
- InfluxDb Instance Deployment Type With Multiaz Standby 
- WITH_MULTIAZ_STANDBY
- SingleAz 
- SINGLE_AZ
- WithMultiaz Standby 
- WITH_MULTIAZ_STANDBY
- SingleAz 
- SINGLE_AZ
- WithMultiaz Standby 
- WITH_MULTIAZ_STANDBY
- SINGLE_AZ
- SINGLE_AZ
- WITH_MULTIAZ_STANDBY
- WITH_MULTIAZ_STANDBY
- "SINGLE_AZ"
- SINGLE_AZ
- "WITH_MULTIAZ_STANDBY"
- WITH_MULTIAZ_STANDBY
InfluxDbInstanceNetworkType, InfluxDbInstanceNetworkTypeArgs          
- Ipv4
- IPV4
- Dual
- DUAL
- InfluxDb Instance Network Type Ipv4 
- IPV4
- InfluxDb Instance Network Type Dual 
- DUAL
- Ipv4
- IPV4
- Dual
- DUAL
- Ipv4
- IPV4
- Dual
- DUAL
- IPV4
- IPV4
- DUAL
- DUAL
- "IPV4"
- IPV4
- "DUAL"
- DUAL
InfluxDbInstanceStatus, InfluxDbInstanceStatusArgs        
- Creating
- CREATING
- Available
- AVAILABLE
- Deleting
- DELETING
- Modifying
- MODIFYING
- Updating
- UPDATING
- UpdatingDeployment Type 
- UPDATING_DEPLOYMENT_TYPE
- UpdatingInstance Type 
- UPDATING_INSTANCE_TYPE
- Deleted
- DELETED
- Failed
- FAILED
- InfluxDb Instance Status Creating 
- CREATING
- InfluxDb Instance Status Available 
- AVAILABLE
- InfluxDb Instance Status Deleting 
- DELETING
- InfluxDb Instance Status Modifying 
- MODIFYING
- InfluxDb Instance Status Updating 
- UPDATING
- InfluxDb Instance Status Updating Deployment Type 
- UPDATING_DEPLOYMENT_TYPE
- InfluxDb Instance Status Updating Instance Type 
- UPDATING_INSTANCE_TYPE
- InfluxDb Instance Status Deleted 
- DELETED
- InfluxDb Instance Status Failed 
- FAILED
- Creating
- CREATING
- Available
- AVAILABLE
- Deleting
- DELETING
- Modifying
- MODIFYING
- Updating
- UPDATING
- UpdatingDeployment Type 
- UPDATING_DEPLOYMENT_TYPE
- UpdatingInstance Type 
- UPDATING_INSTANCE_TYPE
- Deleted
- DELETED
- Failed
- FAILED
- Creating
- CREATING
- Available
- AVAILABLE
- Deleting
- DELETING
- Modifying
- MODIFYING
- Updating
- UPDATING
- UpdatingDeployment Type 
- UPDATING_DEPLOYMENT_TYPE
- UpdatingInstance Type 
- UPDATING_INSTANCE_TYPE
- Deleted
- DELETED
- Failed
- FAILED
- CREATING
- CREATING
- AVAILABLE
- AVAILABLE
- DELETING
- DELETING
- MODIFYING
- MODIFYING
- UPDATING
- UPDATING
- UPDATING_DEPLOYMENT_TYPE
- UPDATING_DEPLOYMENT_TYPE
- UPDATING_INSTANCE_TYPE
- UPDATING_INSTANCE_TYPE
- DELETED
- DELETED
- FAILED
- FAILED
- "CREATING"
- CREATING
- "AVAILABLE"
- AVAILABLE
- "DELETING"
- DELETING
- "MODIFYING"
- MODIFYING
- "UPDATING"
- UPDATING
- "UPDATING_DEPLOYMENT_TYPE"
- UPDATING_DEPLOYMENT_TYPE
- "UPDATING_INSTANCE_TYPE"
- UPDATING_INSTANCE_TYPE
- "DELETED"
- DELETED
- "FAILED"
- FAILED
LogDeliveryConfigurationProperties, LogDeliveryConfigurationPropertiesArgs        
- 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
LogDelivery Configuration Properties S3Configuration Properties 
- S3 configuration for sending logs to customer account from the InfluxDB instance.
- s3Configuration
LogDelivery Configuration Properties S3Configuration Properties 
- S3 configuration for sending logs to customer account from the InfluxDB instance.
- s3Configuration
LogDelivery 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            
- 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  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.