Show / Hide Table of Contents

Class ServicePgUserConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServicePgUserConfigGetArgs
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 ServicePgUserConfigGetArgs : ResourceArgs

Constructors

View Source

ServicePgUserConfigGetArgs()

Declaration
public ServicePgUserConfigGetArgs()

Properties

View Source

AdminPassword

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

AdminUsername

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

BackupHour

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

BackupMinute

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

IpFilters

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

Pg

Declaration
public Input<ServicePgUserConfigPgGetArgs> Pg { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigPgGetArgs>
View Source

Pgbouncer

Declaration
public Input<ServicePgUserConfigPgbouncerGetArgs> Pgbouncer { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigPgbouncerGetArgs>
View Source

Pglookout

Declaration
public Input<ServicePgUserConfigPglookoutGetArgs> Pglookout { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigPglookoutGetArgs>
View Source

PgReadReplica

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

PgServiceToForkFrom

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

PgVersion

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

PrivateAccess

Declaration
public Input<ServicePgUserConfigPrivateAccessGetArgs> PrivateAccess { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigPrivateAccessGetArgs>
View Source

PublicAccess

Declaration
public Input<ServicePgUserConfigPublicAccessGetArgs> PublicAccess { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigPublicAccessGetArgs>
View Source

RecoveryTargetTime

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

ServiceToForkFrom

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

Timescaledb

Declaration
public Input<ServicePgUserConfigTimescaledbGetArgs> Timescaledb { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigTimescaledbGetArgs>
View Source

Variant

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