GetServiceIntegration

Using GetServiceIntegration

function getServiceIntegration(args: GetServiceIntegrationArgs, opts?: InvokeOptions): Promise<GetServiceIntegrationResult>
function  get_service_integration(destination_endpoint_id=None, destination_service_name=None, integration_type=None, kafka_connect_user_config=None, kafka_mirrormaker_user_config=None, logs_user_config=None, mirrormaker_user_config=None, project=None, source_endpoint_id=None, source_service_name=None, opts=None)
func LookupServiceIntegration(ctx *Context, args *LookupServiceIntegrationArgs, opts ...InvokeOption) (*LookupServiceIntegrationResult, error)

Note: This function is named LookupServiceIntegration in the Go SDK.

public static class GetServiceIntegration {
    public static Task<GetServiceIntegrationResult> InvokeAsync(GetServiceIntegrationArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

DestinationServiceName string
IntegrationType string
Project string
SourceServiceName string
DestinationEndpointId string
KafkaConnectUserConfig GetServiceIntegrationKafkaConnectUserConfigArgs
KafkaMirrormakerUserConfig GetServiceIntegrationKafkaMirrormakerUserConfigArgs
LogsUserConfig GetServiceIntegrationLogsUserConfigArgs
MirrormakerUserConfig GetServiceIntegrationMirrormakerUserConfigArgs
SourceEndpointId string
DestinationServiceName string
IntegrationType string
Project string
SourceServiceName string
DestinationEndpointId string
KafkaConnectUserConfig GetServiceIntegrationKafkaConnectUserConfig
KafkaMirrormakerUserConfig GetServiceIntegrationKafkaMirrormakerUserConfig
LogsUserConfig GetServiceIntegrationLogsUserConfig
MirrormakerUserConfig GetServiceIntegrationMirrormakerUserConfig
SourceEndpointId string
destinationServiceName string
integrationType string
project string
sourceServiceName string
destinationEndpointId string
kafkaConnectUserConfig GetServiceIntegrationKafkaConnectUserConfig
kafkaMirrormakerUserConfig GetServiceIntegrationKafkaMirrormakerUserConfig
logsUserConfig GetServiceIntegrationLogsUserConfig
mirrormakerUserConfig GetServiceIntegrationMirrormakerUserConfig
sourceEndpointId string
destination_service_name str
integration_type str
project str
source_service_name str
destination_endpoint_id str
kafka_connect_user_config Dict[GetServiceIntegrationKafkaConnectUserConfig]
kafka_mirrormaker_user_config Dict[GetServiceIntegrationKafkaMirrormakerUserConfig]
logs_user_config Dict[GetServiceIntegrationLogsUserConfig]
mirrormaker_user_config Dict[GetServiceIntegrationMirrormakerUserConfig]
source_endpoint_id str

GetServiceIntegration Result

The following output properties are available:

DestinationServiceName string
Id string

The provider-assigned unique ID for this managed resource.

IntegrationType string
Project string
SourceServiceName string
DestinationEndpointId string
KafkaConnectUserConfig GetServiceIntegrationKafkaConnectUserConfig
KafkaMirrormakerUserConfig GetServiceIntegrationKafkaMirrormakerUserConfig
LogsUserConfig GetServiceIntegrationLogsUserConfig
MirrormakerUserConfig GetServiceIntegrationMirrormakerUserConfig
SourceEndpointId string
DestinationServiceName string
Id string

The provider-assigned unique ID for this managed resource.

IntegrationType string
Project string
SourceServiceName string
DestinationEndpointId string
KafkaConnectUserConfig GetServiceIntegrationKafkaConnectUserConfig
KafkaMirrormakerUserConfig GetServiceIntegrationKafkaMirrormakerUserConfig
LogsUserConfig GetServiceIntegrationLogsUserConfig
MirrormakerUserConfig GetServiceIntegrationMirrormakerUserConfig
SourceEndpointId string
destinationServiceName string
id string

The provider-assigned unique ID for this managed resource.

integrationType string
project string
sourceServiceName string
destinationEndpointId string
kafkaConnectUserConfig GetServiceIntegrationKafkaConnectUserConfig
kafkaMirrormakerUserConfig GetServiceIntegrationKafkaMirrormakerUserConfig
logsUserConfig GetServiceIntegrationLogsUserConfig
mirrormakerUserConfig GetServiceIntegrationMirrormakerUserConfig
sourceEndpointId string
destination_service_name str
id str

The provider-assigned unique ID for this managed resource.

integration_type str
project str
source_service_name str
destination_endpoint_id str
kafka_connect_user_config Dict[GetServiceIntegrationKafkaConnectUserConfig]
kafka_mirrormaker_user_config Dict[GetServiceIntegrationKafkaMirrormakerUserConfig]
logs_user_config Dict[GetServiceIntegrationLogsUserConfig]
mirrormaker_user_config Dict[GetServiceIntegrationMirrormakerUserConfig]
source_endpoint_id str

Supporting Types

GetServiceIntegrationKafkaConnectUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

KafkaConnect GetServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs
KafkaConnect GetServiceIntegrationKafkaConnectUserConfigKafkaConnect
kafkaConnect GetServiceIntegrationKafkaConnectUserConfigKafkaConnect
kafka_connect Dict[GetServiceIntegrationKafkaConnectUserConfigKafkaConnect]

GetServiceIntegrationKafkaConnectUserConfigKafkaConnect

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ConfigStorageTopic string
GroupId string
OffsetStorageTopic string
StatusStorageTopic string
ConfigStorageTopic string
GroupId string
OffsetStorageTopic string
StatusStorageTopic string
configStorageTopic string
groupId string
offsetStorageTopic string
statusStorageTopic string
configStorageTopic str
groupId str
offsetStorageTopic str
statusStorageTopic str

GetServiceIntegrationKafkaMirrormakerUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ClusterAlias string
ClusterAlias string
clusterAlias string
clusterAlias str

GetServiceIntegrationLogsUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ElasticsearchIndexDaysMax string
ElasticsearchIndexPrefix string
ElasticsearchIndexDaysMax string
ElasticsearchIndexPrefix string
elasticsearchIndexDaysMax string
elasticsearchIndexPrefix string
elasticsearchIndexDaysMax str
elasticsearchIndexPrefix str

GetServiceIntegrationMirrormakerUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MirrormakerWhitelist string
MirrormakerWhitelist string
mirrormakerWhitelist string
mirrormakerWhitelist str

Package Details

Repository
https://github.com/pulumi/pulumi-aiven
License
Apache-2.0
Notes
This Pulumi package is based on the aiven Terraform Provider.