Class ServicePgUserConfigGetArgs
Inheritance
System.Object
ServicePgUserConfigGetArgs
Inherited Members
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()
Assembly: Pulumi.Aiven.dll
public sealed class ServicePgUserConfigGetArgs : ResourceArgs
Constructors
View Source
Declaration
public ServicePgUserConfigGetArgs()
Properties
View Source
Declaration
public Input<string> AdminPassword { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> AdminUsername { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> BackupHour { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> BackupMinute { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public InputList<string> IpFilters { get; set; }
Property Value
View Source
Declaration
public Input<ServicePgUserConfigPgGetArgs> Pg { get; set; }
Property Value
View Source
Declaration
public Input<ServicePgUserConfigPgbouncerGetArgs> Pgbouncer { get; set; }
Property Value
View Source
Declaration
public Input<ServicePgUserConfigPglookoutGetArgs> Pglookout { get; set; }
Property Value
View Source
Declaration
public Input<string> PgReadReplica { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> PgServiceToForkFrom { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> PgVersion { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<ServicePgUserConfigPrivateAccessGetArgs> PrivateAccess { get; set; }
Property Value
View Source
Declaration
public Input<ServicePgUserConfigPublicAccessGetArgs> PublicAccess { get; set; }
Property Value
View Source
Declaration
public Input<string> RecoveryTargetTime { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> ServiceToForkFrom { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<ServicePgUserConfigTimescaledbGetArgs> Timescaledb { get; set; }
Property Value
View Source
Declaration
public Input<string> Variant { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|