Show / Hide Table of Contents

Class ServicePgUserConfigPgArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServicePgUserConfigPgArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ServicePgUserConfigPgArgs : ResourceArgs

Constructors

View Source

ServicePgUserConfigPgArgs()

Declaration
public ServicePgUserConfigPgArgs()

Properties

View Source

AutovacuumAnalyzeScaleFactor

Declaration
public Input<double> AutovacuumAnalyzeScaleFactor { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

AutovacuumAnalyzeThreshold

Declaration
public Input<int> AutovacuumAnalyzeThreshold { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

AutovacuumMaxWorkers

Declaration
public Input<int> AutovacuumMaxWorkers { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

AutovacuumNaptime

Declaration
public Input<int> AutovacuumNaptime { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

AutovacuumVacuumCostDelay

Declaration
public Input<int> AutovacuumVacuumCostDelay { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

AutovacuumVacuumCostLimit

Declaration
public Input<int> AutovacuumVacuumCostLimit { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

AutovacuumVacuumScaleFactor

Declaration
public Input<double> AutovacuumVacuumScaleFactor { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

AutovacuumVacuumThreshold

Declaration
public Input<int> AutovacuumVacuumThreshold { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

DeadlockTimeout

Declaration
public Input<int> DeadlockTimeout { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

IdleInTransactionSessionTimeout

Declaration
public Input<int> IdleInTransactionSessionTimeout { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Jit

Declaration
public Input<string> Jit { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LogAutovacuumMinDuration

Declaration
public Input<int> LogAutovacuumMinDuration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

LogErrorVerbosity

Declaration
public Input<string> LogErrorVerbosity { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LogMinDurationStatement

Declaration
public Input<int> LogMinDurationStatement { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxLocksPerTransaction

Declaration
public Input<int> MaxLocksPerTransaction { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxParallelWorkers

Declaration
public Input<int> MaxParallelWorkers { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxParallelWorkersPerGather

Declaration
public Input<int> MaxParallelWorkersPerGather { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxPredLocksPerTransaction

Declaration
public Input<int> MaxPredLocksPerTransaction { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxPreparedTransactions

Declaration
public Input<int> MaxPreparedTransactions { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxStackDepth

Declaration
public Input<int> MaxStackDepth { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxStandbyArchiveDelay

Declaration
public Input<int> MaxStandbyArchiveDelay { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxStandbyStreamingDelay

Declaration
public Input<int> MaxStandbyStreamingDelay { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxWorkerProcesses

Declaration
public Input<int> MaxWorkerProcesses { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PgStatStatementsTrack

Declaration
public Input<string> PgStatStatementsTrack { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TempFileLimit

Declaration
public Input<int> TempFileLimit { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Timezone

Declaration
public Input<string> Timezone { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TrackActivityQuerySize

Declaration
public Input<int> TrackActivityQuerySize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TrackFunctions

Declaration
public Input<string> TrackFunctions { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WalWriterDelay

Declaration
public Input<int> WalWriterDelay { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.