Show / Hide Table of Contents

Class GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs
Inherited Members
InvokeArgs.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 GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs : InvokeArgs

Constructors

View Source

GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs()

Declaration
public GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs()

Properties

View Source

Ca

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

IndexDaysMax

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

IndexPrefix

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

Timeout

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

Url

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