Class ServiceIntegrationState
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 ServiceIntegrationState : ResourceArgs
Constructors
View SourceServiceIntegrationState()
Declaration
public ServiceIntegrationState()
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<ServiceIntegrationLogsUserConfigGetArgs> LogsUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationLogsUserConfigGetArgs> |
MirrormakerUserConfig
Mirrormaker integration specific user configurable settings
Declaration
public Input<ServiceIntegrationMirrormakerUserConfigGetArgs> MirrormakerUserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIntegrationMirrormakerUserConfigGetArgs> |
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> |