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,
organization: Optional[str] = None,
password: Optional[str] = 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
The InfluxDbInstance resource accepts the following input properties:
- Allocated
Storage int - The allocated storage for the InfluxDB instance.
- Bucket string
- The bucket for the InfluxDB instance.
- Db
Instance Pulumi.Type Aws Native. Timestream. Influx Db Instance Db Instance Type - The compute instance of the InfluxDB instance.
- Db
Parameter stringGroup Identifier - The name of an existing InfluxDB parameter group.
- Db
Storage Pulumi.Type Aws Native. Timestream. Influx Db Instance Db Storage Type - The storage type of the InfluxDB instance.
- Deployment
Type Pulumi.Aws Native. Timestream. Influx Db Instance Deployment Type - Deployment type of the InfluxDB Instance.
- Log
Delivery 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.
- Organization string
- The organization for the InfluxDB instance.
- Password string
- The password for the InfluxDB instance.
- 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 instance.
- Username string
- The username for the InfluxDB instance.
- Vpc
Security List<string>Group Ids - A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
- Vpc
Subnet List<string>Ids - A list of EC2 subnet IDs for this InfluxDB instance.
- Allocated
Storage int - The allocated storage for the InfluxDB instance.
- Bucket string
- The bucket for the InfluxDB instance.
- Db
Instance InfluxType Db Instance Db Instance Type - The compute instance of the InfluxDB instance.
- Db
Parameter stringGroup 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 string
- The unique name that is associated with the InfluxDB instance.
- Organization string
- The organization for the InfluxDB instance.
- Password string
- The password for the InfluxDB instance.
- Publicly
Accessible bool - Attach a public IP to the customer ENI.
- Tag
Args - An arbitrary set of tags (key-value pairs) for this DB instance.
- Username string
- The username for the InfluxDB instance.
- Vpc
Security []stringGroup Ids - A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
- Vpc
Subnet []stringIds - A list of EC2 subnet IDs for this InfluxDB instance.
- allocated
Storage Integer - The allocated storage for the InfluxDB instance.
- bucket String
- The bucket for the InfluxDB instance.
- db
Instance InfluxType Db Instance Db Instance Type - The compute instance of the InfluxDB instance.
- db
Parameter StringGroup 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 - Configuration for sending logs to customer account from the InfluxDB instance.
- name String
- The unique name that is associated with the InfluxDB instance.
- organization String
- The organization for the InfluxDB instance.
- password String
- The password for the InfluxDB instance.
- publicly
Accessible 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.
- vpc
Security List<String>Group Ids - A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
- vpc
Subnet List<String>Ids - A list of EC2 subnet IDs for this InfluxDB instance.
- allocated
Storage number - The allocated storage for the InfluxDB instance.
- bucket string
- The bucket for the InfluxDB instance.
- db
Instance InfluxType Db Instance Db Instance Type - The compute instance of the InfluxDB instance.
- db
Parameter stringGroup 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 - Configuration for sending logs to customer account from the InfluxDB instance.
- name string
- The unique name that is associated with the InfluxDB instance.
- organization string
- The organization for the InfluxDB instance.
- password string
- The password for the InfluxDB instance.
- publicly
Accessible 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.
- vpc
Security string[]Group Ids - A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
- vpc
Subnet 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.
- organization str
- The organization for the InfluxDB instance.
- password str
- The password for the InfluxDB instance.
- 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 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.
- allocated
Storage Number - The allocated storage for the InfluxDB instance.
- bucket String
- The bucket for the InfluxDB instance.
- 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"Type - The compute instance of the InfluxDB instance.
- 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 instance.
- deployment
Type "SINGLE_AZ" | "WITH_MULTIAZ_STANDBY" - Deployment type of the InfluxDB Instance.
- log
Delivery 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.
- organization String
- The organization for the InfluxDB instance.
- password String
- The password for the InfluxDB instance.
- 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 instance.
- username String
- The username for the InfluxDB instance.
- vpc
Security List<String>Group Ids - A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
- vpc
Subnet 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.
- Availability
Zone string - The Availability Zone (AZ) where the InfluxDB instance is created.
- Aws
Id 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.
- Influx
Auth stringParameters Secret Arn - The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- Secondary
Availability 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.
- Availability
Zone string - The Availability Zone (AZ) where the InfluxDB instance is created.
- Aws
Id 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.
- Influx
Auth stringParameters Secret Arn - The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- Secondary
Availability stringZone - The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
- Status
Influx
Db Instance Status - Status of the InfluxDB Instance.
- arn String
- The Amazon Resource Name (ARN) that is associated with the InfluxDB instance.
- availability
Zone String - The Availability Zone (AZ) where the InfluxDB instance is created.
- aws
Id 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.
- influx
Auth StringParameters Secret Arn - The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- secondary
Availability StringZone - The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
- status
Influx
Db Instance Status - Status of the InfluxDB Instance.
- arn string
- The Amazon Resource Name (ARN) that is associated with the InfluxDB instance.
- availability
Zone string - The Availability Zone (AZ) where the InfluxDB instance is created.
- aws
Id 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.
- influx
Auth stringParameters Secret Arn - The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- secondary
Availability stringZone - The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
- status
Influx
Db 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
Influx
Db Instance Status - Status of the InfluxDB Instance.
- arn String
- The Amazon Resource Name (ARN) that is associated with the InfluxDB instance.
- availability
Zone String - The Availability Zone (AZ) where the InfluxDB instance is created.
- aws
Id 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.
- influx
Auth StringParameters Secret Arn - The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
- secondary
Availability 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" | "DELETED" | "FAILED"
- Status of the InfluxDB Instance.
Supporting Types
InfluxDbInstanceDbInstanceType, InfluxDbInstanceDbInstanceTypeArgs
- 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
- Influx
Db Instance Db Instance Type Db Influx Medium - db.influx.medium
- Influx
Db Instance Db Instance Type Db Influx Large - db.influx.large
- Influx
Db Instance Db Instance Type Db Influx Xlarge - db.influx.xlarge
- Influx
Db Instance Db Instance Type Db Influx2xlarge - db.influx.2xlarge
- Influx
Db Instance Db Instance Type Db Influx4xlarge - db.influx.4xlarge
- Influx
Db Instance Db Instance Type Db Influx8xlarge - db.influx.8xlarge
- Influx
Db Instance Db Instance Type Db Influx12xlarge - db.influx.12xlarge
- Influx
Db Instance Db Instance Type Db Influx16xlarge - 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
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_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
- Influx
Io Included T1 - InfluxIOIncludedT1
- Influx
Io Included T2 - InfluxIOIncludedT2
- Influx
Io Included T3 - InfluxIOIncludedT3
- Influx
Db Instance Db Storage Type Influx Io Included T1 - InfluxIOIncludedT1
- Influx
Db Instance Db Storage Type Influx Io Included T2 - InfluxIOIncludedT2
- Influx
Db Instance 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
InfluxDbInstanceDeploymentType, InfluxDbInstanceDeploymentTypeArgs
- Single
Az - SINGLE_AZ
- With
Multiaz Standby - WITH_MULTIAZ_STANDBY
- Influx
Db Instance Deployment Type Single Az - SINGLE_AZ
- Influx
Db Instance Deployment Type With Multiaz Standby - WITH_MULTIAZ_STANDBY
- Single
Az - SINGLE_AZ
- With
Multiaz Standby - WITH_MULTIAZ_STANDBY
- Single
Az - SINGLE_AZ
- With
Multiaz Standby - WITH_MULTIAZ_STANDBY
- SINGLE_AZ
- SINGLE_AZ
- WITH_MULTIAZ_STANDBY
- WITH_MULTIAZ_STANDBY
- "SINGLE_AZ"
- SINGLE_AZ
- "WITH_MULTIAZ_STANDBY"
- WITH_MULTIAZ_STANDBY
InfluxDbInstanceStatus, InfluxDbInstanceStatusArgs
- Creating
- CREATING
- Available
- AVAILABLE
- Deleting
- DELETING
- Modifying
- MODIFYING
- Updating
- UPDATING
- Deleted
- DELETED
- Failed
- FAILED
- Influx
Db Instance Status Creating - CREATING
- Influx
Db Instance Status Available - AVAILABLE
- Influx
Db Instance Status Deleting - DELETING
- Influx
Db Instance Status Modifying - MODIFYING
- Influx
Db Instance Status Updating - UPDATING
- Influx
Db Instance Status Deleted - DELETED
- Influx
Db Instance Status Failed - FAILED
- Creating
- CREATING
- Available
- AVAILABLE
- Deleting
- DELETING
- Modifying
- MODIFYING
- Updating
- UPDATING
- Deleted
- DELETED
- Failed
- FAILED
- Creating
- CREATING
- Available
- AVAILABLE
- Deleting
- DELETING
- Modifying
- MODIFYING
- Updating
- UPDATING
- Deleted
- DELETED
- Failed
- FAILED
- CREATING
- CREATING
- AVAILABLE
- AVAILABLE
- DELETING
- DELETING
- MODIFYING
- MODIFYING
- UPDATING
- UPDATING
- DELETED
- DELETED
- FAILED
- FAILED
- "CREATING"
- CREATING
- "AVAILABLE"
- AVAILABLE
- "DELETING"
- DELETING
- "MODIFYING"
- MODIFYING
- "UPDATING"
- UPDATING
- "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
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
- 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
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.