Class GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs
Inheritance
System.Object
GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs
Inherited Members
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 SourceGetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs()
Declaration
public GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs()
Properties
View SourceCa
Declaration
public string Ca { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IndexDaysMax
Declaration
public int? IndexDaysMax { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
IndexPrefix
Declaration
public string IndexPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Timeout
Declaration
public double? Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |