Show / Hide Table of Contents

Class ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs

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

Constructors

View Source

ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs()

Declaration
public ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs()

Properties

View Source

Ca

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

IndexDaysMax

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

IndexPrefix

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

Timeout

Declaration
public Input<double> Timeout { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

Url

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