MirrorMakerReplicationFlow

Create a MirrorMakerReplicationFlow Resource

def MirrorMakerReplicationFlow(resource_name, opts=None, enable=None, project=None, service_name=None, source_cluster=None, target_cluster=None, topics=None, topics_blacklists=None, __props__=None);
name string
The unique name of the resource.
args MirrorMakerReplicationFlowArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args MirrorMakerReplicationFlowArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args MirrorMakerReplicationFlowArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

MirrorMakerReplicationFlow Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The MirrorMakerReplicationFlow resource accepts the following input properties:

Enable bool

Enable of disable replication flows for a service

Project string

Project to link the kafka topic to

ServiceName string

Service to link the kafka topic to

SourceCluster string

Source cluster alias

TargetCluster string

Target cluster alias

Topics List<string>

List of topics and/or regular expressions to replicate

TopicsBlacklists List<string>

List of topics and/or regular expressions to not replicate.

Enable bool

Enable of disable replication flows for a service

Project string

Project to link the kafka topic to

ServiceName string

Service to link the kafka topic to

SourceCluster string

Source cluster alias

TargetCluster string

Target cluster alias

Topics []string

List of topics and/or regular expressions to replicate

TopicsBlacklists []string

List of topics and/or regular expressions to not replicate.

enable boolean

Enable of disable replication flows for a service

project string

Project to link the kafka topic to

serviceName string

Service to link the kafka topic to

sourceCluster string

Source cluster alias

targetCluster string

Target cluster alias

topics string[]

List of topics and/or regular expressions to replicate

topicsBlacklists string[]

List of topics and/or regular expressions to not replicate.

enable bool

Enable of disable replication flows for a service

project str

Project to link the kafka topic to

service_name str

Service to link the kafka topic to

source_cluster str

Source cluster alias

target_cluster str

Target cluster alias

topics List[str]

List of topics and/or regular expressions to replicate

topics_blacklists List[str]

List of topics and/or regular expressions to not replicate.

Outputs

All input properties are implicitly available as output properties. Additionally, the MirrorMakerReplicationFlow resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

Look up an Existing MirrorMakerReplicationFlow Resource

Get an existing MirrorMakerReplicationFlow resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

static get(resource_name, id, opts=None, enable=None, project=None, service_name=None, source_cluster=None, target_cluster=None, topics=None, topics_blacklists=None, __props__=None);
func GetMirrorMakerReplicationFlow(ctx *Context, name string, id IDInput, state *MirrorMakerReplicationFlowState, opts ...ResourceOption) (*MirrorMakerReplicationFlow, error)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

Enable bool

Enable of disable replication flows for a service

Project string

Project to link the kafka topic to

ServiceName string

Service to link the kafka topic to

SourceCluster string

Source cluster alias

TargetCluster string

Target cluster alias

Topics List<string>

List of topics and/or regular expressions to replicate

TopicsBlacklists List<string>

List of topics and/or regular expressions to not replicate.

Enable bool

Enable of disable replication flows for a service

Project string

Project to link the kafka topic to

ServiceName string

Service to link the kafka topic to

SourceCluster string

Source cluster alias

TargetCluster string

Target cluster alias

Topics []string

List of topics and/or regular expressions to replicate

TopicsBlacklists []string

List of topics and/or regular expressions to not replicate.

enable boolean

Enable of disable replication flows for a service

project string

Project to link the kafka topic to

serviceName string

Service to link the kafka topic to

sourceCluster string

Source cluster alias

targetCluster string

Target cluster alias

topics string[]

List of topics and/or regular expressions to replicate

topicsBlacklists string[]

List of topics and/or regular expressions to not replicate.

enable bool

Enable of disable replication flows for a service

project str

Project to link the kafka topic to

service_name str

Service to link the kafka topic to

source_cluster str

Source cluster alias

target_cluster str

Target cluster alias

topics List[str]

List of topics and/or regular expressions to replicate

topics_blacklists List[str]

List of topics and/or regular expressions to not replicate.

Package Details

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