Show / Hide Table of Contents

Class ServiceIntegrationEndpointArgs

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

Constructors

View Source

ServiceIntegrationEndpointArgs()

Declaration
public ServiceIntegrationEndpointArgs()

Properties

View Source

DatadogUserConfig

Datadog specific user configurable settings

Declaration
public Input<ServiceIntegrationEndpointDatadogUserConfigArgs> DatadogUserConfig { get; set; }
Property Value
Type Description
Input<ServiceIntegrationEndpointDatadogUserConfigArgs>
View Source

EndpointName

Name of the service integration endpoint

Declaration
public Input<string> EndpointName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EndpointType

Type of the service integration endpoint

Declaration
public Input<string> EndpointType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ExternalElasticsearchLogsUserConfig

external elasticsearch specific user configurable settings

Declaration
public Input<ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs> ExternalElasticsearchLogsUserConfig { get; set; }
Property Value
Type Description
Input<ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs>
View Source

Project

Project the service integration endpoint belongs to

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrometheusUserConfig

Prometheus specific user configurable settings

Declaration
public Input<ServiceIntegrationEndpointPrometheusUserConfigArgs> PrometheusUserConfig { get; set; }
Property Value
Type Description
Input<ServiceIntegrationEndpointPrometheusUserConfigArgs>
View Source

RsyslogUserConfig

rsyslog specific user configurable settings

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