Class ServiceIntegrationArgs
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 ServiceIntegrationArgs : ResourceArgs
Constructors
View SourceServiceIntegrationArgs()
Declaration
public ServiceIntegrationArgs()
Properties
View SourceDestinationEndpointId
Destination endpoint for the integration (if any)
Declaration
public Input<string> DestinationEndpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DestinationServiceName
Destination service for the integration (if any)
Declaration
public Input<string> DestinationServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IntegrationType
Type of the service integration
Declaration
public Input<string> IntegrationType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LogsUserConfig
Log integration specific user configurable settings
Declaration
public Input<ServiceIntegrationLogsUserConfigArgs> LogsUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationLogsUserConfigArgs> |
MirrormakerUserConfig
Mirrormaker integration specific user configurable settings
Declaration
public Input<ServiceIntegrationMirrormakerUserConfigArgs> MirrormakerUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationMirrormakerUserConfigArgs> |
Project
Project the integration belongs to
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceEndpointId
Source endpoint for the integration (if any)
Declaration
public Input<string> SourceEndpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceServiceName
Source service for the integration (if any)
Declaration
public Input<string> SourceServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |