Show / Hide Table of Contents

Class ServiceIntegrationEndpointState

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceIntegrationEndpointState
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 ServiceIntegrationEndpointState : ResourceArgs

Constructors

View Source

ServiceIntegrationEndpointState()

Declaration
public ServiceIntegrationEndpointState()

Properties

View Source

DatadogUserConfig

Datadog specific user configurable settings

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

EndpointConfig

Integration endpoint specific backend configuration

Declaration
public InputMap<string> EndpointConfig { get; set; }
Property Value
Type Description
InputMap<System.String>
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<ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigGetArgs> ExternalElasticsearchLogsUserConfig { get; set; }
Property Value
Type Description
Input<ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigGetArgs>
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<ServiceIntegrationEndpointPrometheusUserConfigGetArgs> PrometheusUserConfig { get; set; }
Property Value
Type Description
Input<ServiceIntegrationEndpointPrometheusUserConfigGetArgs>
View Source

RsyslogUserConfig

rsyslog specific user configurable settings

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