MirrorMakerReplicationFlow
Create a MirrorMakerReplicationFlow Resource
new MirrorMakerReplicationFlow(name: string, args: MirrorMakerReplicationFlowArgs, opts?: CustomResourceOptions);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);func NewMirrorMakerReplicationFlow(ctx *Context, name string, args MirrorMakerReplicationFlowArgs, opts ...ResourceOption) (*MirrorMakerReplicationFlow, error)public MirrorMakerReplicationFlow(string name, MirrorMakerReplicationFlowArgs args, CustomResourceOptions? opts = null)- 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
- Service
Name string Service to link the kafka topic to
- Source
Cluster string Source cluster alias
- Target
Cluster string Target cluster alias
- Topics List<string>
List of topics and/or regular expressions to replicate
- Topics
Blacklists 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
- Service
Name string Service to link the kafka topic to
- Source
Cluster string Source cluster alias
- Target
Cluster string Target cluster alias
- Topics []string
List of topics and/or regular expressions to replicate
- Topics
Blacklists []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
- service
Name string Service to link the kafka topic to
- source
Cluster string Source cluster alias
- target
Cluster string Target cluster alias
- topics string[]
List of topics and/or regular expressions to replicate
- topics
Blacklists 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:
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.
public static get(name: string, id: Input<ID>, state?: MirrorMakerReplicationFlowState, opts?: CustomResourceOptions): MirrorMakerReplicationFlowstatic 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)public static MirrorMakerReplicationFlow Get(string name, Input<string> id, MirrorMakerReplicationFlowState? state, CustomResourceOptions? opts = null)- 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
- Service
Name string Service to link the kafka topic to
- Source
Cluster string Source cluster alias
- Target
Cluster string Target cluster alias
- Topics List<string>
List of topics and/or regular expressions to replicate
- Topics
Blacklists 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
- Service
Name string Service to link the kafka topic to
- Source
Cluster string Source cluster alias
- Target
Cluster string Target cluster alias
- Topics []string
List of topics and/or regular expressions to replicate
- Topics
Blacklists []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
- service
Name string Service to link the kafka topic to
- source
Cluster string Source cluster alias
- target
Cluster string Target cluster alias
- topics string[]
List of topics and/or regular expressions to replicate
- topics
Blacklists 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
aivenTerraform Provider.