Show / Hide Table of Contents

Class ServiceIntegrationArgs

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

Constructors

View Source

ServiceIntegrationArgs()

Declaration
public ServiceIntegrationArgs()

Properties

View Source

DestinationEndpointId

Destination endpoint for the integration (if any)

Declaration
public Input<string> DestinationEndpointId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DestinationServiceName

Destination service for the integration (if any)

Declaration
public Input<string> DestinationServiceName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IntegrationType

Type of the service integration

Declaration
public Input<string> IntegrationType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LogsUserConfig

Log integration specific user configurable settings

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

MirrormakerUserConfig

Mirrormaker integration specific user configurable settings

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

Project

Project the integration belongs to

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceEndpointId

Source endpoint for the integration (if any)

Declaration
public Input<string> SourceEndpointId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceServiceName

Source service for the integration (if any)

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