Class ServiceIntegrationEndpointArgs
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 ServiceIntegrationEndpointArgs : ResourceArgs
Constructors
View SourceServiceIntegrationEndpointArgs()
Declaration
public ServiceIntegrationEndpointArgs()
Properties
View SourceDatadogUserConfig
Datadog specific user configurable settings
Declaration
public Input<ServiceIntegrationEndpointDatadogUserConfigArgs> DatadogUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationEndpointDatadogUserConfigArgs> |
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<ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs> ExternalElasticsearchLogsUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs> |
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<ServiceIntegrationEndpointPrometheusUserConfigArgs> PrometheusUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationEndpointPrometheusUserConfigArgs> |
RsyslogUserConfig
rsyslog specific user configurable settings
Declaration
public Input<ServiceIntegrationEndpointRsyslogUserConfigArgs> RsyslogUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationEndpointRsyslogUserConfigArgs> |