Show / Hide Table of Contents

Class ServiceIntegrationEndpointRsyslogUserConfigArgs

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

Constructors

View Source

ServiceIntegrationEndpointRsyslogUserConfigArgs()

Declaration
public ServiceIntegrationEndpointRsyslogUserConfigArgs()

Properties

View Source

Ca

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

Cert

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

Format

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

Key

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

Logline

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

Port

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

Sd

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

Server

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

Tls

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