Show / Hide Table of Contents

Class GetServiceIntegrationEndpointArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceIntegrationEndpointArgs
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
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
Type Description
GetServiceIntegrationEndpointDatadogUserConfigArgs
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
Type Description
GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs
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
Type Description
GetServiceIntegrationEndpointPrometheusUserConfigArgs
View Source

RsyslogUserConfig

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