GetMirrorMakerReplicationFlow

Using GetMirrorMakerReplicationFlow

function getMirrorMakerReplicationFlow(args: GetMirrorMakerReplicationFlowArgs, opts?: InvokeOptions): Promise<GetMirrorMakerReplicationFlowResult>
function  get_mirror_maker_replication_flow(enable=None, project=None, service_name=None, source_cluster=None, target_cluster=None, topics=None, topics_blacklists=None, opts=None)
func LookupMirrorMakerReplicationFlow(ctx *Context, args *LookupMirrorMakerReplicationFlowArgs, opts ...InvokeOption) (*LookupMirrorMakerReplicationFlowResult, error)

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

public static class GetMirrorMakerReplicationFlow {
    public static Task<GetMirrorMakerReplicationFlowResult> InvokeAsync(GetMirrorMakerReplicationFlowArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Project string
ServiceName string
SourceCluster string
TargetCluster string
Enable bool
Topics List<string>
TopicsBlacklists List<string>
Project string
ServiceName string
SourceCluster string
TargetCluster string
Enable bool
Topics []string
TopicsBlacklists []string
project string
serviceName string
sourceCluster string
targetCluster string
enable boolean
topics string[]
topicsBlacklists string[]
project str
service_name str
source_cluster str
target_cluster str
enable bool
topics List[str]
topics_blacklists List[str]

GetMirrorMakerReplicationFlow Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Project string
ServiceName string
SourceCluster string
TargetCluster string
Enable bool
Topics List<string>
TopicsBlacklists List<string>
Id string

The provider-assigned unique ID for this managed resource.

Project string
ServiceName string
SourceCluster string
TargetCluster string
Enable bool
Topics []string
TopicsBlacklists []string
id string

The provider-assigned unique ID for this managed resource.

project string
serviceName string
sourceCluster string
targetCluster string
enable boolean
topics string[]
topicsBlacklists string[]
id str

The provider-assigned unique ID for this managed resource.

project str
service_name str
source_cluster str
target_cluster str
enable bool
topics List[str]
topics_blacklists List[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.