1. Packages
  2. AWS Native
  3. API Docs
  4. timestream
  5. InfluxDbInstance

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.timestream.InfluxDbInstance

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const influxDbInstanceResource = new aws_native.timestream.InfluxDbInstance("influxDbInstanceResource", {
        allocatedStorage: 0,
        bucket: "string",
        dbInstanceType: aws_native.timestream.InfluxDbInstanceDbInstanceType.DbInfluxMedium,
        dbParameterGroupIdentifier: "string",
        dbStorageType: aws_native.timestream.InfluxDbInstanceDbStorageType.InfluxIoIncludedT1,
        deploymentType: aws_native.timestream.InfluxDbInstanceDeploymentType.SingleAz,
        logDeliveryConfiguration: {
            s3Configuration: {
                bucketName: "string",
                enabled: false,
            },
        },
        name: "string",
        organization: "string",
        password: "string",
        publiclyAccessible: false,
        tags: [{
            key: "string",
            value: "string",
        }],
        username: "string",
        vpcSecurityGroupIds: ["string"],
        vpcSubnetIds: ["string"],
    });
    
    Coming soon!
    

    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:

    AllocatedStorage int
    The allocated storage for the InfluxDB instance.
    Bucket string
    The bucket for the InfluxDB instance.
    DbInstanceType Pulumi.AwsNative.Timestream.InfluxDbInstanceDbInstanceType
    The compute instance of the InfluxDB instance.
    DbParameterGroupIdentifier string
    The name of an existing InfluxDB parameter group.
    DbStorageType Pulumi.AwsNative.Timestream.InfluxDbInstanceDbStorageType
    The storage type of the InfluxDB instance.
    DeploymentType Pulumi.AwsNative.Timestream.InfluxDbInstanceDeploymentType
    Deployment type of the InfluxDB Instance.
    LogDeliveryConfiguration Pulumi.AwsNative.Timestream.Inputs.LogDeliveryConfigurationProperties
    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.
    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 instance.
    Username string
    The username for the InfluxDB instance.
    VpcSecurityGroupIds List<string>
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
    VpcSubnetIds List<string>
    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.
    DbInstanceType InfluxDbInstanceDbInstanceType
    The compute instance of the InfluxDB instance.
    DbParameterGroupIdentifier string
    The name of an existing InfluxDB parameter group.
    DbStorageType InfluxDbInstanceDbStorageType
    The storage type of the InfluxDB instance.
    DeploymentType InfluxDbInstanceDeploymentType
    Deployment type of the InfluxDB Instance.
    LogDeliveryConfiguration LogDeliveryConfigurationPropertiesArgs
    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.
    PubliclyAccessible bool
    Attach a public IP to the customer ENI.
    Tags TagArgs
    An arbitrary set of tags (key-value pairs) for this DB instance.
    Username string
    The username for the InfluxDB instance.
    VpcSecurityGroupIds []string
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
    VpcSubnetIds []string
    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.
    dbInstanceType InfluxDbInstanceDbInstanceType
    The compute instance of the InfluxDB instance.
    dbParameterGroupIdentifier String
    The name of an existing InfluxDB parameter group.
    dbStorageType InfluxDbInstanceDbStorageType
    The storage type of the InfluxDB instance.
    deploymentType InfluxDbInstanceDeploymentType
    Deployment type of the InfluxDB Instance.
    logDeliveryConfiguration LogDeliveryConfigurationProperties
    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.
    publiclyAccessible Boolean
    Attach a public IP to the customer ENI.
    tags List<Tag>
    An arbitrary set of tags (key-value pairs) for this DB instance.
    username String
    The username for the InfluxDB instance.
    vpcSecurityGroupIds List<String>
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
    vpcSubnetIds List<String>
    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.
    dbInstanceType InfluxDbInstanceDbInstanceType
    The compute instance of the InfluxDB instance.
    dbParameterGroupIdentifier string
    The name of an existing InfluxDB parameter group.
    dbStorageType InfluxDbInstanceDbStorageType
    The storage type of the InfluxDB instance.
    deploymentType InfluxDbInstanceDeploymentType
    Deployment type of the InfluxDB Instance.
    logDeliveryConfiguration LogDeliveryConfigurationProperties
    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.
    publiclyAccessible boolean
    Attach a public IP to the customer ENI.
    tags Tag[]
    An arbitrary set of tags (key-value pairs) for this DB instance.
    username string
    The username for the InfluxDB instance.
    vpcSecurityGroupIds string[]
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
    vpcSubnetIds string[]
    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_type InfluxDbInstanceDbInstanceType
    The compute instance of the InfluxDB instance.
    db_parameter_group_identifier str
    The name of an existing InfluxDB parameter group.
    db_storage_type InfluxDbInstanceDbStorageType
    The storage type of the InfluxDB instance.
    deployment_type InfluxDbInstanceDeploymentType
    Deployment type of the InfluxDB Instance.
    log_delivery_configuration LogDeliveryConfigurationPropertiesArgs
    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.
    tags Sequence[TagArgs]
    An arbitrary set of tags (key-value pairs) for this DB instance.
    username str
    The username for the InfluxDB instance.
    vpc_security_group_ids Sequence[str]
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
    vpc_subnet_ids Sequence[str]
    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.
    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"
    The compute instance of the InfluxDB instance.
    dbParameterGroupIdentifier String
    The name of an existing InfluxDB parameter group.
    dbStorageType "InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3"
    The storage type of the InfluxDB instance.
    deploymentType "SINGLE_AZ" | "WITH_MULTIAZ_STANDBY"
    Deployment type of the InfluxDB Instance.
    logDeliveryConfiguration Property Map
    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.
    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 instance.
    username String
    The username for the InfluxDB instance.
    vpcSecurityGroupIds List<String>
    A list of Amazon EC2 VPC security groups to associate with this InfluxDB instance.
    vpcSubnetIds List<String>
    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.
    InfluxAuthParametersSecretArn string
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
    SecondaryAvailabilityZone string
    The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
    Status Pulumi.AwsNative.Timestream.InfluxDbInstanceStatus
    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.
    InfluxAuthParametersSecretArn string
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
    SecondaryAvailabilityZone string
    The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
    Status InfluxDbInstanceStatus
    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.
    influxAuthParametersSecretArn String
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
    secondaryAvailabilityZone String
    The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
    status InfluxDbInstanceStatus
    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.
    influxAuthParametersSecretArn string
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
    secondaryAvailabilityZone string
    The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
    status InfluxDbInstanceStatus
    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_parameters_secret_arn str
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
    secondary_availability_zone str
    The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.
    status InfluxDbInstanceStatus
    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.
    influxAuthParametersSecretArn String
    The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.
    secondaryAvailabilityZone String
    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

    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
    InfluxDbInstanceDbInstanceTypeDbInfluxMedium
    db.influx.medium
    InfluxDbInstanceDbInstanceTypeDbInfluxLarge
    db.influx.large
    InfluxDbInstanceDbInstanceTypeDbInfluxXlarge
    db.influx.xlarge
    InfluxDbInstanceDbInstanceTypeDbInflux2xlarge
    db.influx.2xlarge
    InfluxDbInstanceDbInstanceTypeDbInflux4xlarge
    db.influx.4xlarge
    InfluxDbInstanceDbInstanceTypeDbInflux8xlarge
    db.influx.8xlarge
    InfluxDbInstanceDbInstanceTypeDbInflux12xlarge
    db.influx.12xlarge
    InfluxDbInstanceDbInstanceTypeDbInflux16xlarge
    db.influx.16xlarge
    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
    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
    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

    InfluxIoIncludedT1
    InfluxIOIncludedT1
    InfluxIoIncludedT2
    InfluxIOIncludedT2
    InfluxIoIncludedT3
    InfluxIOIncludedT3
    InfluxDbInstanceDbStorageTypeInfluxIoIncludedT1
    InfluxIOIncludedT1
    InfluxDbInstanceDbStorageTypeInfluxIoIncludedT2
    InfluxIOIncludedT2
    InfluxDbInstanceDbStorageTypeInfluxIoIncludedT3
    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

    InfluxDbInstanceDeploymentType, InfluxDbInstanceDeploymentTypeArgs

    SingleAz
    SINGLE_AZ
    WithMultiazStandby
    WITH_MULTIAZ_STANDBY
    InfluxDbInstanceDeploymentTypeSingleAz
    SINGLE_AZ
    InfluxDbInstanceDeploymentTypeWithMultiazStandby
    WITH_MULTIAZ_STANDBY
    SingleAz
    SINGLE_AZ
    WithMultiazStandby
    WITH_MULTIAZ_STANDBY
    SingleAz
    SINGLE_AZ
    WithMultiazStandby
    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
    InfluxDbInstanceStatusCreating
    CREATING
    InfluxDbInstanceStatusAvailable
    AVAILABLE
    InfluxDbInstanceStatusDeleting
    DELETING
    InfluxDbInstanceStatusModifying
    MODIFYING
    InfluxDbInstanceStatusUpdating
    UPDATING
    InfluxDbInstanceStatusDeleted
    DELETED
    InfluxDbInstanceStatusFailed
    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.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

    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

    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi