Show / Hide Table of Contents

Class ServicePgUserConfigArgs

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

Constructors

View Source

ServicePgUserConfigArgs()

Declaration
public ServicePgUserConfigArgs()

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<ServicePgUserConfigPgArgs> Pg { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigPgArgs>
View Source

Pgbouncer

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

Pglookout

Declaration
public Input<ServicePgUserConfigPglookoutArgs> Pglookout { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigPglookoutArgs>
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<ServicePgUserConfigPrivateAccessArgs> PrivateAccess { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigPrivateAccessArgs>
View Source

PublicAccess

Declaration
public Input<ServicePgUserConfigPublicAccessArgs> PublicAccess { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigPublicAccessArgs>
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<ServicePgUserConfigTimescaledbArgs> Timescaledb { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigTimescaledbArgs>
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.