Class ServiceIntegrationEndpointState
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
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ServiceIntegrationEndpointState : ResourceArgs
Constructors
View SourceServiceIntegrationEndpointState()
Declaration
public ServiceIntegrationEndpointState()
Properties
View SourceDatadogUserConfig
Datadog specific user configurable settings
Declaration
public Input<ServiceIntegrationEndpointDatadogUserConfigGetArgs> DatadogUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationEndpointDatadogUserConfigGetArgs> |
EndpointConfig
Integration endpoint specific backend configuration
Declaration
public InputMap<string> EndpointConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
EndpointName
Name of the service integration endpoint
Declaration
public Input<string> EndpointName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EndpointType
Type of the service integration endpoint
Declaration
public Input<string> EndpointType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExternalElasticsearchLogsUserConfig
external elasticsearch specific user configurable settings
Declaration
public Input<ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigGetArgs> ExternalElasticsearchLogsUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigGetArgs> |
Project
Project the service integration endpoint belongs to
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrometheusUserConfig
Prometheus specific user configurable settings
Declaration
public Input<ServiceIntegrationEndpointPrometheusUserConfigGetArgs> PrometheusUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationEndpointPrometheusUserConfigGetArgs> |
RsyslogUserConfig
rsyslog specific user configurable settings
Declaration
public Input<ServiceIntegrationEndpointRsyslogUserConfigGetArgs> RsyslogUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationEndpointRsyslogUserConfigGetArgs> |