Show / Hide Table of Contents

Class ServiceGrafanaUserConfigSmtpServerArgs

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

Constructors

View Source

ServiceGrafanaUserConfigSmtpServerArgs()

Declaration
public ServiceGrafanaUserConfigSmtpServerArgs()

Properties

View Source

FromAddress

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

FromName

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

Host

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

Password

Declaration
public Input<string> Password { 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

SkipVerify

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

Username

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