We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.timestream.getInfluxDbInstance
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
The AWS::Timestream::InfluxDBInstance resource creates an InfluxDB instance.
Using getInfluxDbInstance
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getInfluxDbInstance(args: GetInfluxDbInstanceArgs, opts?: InvokeOptions): Promise<GetInfluxDbInstanceResult>
function getInfluxDbInstanceOutput(args: GetInfluxDbInstanceOutputArgs, opts?: InvokeOptions): Output<GetInfluxDbInstanceResult>def get_influx_db_instance(id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetInfluxDbInstanceResult
def get_influx_db_instance_output(id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetInfluxDbInstanceResult]func LookupInfluxDbInstance(ctx *Context, args *LookupInfluxDbInstanceArgs, opts ...InvokeOption) (*LookupInfluxDbInstanceResult, error)
func LookupInfluxDbInstanceOutput(ctx *Context, args *LookupInfluxDbInstanceOutputArgs, opts ...InvokeOption) LookupInfluxDbInstanceResultOutput> Note: This function is named LookupInfluxDbInstance in the Go SDK.
public static class GetInfluxDbInstance 
{
    public static Task<GetInfluxDbInstanceResult> InvokeAsync(GetInfluxDbInstanceArgs args, InvokeOptions? opts = null)
    public static Output<GetInfluxDbInstanceResult> Invoke(GetInfluxDbInstanceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInfluxDbInstanceResult> getInfluxDbInstance(GetInfluxDbInstanceArgs args, InvokeOptions options)
public static Output<GetInfluxDbInstanceResult> getInfluxDbInstance(GetInfluxDbInstanceArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:timestream:getInfluxDbInstance
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- The service generated unique identifier for InfluxDB instance.
- Id string
- The service generated unique identifier for InfluxDB instance.
- id String
- The service generated unique identifier for InfluxDB instance.
- id string
- The service generated unique identifier for InfluxDB instance.
- id str
- The service generated unique identifier for InfluxDB instance.
- id String
- The service generated unique identifier for InfluxDB instance.
getInfluxDbInstance Result
The following output properties are available:
- 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.
- 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.
- DeploymentType Pulumi.Aws Native. Timestream. Influx Db Instance Deployment Type 
- Deployment type of the InfluxDB Instance.
- Endpoint string
- The connection endpoint for the InfluxDB instance.
- Id string
- The service generated unique identifier for InfluxDB instance.
- InfluxAuth stringParameters Secret Arn 
- The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- LogDelivery Pulumi.Configuration Aws Native. Timestream. Outputs. Log Delivery Configuration Properties 
- Configuration for sending logs to customer account from the InfluxDB instance.
- Port int
- The port number on which InfluxDB accepts connections.
- 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.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- An arbitrary set of tags (key-value pairs) for this DB 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.
- 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.
- DeploymentType InfluxDb Instance Deployment Type 
- Deployment type of the InfluxDB Instance.
- Endpoint string
- The connection endpoint for the InfluxDB instance.
- Id string
- The service generated unique identifier for InfluxDB instance.
- InfluxAuth stringParameters Secret Arn 
- The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- LogDelivery LogConfiguration Delivery Configuration Properties 
- Configuration for sending logs to customer account from the InfluxDB instance.
- Port int
- The port number on which InfluxDB accepts connections.
- 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.
- Tag
- An arbitrary set of tags (key-value pairs) for this DB 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.
- 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.
- deploymentType InfluxDb Instance Deployment Type 
- Deployment type of the InfluxDB Instance.
- endpoint String
- The connection endpoint for the InfluxDB instance.
- id String
- The service generated unique identifier for InfluxDB instance.
- influxAuth StringParameters Secret Arn 
- The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- logDelivery LogConfiguration Delivery Configuration Properties 
- Configuration for sending logs to customer account from the InfluxDB instance.
- port Integer
- The port number on which InfluxDB accepts connections.
- 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.
- List<Tag>
- An arbitrary set of tags (key-value pairs) for this DB 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.
- 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.
- deploymentType InfluxDb Instance Deployment Type 
- Deployment type of the InfluxDB Instance.
- endpoint string
- The connection endpoint for the InfluxDB instance.
- id string
- The service generated unique identifier for InfluxDB instance.
- influxAuth stringParameters Secret Arn 
- The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- logDelivery LogConfiguration Delivery Configuration Properties 
- Configuration for sending logs to customer account from the InfluxDB instance.
- port number
- The port number on which InfluxDB accepts connections.
- 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.
- Tag[]
- An arbitrary set of tags (key-value pairs) for this DB 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.
- 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.
- deployment_type InfluxDb Instance Deployment Type 
- Deployment type of the InfluxDB Instance.
- endpoint str
- The connection endpoint for the InfluxDB instance.
- id str
- The service generated unique identifier for InfluxDB instance.
- influx_auth_ strparameters_ secret_ arn 
- The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- log_delivery_ Logconfiguration Delivery Configuration Properties 
- Configuration for sending logs to customer account from the InfluxDB instance.
- port int
- The port number on which InfluxDB accepts connections.
- 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.
- Sequence[root_Tag]
- An arbitrary set of tags (key-value pairs) for this DB 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.
- 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.
- deploymentType "SINGLE_AZ" | "WITH_MULTIAZ_STANDBY"
- Deployment type of the InfluxDB Instance.
- endpoint String
- The connection endpoint for the InfluxDB instance.
- id String
- The service generated unique identifier for InfluxDB instance.
- influxAuth StringParameters Secret Arn 
- The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- logDelivery Property MapConfiguration 
- Configuration for sending logs to customer account from the InfluxDB instance.
- port Number
- The port number on which InfluxDB accepts connections.
- 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.
- List<Property Map>
- An arbitrary set of tags (key-value pairs) for this DB instance.
Supporting Types
InfluxDbInstanceDbInstanceType     
InfluxDbInstanceDeploymentType    
InfluxDbInstanceStatus   
LogDeliveryConfigurationProperties   
- 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     
- 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
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi