Class ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs
Inheritance
System.Object
ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs
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 ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs : ResourceArgs
Constructors
View SourceServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs()
Declaration
public ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs()
Properties
View SourceCa
Declaration
public Input<string> Ca { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IndexDaysMax
Declaration
public Input<int> IndexDaysMax { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IndexPrefix
Declaration
public Input<string> IndexPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Timeout
Declaration
public Input<double> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
Url
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |