Influx Db Instance Args
constructor(allocatedStorage: Output<Int>? = null, bucket: Output<String>? = null, dbInstanceType: Output<InfluxDbInstanceDbInstanceType>? = null, dbParameterGroupIdentifier: Output<String>? = null, dbStorageType: Output<InfluxDbInstanceDbStorageType>? = null, deploymentType: Output<InfluxDbInstanceDeploymentType>? = null, logDeliveryConfiguration: Output<LogDeliveryConfigurationPropertiesArgs>? = null, name: Output<String>? = null, networkType: Output<InfluxDbInstanceNetworkType>? = null, organization: Output<String>? = null, password: Output<String>? = null, port: Output<Int>? = null, publiclyAccessible: Output<Boolean>? = null, tags: Output<List<TagArgs>>? = null, username: Output<String>? = null, vpcSecurityGroupIds: Output<List<String>>? = null, vpcSubnetIds: Output<List<String>>? = null)