Class GetServiceIntegrationEndpointArgs
Inheritance
System.Object
GetServiceIntegrationEndpointArgs
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()
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceIntegrationEndpointArgs : InvokeArgs
Constructors
View Source
GetServiceIntegrationEndpointArgs()
Declaration
public GetServiceIntegrationEndpointArgs()
Properties
View Source
DatadogUserConfig
Declaration
public GetServiceIntegrationEndpointDatadogUserConfigArgs DatadogUserConfig { get; set; }
Property Value
View Source
EndpointConfig
Declaration
public Dictionary<string, string> EndpointConfig { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.String> |
|
View Source
EndpointName
Declaration
public string EndpointName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
EndpointType
Declaration
public string EndpointType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ExternalElasticsearchLogsUserConfig
Declaration
public GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs ExternalElasticsearchLogsUserConfig { get; set; }
Property Value
View Source
Project
Declaration
public string Project { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
PrometheusUserConfig
Declaration
public GetServiceIntegrationEndpointPrometheusUserConfigArgs PrometheusUserConfig { get; set; }
Property Value
View Source
RsyslogUserConfig
Declaration
public GetServiceIntegrationEndpointRsyslogUserConfigArgs RsyslogUserConfig { get; set; }
Property Value