GetReplicationTaskArgs constructor
const
GetReplicationTaskArgs({})
Creates a new GetReplicationTaskArgs.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
replicationTaskId The replication task identifier.
tags Optional.
Implementation
const GetReplicationTaskArgs({
this.region,
required this.replicationTaskId,
this.tags,
});