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
LookupMirrorMakerReplicationFlowin the Go SDK.
public static class GetMirrorMakerReplicationFlow {
public static Task<GetMirrorMakerReplicationFlowResult> InvokeAsync(GetMirrorMakerReplicationFlowArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetMirrorMakerReplicationFlow Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Project string
- Service
Name string - Source
Cluster string - Target
Cluster string - Enable bool
- Topics List<string>
- Topics
Blacklists List<string>
- Id string
The provider-assigned unique ID for this managed resource.
- Project string
- Service
Name string - Source
Cluster string - Target
Cluster string - Enable bool
- Topics []string
- Topics
Blacklists []string
- id string
The provider-assigned unique ID for this managed resource.
- project string
- service
Name string - source
Cluster string - target
Cluster string - enable boolean
- topics string[]
- topics
Blacklists 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
aivenTerraform Provider.